Results 11 issues of xqdd

#### Mysql Server version: 8.0.12 ```Prolog ubuntu1804@XQDD-PC:~/go-mydumper/bin$ ./myloader -h localhost -P 3306 -u XQDD -p 1234-d test.sql panic: pkt.read.seq[3]!=pkt.actual.seq[1] (errno 1835) (sqlstate HY000) goroutine 1 [running]: common.AssertNil(0x583160, 0xc420022540) /home/ubuntu1804/go-mydumper/src/common/common.go:75 +0x4a...

type: bug
P0

![image](https://user-images.githubusercontent.com/20871761/72698050-5d456080-3b7d-11ea-9faf-c124a9a6054f.png)

enhancement
help wanted

``` Exception in thread "JavaFX Application Thread" java.lang.NoClassDefFoundError: Could not initialize class com.sun.glass.ui.mac.MacAccessible at com.oracle.svm.core.hub.ClassInitializationInfo.initialize(ClassInitializationInfo.java:214) at java.lang.Class.ensureInitialized(DynamicHub.java:496) at com.sun.glass.ui.mac.MacApplication.createAccessible(MacApplication.java:259) at javafx.scene.Scene.getAccessible(Scene.java:6440) at javafx.scene.Scene$ScenePeerListener.getSceneAccessible(Scene.java:2869) at com.sun.javafx.tk.quantum.GlassViewEventHandler.getSceneAccessible(GlassViewEventHandler.java:1376) at com.sun.glass.ui.View.getAccessible(View.java:1117) at com.oracle.svm.jni.JNIJavaCallWrappers.jniInvoke_VARARGS:Lcom_sun_glass_ui_View_2_0002egetAccessible_00028_00029J(JNIJavaCallWrappers.java:0) ```...

## And How to set args for javafx? I try to use `runtimeArgsList` but it isn't working ```xml com.gluonhq client-maven-plugin 0.1.3 ${mainClassName} true -Dprism.order=sw -Dprism.debug=true -Dprism.verbose=true -Dprism.sw=true ``` log xqdd@DESKTOP-MI9MIU1:~/code/github/client-samples/Maven/HelloFX$...

#### BaseEntity ```java package com.xqdd.hobby.entity; import lombok.Data; import org.springframework.data.annotation.CreatedDate; import org.springframework.data.annotation.LastModifiedDate; import org.springframework.data.jpa.domain.support.AuditingEntityListener; import javax.persistence.*; @MappedSuperclass @Data @EntityListeners(AuditingEntityListener.class) public class BaseEntity { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) protected Long id; @CreatedDate...

1. 目前无法在浏览器版本的vscode中使用,~~在浏览器中不好读取剪切板中的图片的话~~,浏览器的剪切板api可以读取到图片,测试了安卓也可以。[安卓复制图片到剪切板](https://www.reddit.com/r/Android/comments/lxkc0v/did_you_know_you_can_copy_and_paste_images_in/) 2. 希望支持base64转图片再上传到图床,至于base64图片如何来,chrome有截图插件,应该可以截完图选择复制为base64字符,这样在浏览器中也能进行截图上传了(并且变相支持了ipad、安卓平板,有些手机浏览器是支持安装扩展的,平板生产力MAX) ![image](https://github.com/imlinhanchao/vsc-markdown-image/assets/20871761/be57af52-aa55-4696-8f67-d51fc9867287) https://code.visualstudio.com/docs/editor/vscode-web#_extensions

Even though I had configured, it will still use `img/blog-cover.jpg` and `img/ghost-logo.png`

Use ctrl+alt+l to format the code like in idea

feature

## WYSIWYG >https://github.com/ocornut/imgui ## language level > https://flutter.dev/docs/development/ui/widgets-intro (Awesome) > https://edvin.gitbooks.io/tornadofx-guide/part1/4.%20Basic%20Controls.html (Awesome++) ## inspector > https://flutter.dev/docs/development/tools/inspector ## builder > https://gluonhq.com/products/scene-builder/#download ## xml > https://docs.microsoft.com/en-us/dotnet/framework/wpf/advanced/xaml-overview-wpf In fact, we need to work...

example1:https://wangwei1237.github.io/monolith-to-microservices/docs/What_Are_Microservices.html example2:https://www.xiaolincoding.com/network/1_base/tcp_ip_model.html Neither the touch area nor the volume button work, but when I connect a physical keyboard and press PageDown/PageUp/Space key, it working