摘要: 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 阅读(245) 评论(0) 推荐(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 阅读(5964) 评论(0) 推荐(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 阅读(382) 评论(0) 推荐(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 阅读(1170) 评论(0) 推荐(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 阅读(188) 评论(0) 推荐(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 阅读(4213) 评论(0) 推荐(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 阅读(4239) 评论(0) 推荐(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 阅读(616) 评论(0) 推荐(0) 编辑