上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 50 下一页
摘要: 1.mac如何matplotlib中文乱码问题 先查看 ~/.matplotlib/fontList.json 添加SimHei字体(simhei.ttf文件)到 /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site 阅读全文
posted @ 2018-11-07 19:09 lianhuaren 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 1.selenium 去掉只读属性 https://www.cnblogs.com/tobecrazy/p/4817946.html 阅读全文
posted @ 2018-11-06 20:45 lianhuaren 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 1. 430 /Applications/Android\ Studio.app/Contents/gradle/gradle-2.8/bin/gradle -v 434 mkdir gradle01 435 cd gradle01 437 /Applications/Android\ Studio 阅读全文
posted @ 2018-11-03 15:54 lianhuaren 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 1. 将解压出来的autoload 和 doc的内容添加到~/.vim/下的相应目录下,如果~/.vim下没有这两个文件夹就手动创建其中autoload里的有javacomplete.vim java_parser.vim Reflection.java三个文件,要做的事情是编译 :javac Re 阅读全文
posted @ 2018-11-02 20:24 lianhuaren 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 1. dispatch_group_enter(group); dispatch_group_leave(group); dispatch_group_notify(group1, queue1,block); 在这种组合下,根据任务是同步、异步又分为两种,这两种组合的执行代码与运行结果如下: 第一 阅读全文
posted @ 2018-10-26 13:30 lianhuaren 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 1. Listing 3 Using a delegate with a URL session data task var receivedData: Data? func startLoad() { loadButton.isEnabled = false let url = URL(strin 阅读全文
posted @ 2018-10-25 23:30 lianhuaren 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 1. https://github.com/andrewgodwin/channels-examples/ https://channels.readthedocs.io/en/latest/ 阅读全文
posted @ 2018-10-22 16:03 lianhuaren 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 1.cnpm sudo chown -R $USER /usr/local http://www.runoob.com/vue2/vue-install.html 2..vue proxyTable vue高亮 https://blog.csdn.net/u012028371/article/det 阅读全文
posted @ 2018-10-18 16:59 lianhuaren 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 1.authentication https://www.django-rest-framework.org/api-guide/authentication/#authentication 2.django-rest-framework-jwt curl -X POST -H "Content-T 阅读全文
posted @ 2018-10-17 06:30 lianhuaren 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 1.cs253 https://classroom.udacity.com/courses/cs253 webapp2 Install WebOb, Paste and webapp2¶ We need three libraries to use webapp2: WebOb, for Reque 阅读全文
posted @ 2018-10-15 11:06 lianhuaren 阅读(177) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 50 下一页