摘要:
1.mac如何matplotlib中文乱码问题 先查看 ~/.matplotlib/fontList.json 添加SimHei字体(simhei.ttf文件)到 /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site 阅读全文
摘要:
1.selenium 去掉只读属性 https://www.cnblogs.com/tobecrazy/p/4817946.html 阅读全文
摘要:
1. 430 /Applications/Android\ Studio.app/Contents/gradle/gradle-2.8/bin/gradle -v 434 mkdir gradle01 435 cd gradle01 437 /Applications/Android\ Studio 阅读全文
摘要:
1. 将解压出来的autoload 和 doc的内容添加到~/.vim/下的相应目录下,如果~/.vim下没有这两个文件夹就手动创建其中autoload里的有javacomplete.vim java_parser.vim Reflection.java三个文件,要做的事情是编译 :javac Re 阅读全文
摘要:
1. dispatch_group_enter(group); dispatch_group_leave(group); dispatch_group_notify(group1, queue1,block); 在这种组合下,根据任务是同步、异步又分为两种,这两种组合的执行代码与运行结果如下: 第一 阅读全文
摘要:
1. Listing 3 Using a delegate with a URL session data task var receivedData: Data? func startLoad() { loadButton.isEnabled = false let url = URL(strin 阅读全文
摘要:
1. https://github.com/andrewgodwin/channels-examples/ https://channels.readthedocs.io/en/latest/ 阅读全文
摘要:
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 阅读全文
摘要:
1.authentication https://www.django-rest-framework.org/api-guide/authentication/#authentication 2.django-rest-framework-jwt curl -X POST -H "Content-T 阅读全文
摘要:
1.cs253 https://classroom.udacity.com/courses/cs253 webapp2 Install WebOb, Paste and webapp2¶ We need three libraries to use webapp2: WebOb, for Reque 阅读全文