1、龙书(Dragon book)英文名:Compilers: Principles,Techniques,and Tools作者:Alfred V.Aho,Ravi Sethi,Jeffrey D.Ullman中文名:编译原理技术和工具第一版龙书第二版龙书龙书”。龙书是Alfred V. Aho等...
分类:
其他好文 时间:
2015-02-05 20:19:24
阅读次数:
191
System::Sysutils::TStringBuilder *sb = new TStringBuilder; sb->Append("ww"); sb->AppendLine(); sb->Append("hello"); Caption = sb->ToString(); delete ....
分类:
编程语言 时间:
2015-02-05 20:16:46
阅读次数:
197
simple_html_dom使用小结分类:PHP2012-08-31 14:243094人阅读评论(0)收藏举报htmlcallbackstringdivfunctionfile1.文件夹结构如下:php解析html页面工具 simple html dom 使用的简单介绍:(1)下载(http:/...
分类:
Web程序 时间:
2015-02-05 20:18:15
阅读次数:
216
呵呵!大家不要只看帖不回帖么,要不然我都没有积极性了。第一步:创建一个用来呈现mapview的viewcontroller,不废话直接贴代码 BasicMapViewController需要在该类中加入地图的代理并实现相关事件// 34.2778000000,108.9530980000 数据来源h...
分类:
移动开发 时间:
2015-02-05 20:19:13
阅读次数:
360
1.回顾UIPopoverController的使用,下面这份代码只能在ipad下运行 // 初始化控制器,SecondViewController类继承自UIViewController SecondViewController *vc = [[SecondViewController all.....
分类:
移动开发 时间:
2015-02-05 20:18:15
阅读次数:
3898
重新载入数据: jQuery(grid_selector).setGridParam({data : data[0].dataList}).trigger("reloadGrid");清空数据:$(grid_selector).clearGridData();获得选中行的参数对象(Object)列名...
分类:
其他好文 时间:
2015-02-05 20:15:39
阅读次数:
152
寒假回来刚刚开始学习cocos2dx,搭建环境不久,方法和大家一起共享。因为基本都是需要android移植的。所以我们首先需要android方面:一:自己百度下载1.JDK (注意系统位数选择)-------------需配置环境变量2.Android SDK-----(需要路径选择)3.Andro...
分类:
其他好文 时间:
2015-02-05 20:16:15
阅读次数:
544
文件名 -> inode -> device block转自:http://www.ruanyifeng.com/blog/2011/12/inode.htmlhttp://blog.s135.com/post/295/http://hi.baidu.com/leejun_2005/blog/ite...
分类:
系统相关 时间:
2015-02-05 20:18:18
阅读次数:
317
In a highly modernized fishing village, inhabitants there make a living on fishery. Their major tools, fishing nets, are produced and fixed by compute...
分类:
Web程序 时间:
2015-02-05 20:16:52
阅读次数:
335
玩转Openstack之Nova中的协同并发(一) 前不久参加了个Opnstack的Meetup,其中有一个来自EasyStack的大大就Nova中的协同并发做了一番讲解,有所感触,本想当天就总结一下,但是由于前段时间工作上比较忙,加上为了履行诺言每天几更的来写设计模式系列性文章,故而拖到今天才写....
分类:
其他好文 时间:
2015-02-05 20:15:10
阅读次数:
236
源端:2015-02-05 17:45:49 INFO OGG-01815 Virtual Memory Facilities for: COM anon alloc: mmap(MAP_ANON) anon free: munmap file alloc: mmap(MAP_SHAR...
分类:
其他好文 时间:
2015-02-05 20:14:55
阅读次数:
1026
有时候事情多得我喘不过气来的时候,我会出现一种异常反应,好像找点别的事做,就能摆脱烦恼了。通常的话我会自己写一些独立的小程序。有一天早上,我正在写的书,工作中的事情,还有要为Strang Loop准备的分享,这些东西让我感到快崩溃了,突然间我想到,“我要写一个垃圾回收程序”。是的,我知道这听起来有点...
分类:
其他好文 时间:
2015-02-05 20:16:31
阅读次数:
224
StringMEDIA_BAD_REMOVAL在没有挂载前存储媒体已经被移除。StringMEDIA_CHECKING正在检查存储媒体。StringMEDIA_MOUNTED存储媒体已经挂载,并且挂载点可读/写。StringMEDIA_MOUNTED_READ_ONLY存储媒体已经挂载,挂载点只读。...
分类:
移动开发 时间:
2015-02-05 20:15:30
阅读次数:
195
http://my.oschina.net/oncereply/blog?catalog=41825http://my.oschina.net/oncereply/blog/260755http://www.ibm.com/developerworks/cn/linux/l-cn-python-op...
分类:
编程语言 时间:
2015-02-05 20:16:03
阅读次数:
225
key:要取满,所以big[0] = 0;其他的都初始化为无穷~#include #include #include const int maxn = 1e4 + 5;const int INF = 1e7;int big[maxn];using namespace std;int main(){ ...
分类:
其他好文 时间:
2015-02-05 20:14:24
阅读次数:
123
1.1.2 Percona Xtrabackup特性 * 不停机创建Innodb数据库热备 * 对Mysql数据库创建增量备份 * 压缩数据流方式备份到异地服务器 * 更加便捷创建新的mysql从库 * 无需登录数据库执行mysql备份2.2 源码编译安装Percona Xtrabacku...
分类:
其他好文 时间:
2015-02-05 20:15:57
阅读次数:
308