Results 25 comments of 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 ![image](https://user-images.githubusercontent.com/20871761/55465932-c250b980-5630-11e9-89af-ed643aa0adbf.png) ```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...

![image](https://user-images.githubusercontent.com/20871761/55535367-9a715c80-56e9-11e9-8c4c-24e38c56b4a9.png) ![image](https://user-images.githubusercontent.com/20871761/55535309-67c76400-56e9-11e9-80c7-e1c1e3d8ff4a.png)

#### Not work, I excute this and it work by using set comand directly ![image](https://user-images.githubusercontent.com/20871761/55709021-ef7ade80-5a19-11e9-93b8-e69383b72938.png) #### 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