Fyn

Results 6 comments of Fyn

Thanks. The app I'm developing is exclusive to Android, so I write a Plugin, and use Android API related to USB to implement it. Also, we can listen the attached/detached...

> > While, there's another question: How can I substitute the stream in SerialPortReader after re-plug the USB and the stream observers don't have to re-subscript the stream again? >...

> @fynxiu Can you make a step by step how to make this lib work on android? I don't know much I'm really sorry that I just saw your message...

``` golang os.Setenv("WEBVIEW2_ADDITIONAL_BROWSER_ARGUMENTS", "--disable-web-security") ```

If you want your application to log information both to the console and to a file simultaneously, you can achieve this using Unix shell commands. Particularly, the `tee` command can...

> 英文/English: Let's say I have a table structure written in the `user.sql`, then I execute this command: `goctl model mysql ddl --src user.sql --dir .` > > And I'll...