xqdd
xqdd
Hook好用不好用我不知道,mobx倒是比redux好用一百倍
#### If there any issue, please point out. > [Tornadofx java 11+ maven template](https://github.com/XQDD/tornadofx_java11plus_maven_template)
#### Recurrence  ```sh [root@VM_0_17_centos ~]# ./sync.sh 2019/04/03 16:48:48.384138 streamer.go:31: [INFO] streaming.database[airbaggy].schema... panic: Cannot delete or update a parent row: a foreign key constraint fails (errno 1217) (sqlstate 23000) goroutine...
 
#### Not work, I excute this and it work by using set comand directly  #### I think the -var paramatter haven't been excuted #### Here is a temporary database,...
Third party version, see https://git.dorkbox.com/dorkbox/SystemTray
In my opinion, if the third party version is good enough for use, it should not waste the precious open source community labor on it ( By the way, there...
### +1 log > Task :nativeCompile Omega :: host triplet = x86_64-linux-linux Omega :: target triplet = x86_64-linux-linux [Thu Aug 29 01:55:19 CST 2019][SEVERE] File /mnt/d/me/code/code/java/github/client-samples2/Gradle/HelloWorld/build/client/linux-x86_64/gvm/HelloWorld/launcher.c already existed, delete it...
The reason is that `User` need persist before `Resource`, I tried use `withPreconditions(Before.of())` ,`.createAfter()` and `.createBefore()`, but it doesn't work
#### Fix by ```java var user = jpaContext.createAndPersist(Entity.of(User.class)).get(User.class); var resourceEntity = Entity.of(Resource.class).with(Resource_.uploader,user); ``` #### but need manual operation