码迷,mamicode.com
首页 >  
搜索关键字:reading    ( 1497个结果
fopen中r+和w+的区别
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
树莓派安装Transmission-daemon出现的问题
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
Ubuntu apt-get: Package has no installation candidate
今天在安装软件的时候出现了Package has no installation candidate的问题,如: # apt-get install <packagename>Reading package lists... DoneBuilding dependency tree... DoneP
分类:系统相关   时间:2016-02-21 12:55:06    阅读次数:256
Lazarus Reading XML- with TXMLDocument and TXPathVariable
也就是使用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
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
FANTASY:In which way do you think the world will end?
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
【POJ 3320】Jessica's Reading Problemc(尺取法)
题 题意 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
英语语法最终珍藏版笔记-11分词
分词 分词有现在分词和过去分词两种。 作为谓语,现在分词和be 一起构成进行时;过去分词和be一起构成被动语态,和have一起构成完成时。 例如: I am reading a novel by Maupassant. 我正在看一本莫泊桑写的小说。(现在分词和be 一起表示主语正在进行的动作。) M
分类:其他好文   时间:2016-02-13 17:05:12    阅读次数:432
thinking in java ----reading note (1)
# thinking in java 4th# reading note# victor# 2016.02.10chapter 1 对象入门1.1 抽象的进步 (1) 所有东西都是对象。 (2) 程序是一大堆对象的组合,对象间通过消息联系。 (3) 通过封装现有对象,可制作出新型对象。 (4) 每个
分类:编程语言   时间:2016-02-12 23:22:07    阅读次数:348
高并发 WEB 服务器 nginx 源码通读中文分析注释,带详细函数注释及函数调用注释,附 github 地址,后期持续维护更新
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!