2017年4月8日

摘要: 1.python版本检查 因为Ubuntu16.10已经默认安装了python2.7 和 3.5,检查python版本, 如果为python2.7,那么就需要我们设置python3.5为默认版本。 查看优先级及选择,执行以下命令: 2.设置优先级命令 3.安装pip 4.安装tensorflow 备 阅读全文
posted @ 2017-04-08 17:28 honsen 阅读(350) 评论(0) 推荐(0) 编辑

2017年3月31日

摘要: 1.先安装nodejs、npm。 2.然后安装Express (4.0之后需要安装express-generator) 3.在命令行执行下面的命令,生成web应用 4.在nodeapp目录生成的内容如下: 5.命令行进入 nodeapp目录安装扩展 6.命令行进入 nodeapp目录,启动web服务 阅读全文
posted @ 2017-03-31 17:50 honsen 阅读(125) 评论(0) 推荐(0) 编辑

2017年3月15日

摘要: 1.查找自己的python版本对照的whl文件(cp36代表的是版本) 2.下载完毕执行一下命令即可 阅读全文
posted @ 2017-03-15 16:01 honsen 阅读(187) 评论(0) 推荐(0) 编辑

2017年3月10日

摘要: 一、搭建 python 环境 在 VSC 中点击 F1 键,弹出控制台,输入 界面左侧弹出扩展窗格,输入python,确认,开始搜索下载发布者为Don Jayamanne 的 Python 插件(下载过程中不要切换窗口,不要做其他任何操作,否则会中断下载,下载时间略长,耐心等待)安装完毕“文件”-“ 阅读全文
posted @ 2017-03-10 15:31 honsen 阅读(550) 评论(0) 推荐(0) 编辑

2017年2月17日

摘要: 1.安装pip 2.安装 TensorFlow for Python 2.7 3. 安装 TensorFlow for Python 3.4 备注:如果之前安装过 TensorFlow < 0.7.1 的版本,应该先使用 pip uninstall 卸载 TensorFlow 和 protobuf 阅读全文
posted @ 2017-02-17 21:46 honsen 阅读(513) 评论(0) 推荐(0) 编辑

2017年1月16日

摘要: 1.下载安装 Let’s Encrypt客户端 2.添加执行权限 3.配置apache并验证域名(example.com为验证的域名) 4.出现以下画面证明安装配置成功! 5.添加证书自动更新配置 阅读全文
posted @ 2017-01-16 14:58 honsen 阅读(312) 评论(0) 推荐(0) 编辑

2016年11月1日

摘要: 操作系统:Ubuntu 14.04.2 1.自动安装 $ curl -sS https://getcomposer.org/installer | php 2.更新 $ composer self-update 3.查看版本 $ composer -V $ composer -V $ compose 阅读全文
posted @ 2016-11-01 16:46 honsen 阅读(271) 评论(0) 推荐(0) 编辑

2016年8月3日

摘要: 1.PHP语法自动完成插件 https://github.com/erichard/SublimePHPCompanion 2.ThinkPHP自动完成插件 https://github.com/yangweijie/SublimeThinkPHP 添加方法: 1)按 CTRL + SHIFT + 阅读全文
posted @ 2016-08-03 11:47 honsen 阅读(326) 评论(0) 推荐(0) 编辑

2016年5月18日

摘要: 1.apt-get install python-bs4 bs4只有py2的代码,安装在py3下会很麻烦 bs4支持HTML parser,也可以支持第三方的分析器 2.apt-get install python-lxml 3. apt-get install python-html5lib 4. 阅读全文
posted @ 2016-05-18 12:02 honsen 阅读(287) 评论(0) 推荐(0) 编辑

2016年5月16日

摘要: 在Ubuntu下安装ss很简单。只需要依次执行下面3条命令: pip 是 python 下的方便安装的工具,类似 apt-get。 全部执行完毕且没有报错的话,我们的 shadowsocks 就算是装完了。接下来就是配置部署了。 写一个配置文件保存为 /etc/shadowsocks.json,文件 阅读全文
posted @ 2016-05-16 12:40 honsen 阅读(82) 评论(0) 推荐(0) 编辑

导航