在Pycharm中使用jupyter笔记本 随着创建的虚拟环境启动的所有设置,并将URL设置为127.0.0.1:8888,但是,当我单击运行单元格按钮时,我从Jupyter Notebook中收到以下消息:“请输入您的身份验证令牌“,如下所示: 我在jupyter更新博客上查找了它,它表示我的We ...
分类:
其他好文 时间:
2017-09-28 13:06:58
阅读次数:
1358
使用JWT的token认证,防止别人知道了接口后,随意调用,但是发现 stepping : 4 microcode : 0x428 cpu MHz : 2600.062 cache size : 20480 KB physical id : 0 siblings : 1 core id : 0 cp ...
分类:
其他好文 时间:
2017-09-27 23:10:08
阅读次数:
437
centos7 新建用户并获取root权限 原创 2016年10月26日 21:30:29 5929 0 11 原创 2016年10月26日 21:30:29 5929 0 11 1: 添加用户 # useradd name //name为添加用户名字 1 # passwd password //p ...
分类:
其他好文 时间:
2017-09-27 21:48:14
阅读次数:
183
需求:修改haproxy配置文件 代码实现: 配置文件:ha.cnf ...
分类:
其他好文 时间:
2017-09-26 19:16:45
阅读次数:
179
public static class ChineseToPinYin { private static readonly Dictionary<<span class="keyword">int, string> CodeCollections = newDictionary<<span clas ...
CPL(Combined Programming Language) - 1963 CPL是1963年剑桥大学发明的 BCPL(Base Combined Programming Language) - 1967 剑桥的Matin Richards 对CPL做了简化,推出了BCPL B(B Prog ...
分类:
编程语言 时间:
2017-09-25 13:30:32
阅读次数:
180
# coding=utf-8import requestsimport timeimport osimport refrom lxml import etreeimport warningswarnings.filterwarnings("ignore")from Logger import Log ...
分类:
其他好文 时间:
2017-09-24 23:30:14
阅读次数:
1996
http://blog.csdn.net/m_o_bz/article/details/40574713 ...
分类:
其他好文 时间:
2017-09-24 12:51:31
阅读次数:
119
Go 是一个开源的编程语言,它能让构造简单、可靠且高效的软件变得容易。 Go是从2007年末由Robert Griesemer, Rob Pike, Ken Thompson主持开发,后来还加入了Ian Lance Taylor, Russ Cox等人,并最终于2009年11月开源,在2012年早些 ...
分类:
编程语言 时间:
2017-09-22 19:04:52
阅读次数:
239
转自穆晨 阅读目录 前言 准备数据:切分文本 训练并测试 小结 转自穆晨 阅读目录 前言 准备数据:切分文本 训练并测试 小结 回到顶部 前言 朴素贝叶斯算法最为广泛而经典的应用毫无疑问是文档分类,更具体的情形是邮件过滤系统。 本文详细地讲解一个基于朴素贝叶斯分类算法的邮件过滤系统的具体实现。 本文 ...
分类:
编程语言 时间:
2017-09-20 23:25:07
阅读次数:
230