摘要:
Incorrect string value: '\xF0\x9F...' for column 'XXX' at row 1 這個問題,原因是UTF-8編碼有可能是兩個、三個、四個字節。Emoji表情或者某些特殊字符是4個字節,而Mysql的utf8編碼最多3個字節,所以數據插不進去。 我的解決方
閱讀全文
posted @ 2019-09-28 19:07
PythonGo
閱讀(271)
推薦(0)
摘要:
眾所周知,我們可以用.gitignore來忽略我們不想提交到git上的文件,一般我們的工程都會這么配置 【例子】 # 忽略*.o和*.a文件 *.[oa] # 忽略*.b和*.B文件,my.b除外 *.[bB] !my.b # 忽略dbg文件和dbg目錄 dbg # 只忽略dbg目錄,不忽略dbg文
閱讀全文
posted @ 2019-09-18 23:01
PythonGo
閱讀(5985)
推薦(0)
摘要:
Local Deployment from Binary Tarball This guide provides installation instructions for all TiDB components on a single developer machine. It is intend
閱讀全文
posted @ 2019-07-28 22:21
PythonGo
閱讀(395)
推薦(0)
摘要:
我的環境: WebStorm 2017.2Build #WS-172.3317.70, built on July 14, 2017 JRE: 1.8.0_152-release-915-b5 x86_64JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.
閱讀全文
posted @ 2017-08-01 12:47
PythonGo
閱讀(1197)
推薦(0)
摘要:
我的環境: WebStorm 2017.2Build #WS-172.3317.70, built on July 14, 2017 JRE: 1.8.0_152-release-915-b5 x86_64JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.
閱讀全文
posted @ 2017-08-01 12:43
PythonGo
閱讀(202)
推薦(0)
摘要:
項目地址:https://github.com/dwicao/react-native-login-screen 調試環境: WebStorm 2017.2Build #WS-172.3317.70, built on July 14, 2017 JRE: 1.8.0_152-release-915
閱讀全文
posted @ 2017-07-23 22:08
PythonGo
閱讀(4272)
推薦(0)
摘要:
https://stackoverflow.com/questions/31525431/getting-error-closed-twice-on-adb-reverse/31526946 Since adb reverse is not supported in Android versions
閱讀全文
posted @ 2017-07-23 21:58
PythonGo
閱讀(4270)
推薦(0)
摘要:
必應后搜到:https://youtrack.jetbrains.com/issue/WEB-27303 We’ve made it possible to debug the React Native apps from WebStorm using Chrome runtime which is
閱讀全文
posted @ 2017-07-18 13:08
PythonGo
閱讀(626)
推薦(0)