r+: Open for reading and writing. The stream is positioned at the beginning of the file. w+:Open for reading and writing. The file is created if it do
分类:
其他好文 时间:
2016-02-24 09:36:01
阅读次数:
120
1,安装时发现默认的源里面没有transmission-daemon包 pi@fynn:/etc/apt/sources.list.d $ sudo apt-get install transmission-daemon Reading package lists... Done Building
分类:
其他好文 时间:
2016-02-21 22:39:01
阅读次数:
1616
今天在安装软件的时候出现了Package has no installation candidate的问题,如: # apt-get install <packagename>Reading package lists... DoneBuilding dependency tree... DoneP
分类:
系统相关 时间:
2016-02-21 12:55:06
阅读次数:
256
也就是使用XPath的方式,具体语法规则查看http://www.w3school.com.cn/xpath/xpath_syntax.asp,说明得相当详细。这里列举例子是说明在Lazarus/FPC下具体应用于实现,以及注意事项。首先可以构建一个“ReadXPath”的函数方便调用。毕竟每次使用
分类:
其他好文 时间:
2016-02-21 00:15:42
阅读次数:
265
A Technical Comparison of TTLS and PEAP by Matthew Gast author of 802.11 Wireless Networks: The Definitive Guide 10/17/2002 Related Reading 802.11 Wir
分类:
其他好文 时间:
2016-02-19 12:32:03
阅读次数:
175
In which way do you think the world will end? The moment you are reading my essay, you are somehow connected with it. And I fancy that you have never
分类:
其他好文 时间:
2016-02-19 01:38:31
阅读次数:
247
题 题意 P个数,求最短的一段包含P个数里所有出现过的数的区间。 分析 尺取法,边读边记录每个数出现次数num[d[i]],和不同数字个数n个。 尺取时,l和r 代表区间两边,每次r++时,d[r]知识点出现次数+1,d[l]知识点出现次数大于1时,次数--,l++,直到d[l]出现次数为1,当不同
分类:
其他好文 时间:
2016-02-18 10:03:58
阅读次数:
109
分词 分词有现在分词和过去分词两种。 作为谓语,现在分词和be 一起构成进行时;过去分词和be一起构成被动语态,和have一起构成完成时。 例如: I am reading a novel by Maupassant. 我正在看一本莫泊桑写的小说。(现在分词和be 一起表示主语正在进行的动作。) M
分类:
其他好文 时间:
2016-02-13 17:05:12
阅读次数:
432
# thinking in java 4th# reading note# victor# 2016.02.10chapter 1 对象入门1.1 抽象的进步 (1) 所有东西都是对象。 (2) 程序是一大堆对象的组合,对象间通过消息联系。 (3) 通过封装现有对象,可制作出新型对象。 (4) 每个
分类:
编程语言 时间:
2016-02-12 23:22:07
阅读次数:
348
github地址:https://github.com/y123456yz/reading-code-of-nginx-1.9.2 对源码通读注释,函数进行了详细注释。同时对相关功能进行了优化,日志功能分析能力更易懂。 github 地址下载: https://github.com/y123456y
分类:
Web程序 时间:
2016-02-07 09:46:39
阅读次数:
158