智能解忧AD 软件文档 1.《立项建议书》 1.引言(Introduction) 1.1目的(Purpose) 解决广大人民群众的困难,烦恼。获取每位登录用户的关键词,为他筛选出合适他的产品及广告。 1.2范围(Scope) 本文档只适应于软件立项。 1.3参考资料(References) 1.4相 ...
分类:
其他好文 时间:
2018-03-11 22:30:51
阅读次数:
270
对于 32 位 Python 的 C 扩展,以前用过 mingW32 编译, 但是 mingW32 不支持 64 位 Python 的 C 扩展编译,详情可见 stackoverflow,这位前辈的大意如下, 以下介绍 Visual Studio 2013 编译 64 位 Python 的 C 扩展 ...
分类:
编程语言 时间:
2018-03-08 17:24:49
阅读次数:
278
Purpose: Display certain line or lines from a text file, such as : Display the 1000th1000th line from file message.log or Display the lines between 10 ...
分类:
系统相关 时间:
2018-03-03 15:23:01
阅读次数:
236
nexus-aliyun * Nexus aliyun http://maven.aliyun.com/nexus/content/groups/public mirrorId repositoryId Human Readable Name for this Mirro... ...
分类:
其他好文 时间:
2018-02-25 01:11:14
阅读次数:
143
转载自https://www.jetbrains.com/help/idea/using-intellij-idea-as-the-vim-editor.html This feature is only supported in the Ultimate edition. The followin ...
分类:
系统相关 时间:
2018-02-07 00:51:30
阅读次数:
765
计算机系统体系结构: 单处理器的计算机系统,它只有一个general purpose 的处理器,它有一个CPU来执行通用的指令集, 另外,里面也包括一些专用的控制器(处理器),比如控制硬盘、网卡、键盘的等,这些控制器通常由操作系统管理; 多处理器的计算机系统,可以分为非对称型(asymmetric ... ...
分类:
其他好文 时间:
2018-02-06 01:09:12
阅读次数:
161
Be Here Now Be Here Now A dog in the movie was reincarnated many times, retaining its memory and searching for the meaning of its existence in constan ...
分类:
其他好文 时间:
2018-02-02 23:11:50
阅读次数:
372
在上一篇文章(http://www.cnblogs.com/fangtaoa/p/8321449.html)中,我们实现了12306爬虫的登录功能,接下来,我们就来实现查票的功能. 其实实现查票的功能很简单,简单概括一下我们在浏览器中完成查票时的主要步骤: 1.从哪一站出发 2.终点站是哪里 3.然 ...
分类:
编程语言 时间:
2018-01-26 18:52:41
阅读次数:
311
题目: Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases. For example, "A man, a plan, a canal ...
分类:
其他好文 时间:
2018-01-19 19:47:37
阅读次数:
155
PPAPI也就是Pepper Plugin API,是在原有网景NPAPI(Netscape Plugin API)基础上发展而来的。NPAPI是当今最流行的插件架构,几乎所有浏览器都支持,不过存在很大的安全隐患,插件可以窃取系统底层权限,发起恶意攻击。2010年,Google开发了新的PPAPI, ...