1404. Easy to Hack!
Time limit: 1.0 second
Memory limit: 64 MB
When Vito Maretti writes an important letter he encrypts it. His method is not very reliable but it’s enough to make any detecti...
分类:
其他好文 时间:
2015-06-23 11:55:40
阅读次数:
119
To change a sequence you are iterating over while inside the loop (for example to duplicate certain items), it is recommended that you first make a co...
分类:
编程语言 时间:
2015-06-22 20:29:34
阅读次数:
129
首先将ubuntu14.04的内核升级到内核3.18.12。其次,Ubuntu14.04上驱动编译命令$ sudo make -C ~/linux-3.18.12/ M=`pwd` modulesNote:modules不代表特殊模块,是固定名称,不可更改。Makefile参考格式:#sample ...
分类:
系统相关 时间:
2015-06-22 17:50:41
阅读次数:
150
《UNIX网络编程 卷1》的源码可以从www.unpbook.com下载得到。解压之后的目录为unpv13e。 1. 编译 进入unpv13e目录,按如下步骤编译: 1 ./configure 2 3 cd lib 4 make // 可能遇到问题:redefinition of ‘st...
分类:
其他好文 时间:
2015-06-22 16:18:58
阅读次数:
359
让博客生动形象的方式是图文并茂,更生动形象的方式就是放上动图。比如GIF动图。为此专门进行了一番搜索,发现了Ubuntu下有个叫做byzanz的制作GIF的软件。byzanz安装:sudo apt-get install byzanzbyzanz有两个命令:
byzanz-record
byzanz-playback
第一个就是录像的,第二个就是回放用的。来篇使用参考教程:Make Animate...
分类:
系统相关 时间:
2015-06-22 13:45:42
阅读次数:
196
Compile、Make和Build的区别 ? 针对Java的开发工具,一般都有Compile、Make和Build三个菜单项,完成的功能的都差不多,但是又有区别。 ? 编译,是将源代码转换为可执行代码的过程。编译需要指定源文件和编译输出...
分类:
其他好文 时间:
2015-06-22 08:47:18
阅读次数:
110
编写makefile文件:
14 access.o: access.c cd_data.h
15 gcc $(CFLAGS) -I$(INCLUDE) -c access.c
16
17 application: app_ui.o access.o
18 gcc $(CFLAGS) -o application app_ui.o access.o $(LIB...
分类:
系统相关 时间:
2015-06-21 18:40:18
阅读次数:
543
刚刚在某网站看到”MIT评选出世界上最具智慧50强公司 苹果榜上无名“,看了半天居然没名单,没名单你让我看什么!怒去墙外找来了名单,大家慢慢看……以下是2013年的名单:以下是2012年的名单:以下是2011年的名单:(当时是文字而非图片)A123 Systems
Why: Lithium-ion batteries make electric cars possible at mass-marke...
分类:
其他好文 时间:
2015-06-21 13:10:33
阅读次数:
393
第一步:安装pg基本软件 注:在安装pg之前,建议先创建好postgres账户,然后用此账户安装pg软件 1: ./configure –prefix=…(指向你想安装的目录) 2:make & sudo make 3:创建pg数据存贮目录 mkdir ~/data 4:初始化pg initdb ~...
分类:
数据库 时间:
2015-06-21 13:06:49
阅读次数:
255
1 // The following ifdef block is the standard way of creating macros which make exporting 2 // from a DLL simpler. All files within this DLL are co.....
分类:
编程语言 时间:
2015-06-20 23:30:22
阅读次数:
306