【无需解决】mac中升级git版本
crifan 5年前 (2020-02-03) 1736浏览 0评论
折腾: 【未解决】mac中git push报错:error RPC failed curl 56 LibreSSL SSL_read SSL_ERROR_SYSCALL errno 54 期间,看到 git error: RPC failed; cu...
工作相关的技术文章
crifan 5年前 (2020-02-03) 1736浏览 0评论
折腾: 【未解决】mac中git push报错:error RPC failed curl 56 LibreSSL SSL_read SSL_ERROR_SYSCALL errno 54 期间,看到 git error: RPC failed; cu...
crifan 5年前 (2020-02-03) 7684浏览 0评论
自己的mac中,之前弄了: 【已解决】mac中git push只对github用代理而对gitee不用代理 之后,感觉影响了此处的 github的git push 始终报错: ➜ crifan.github.io git:(master) pwd ...
crifan 5年前 (2020-02-02) 2706浏览 0评论
折腾: 【未解决】mac中pip安装Python库tushare 期间,Mac中,Python 3.8中,去导入tushare报错: ⚙ limao@xxx ~ python Python 3.8.0 (default, Jan 6 202...
crifan 5年前 (2020-02-02) 5397浏览 0评论
看到: 菜鸟求教tushare pro,看不懂的问题-CSDN论坛 以为是其他什么问题呢 帮其搜索: tushare Tushare -财经数据接口包 module tushare has no attribute set_token 新人发帖求助!...
crifan 5年前 (2020-02-02) 1892浏览 0评论
折腾: 【提醒】Python新手开发人员注意事项:测试文件名不要和导入的库同名 期间,去mac中用pip安装tushare库: limao@xxx ~ which python /Users/limao/.pyenv/shims/pytho...
crifan 5年前 (2020-02-02) 1324浏览 0评论
新建一个自己的gitbook crifan/regex_usage_examples 然后去本地初始化 之前用了: make init 结果执行一半,就停止了。 新建了一个node_modules的软连接后,再去 make debug 结果报错: ....
crifan 5年前 (2020-02-02) 1764浏览 0评论
之前mac中设置了git的代理 但是是全局的代理 导致对于gitee,git去push时,也用上了代理 导致现在问题是: 当一些代理节点问题,比如ss或ssr节点有问题时,要去更换节点,很是麻烦,无法git push了: ➜ SmartElectr...
crifan 5年前 (2020-02-02) 2152浏览 0评论
折腾: 【未解决】VSCode中用Java的Spring Boot搭建智能电力系统后端框架 期间,调试时 用postman测试post,结果报错: { "timestamp": "2020-02-02T06:00:52....
crifan 5年前 (2020-02-02) 4232浏览 0评论
问题: Python中非十进制数做参数会自动转换成十进制么?-CSDN论坛 比如chr()函数,文档中说参数i应该是integer,但是输入0o47055、0x4e2d、0b100111000101101都可以得到字符“中”。 还有就是网上写的2进...
crifan 5年前 (2020-02-01) 3443浏览 0评论
折腾: 【已解决】spring boot中添加访问操作mysql数据库 期间,从Spring Boot中的JPA生成的Mysql的表结构 -》很明显看出: Encoding:不是我们希望的utf-8 Collation:也不是我们希望的 utf8m...