10 2017 档案

摘要:add-apt-repository: command not found sudo apt-get install software-properties-common python-software-properties 阅读全文
posted @ 2017-10-26 17:53 高中国流 阅读(6246) 评论(0) 推荐(0)
摘要:最后重启一下mysql /etc/init.d/mysql restart or service mysql restart 阅读全文
posted @ 2017-10-26 09:41 高中国流 阅读(215) 评论(0) 推荐(0)
摘要:pip install django pip list 查看版本 python -m django --version 新建django django-admin startproject mysite cd mysite 运行 python manage.py runserver 浏览器输入 http://127.0.0.1:8000/ 阅读全文
posted @ 2017-10-17 16:34 高中国流 阅读(117) 评论(0) 推荐(0)
摘要:https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421141115 微信官方文档 阅读全文
posted @ 2017-10-16 13:46 高中国流 阅读(227) 评论(0) 推荐(0)
摘要://百度统计 var _hmt = _hmt || []; (function () { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?xxxxxxxxxxxxx"; var s = document.getElementsByTagName("script... 阅读全文
posted @ 2017-10-16 11:14 高中国流 阅读(381) 评论(0) 推荐(0)
摘要:Connection API Get Ststus 阅读全文
posted @ 2017-10-13 17:50 高中国流 阅读(500) 评论(0) 推荐(0)
摘要:parseQueryString(url) { var obj = {}; var keyvalue = []; var key = "", value = ""; var paraString = url.substring(url.indexOf("?") + 1, url.length).spl... 阅读全文
posted @ 2017-10-11 14:20 高中国流 阅读(180) 评论(0) 推荐(0)
摘要:npm install -g angular-cli ng -v ng new project_name cd project_name ng serve 浏览器打开输入 localhost:4200 阅读全文
posted @ 2017-10-11 11:33 高中国流 阅读(292) 评论(0) 推荐(0)
摘要:pip install xxx -i http://pypi.douban.com/simple/ xxx 为包名 阅读全文
posted @ 2017-10-10 11:34 高中国流 阅读(623) 评论(0) 推荐(0)
摘要:decodeURIComponent(/*里卖弄为需要转换的字符*/) decodeURIComponent() 函数可对 encodeURIComponent() 函数编码的 URI 进行解码。 decodeURIComponent('%E8%B6%85%E5%A4%A7%E6%88%B7%E5%9E%8B') 阅读全文
posted @ 2017-10-09 15:32 高中国流 阅读(383) 评论(0) 推荐(0)
摘要:基础学习 http://es6.ruanyifeng.com/ 够了 1字符串 2.数值 3.数值Array 阅读全文
posted @ 2017-10-09 15:21 高中国流 阅读(1523) 评论(0) 推荐(0)