上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: 1.更新pip: pip install --upgrade pip 2.安装jupyter pip install jupyter 过程中可能会出现Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-bui 阅读全文
posted @ 2018-03-05 15:34 张正-博客园 阅读(3039) 评论(0) 推荐(0) 编辑
摘要: 1.ubuntu虚拟机网络模式选择NAT模式 2.查看ubuntu虚拟机IP地址 3.ubuntu虚拟机安装open ssh:sudo apt-get install openssh-client sudo apt-get install openssh-server 完成上述3步之后主机依然pin 阅读全文
posted @ 2018-02-27 20:13 张正-博客园 阅读(23391) 评论(1) 推荐(1) 编辑
摘要: 1.选中整个段落,点击“字体”或者点击如图所示的按钮: 2.如图所示,将“字符间距”中的“位置”选项设置为“标准” 3.点击“段落”或者点击如图所示的按钮: 4.如图所示:将“中文版式”中“文本对齐方式”设置为“居中” 阅读全文
posted @ 2017-12-29 10:29 张正-博客园 阅读(7673) 评论(0) 推荐(1) 编辑
摘要: 默认已经装好了node, 没有装的话跳转 node官网 进行下载 首先安装fis3 npm install -g fis3 安装完成后执行 fis3 -v 判断是否安装成功,如果安装成功,则显示类似如下信息: 阅读全文
posted @ 2017-12-18 18:08 张正-博客园 阅读(1236) 评论(0) 推荐(0) 编辑
摘要: 不能访问网页,并显示“代理服务器没有响应”那肯定是internet设置问题 解决办法:开始—控制面板—internet选项 弹出“internet属性”框,点击“连接”—局域网设置 弹出“局域网(Lan)设置”框,去掉勾,点击“确定”就可以上网了。如图 还有第二种简单的方法,以QQ浏览器为例子, 点 阅读全文
posted @ 2017-12-06 17:46 张正-博客园 阅读(19050) 评论(1) 推荐(1) 编辑
摘要: 1.strip()去掉字符串头尾指定字符(默认为空格) str.strip([chars]); 去掉str头尾的chars 2.split()通过指定分隔符对字符串进行切片,如果参数num 有指定值,则仅分隔 num 个子字符串 str.split(str="", num=string.count( 阅读全文
posted @ 2017-12-05 16:50 张正-博客园 阅读(359) 评论(0) 推荐(0) 编辑
摘要: 问题:NameError: name 'array' is not defined 解决方法:导入numpy中的array库 import numpy as np group=np.array([[1.0,1.1],[1.0,1.0],[0,0],[0,0.1]]) 阅读全文
posted @ 2017-12-01 17:09 张正-博客园 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 1.apache安装配置 http://blog.csdn.net/qpc908694753/article/details/55058161 参考此网页 注意: 安装过程中如果443端口被占用,修改C:\Apache24\conf\extra\httpd-anssl.conf和httpd-ssl. 阅读全文
posted @ 2017-11-03 07:47 张正-博客园 阅读(408) 评论(0) 推荐(0) 编辑
摘要: 注释:本文适用于wampserver2.5版本。 wamp是一个集成了apache、php、mysql的运行环境。 整个配置过程我们一共要用到3个文件 1. C:\Windows\System32\drivers\etc 下的 hosts文件 2. D:\wamp\bin\apache\apache 阅读全文
posted @ 2017-09-25 10:53 张正-博客园 阅读(1375) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-08-22 16:12 张正-博客园 阅读(243) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 10 下一页