开源网络准入系统(open source Network Access Control system) http://blog.csdn.net/achejq/article/details/51089996 之前接触过两种网络准入系统 1.微软 域控制器:主要通过软件层面准入,访问任何资源都需要终 ...
分类:
数据库 时间:
2017-10-14 18:22:58
阅读次数:
1137
字典循环的效率问题: 1 info={ 2 'stu1001':'tenglan wu', 3 'stu1002':'longze luola', 4 'stu1003':'xiaozee mali', 5 } 6 7 for i in info:#循环打印字典的key 8 print(i) 9 f ...
分类:
其他好文 时间:
2017-10-14 18:21:08
阅读次数:
139
百度地图key 的获取 进入 http://lbsyun.baidu.com/i 登录你的账号 点击进入控制台,复制 ak 的值 ...
分类:
Web程序 时间:
2017-10-14 17:09:19
阅读次数:
271
1997: [Hnoi2010]Planar Description Input Output Sample Input 2 6 9 1 4 1 5 1 6 2 4 2 5 2 6 3 4 3 5 3 6 1 4 2 5 3 6 5 5 1 2 2 3 3 4 4 5 5 1 1 2 3 4 5 S ...
分类:
其他好文 时间:
2017-10-14 17:01:32
阅读次数:
172
目录: 1.集合 2.文件操作 3.编码转换 4.函数 一.集合 集合是无序的 执行结果: 执行结果: 执行结果: 执行结果: 二.文件操作 open文件的读写追加参数: r :读模式 w:写模式(清空原内容,在写入) a:末尾追加模式 打开并读取文件: 打开文件追加内容 注意with open() ...
分类:
编程语言 时间:
2017-10-14 17:01:21
阅读次数:
169
下载GIT 下载地址:https://git-scm.com/download/linux 如上图,整个网页最下面有centos版本的tar包,点红框链接,进去就是下面这个链接。 https://www.kernel.org/pub/software/scm/git/ 选择最新版本,我喜欢在wind ...
分类:
其他好文 时间:
2017-10-14 16:55:53
阅读次数:
832
配置scrapy环境 分别pip install Zope.Interface、Twisted、w3lib、lxml、pyOpenSSL、Scrapy 新建爬虫项目,pycharm运行 我的项目名称为RadioCrawl文件夹为 Paste_Image.png 新建main.pyfrom scrap ...
分类:
其他好文 时间:
2017-10-14 16:50:54
阅读次数:
275
s5day94 内容回顾: 1. 字符串格式化 正则: /xx/g js原型:为类定制方法 replace:字符串替换 2. display 3. choice选项: 模板语言:get_xx_display() yield js : @@ 今日内容:增删改查插件 1. 定制属性 @ setAttri ...
分类:
其他好文 时间:
2017-10-14 12:46:17
阅读次数:
163
http://acm.split.hdu.edu.cn/showproblem.php?pid=5791 题意: 给出两个序列,求这两个序列的公共子序列的总个数。 思路: 和LCS差不多,dp[i][j]表示第一个的前i个和第二个的前j个所包含的公共子序列的个数。 首先考虑a[i]≠b[j]的情况, ...
分类:
其他好文 时间:
2017-10-14 12:16:32
阅读次数:
194
1原文打字 32w/m 错词27个 After her husband had gone to work, Mrs Richards sent her children to school and went upstairs to her bedroom. She was too excited t ...
分类:
其他好文 时间:
2017-10-14 11:56:57
阅读次数:
194