{turn monitor off}SendMessage(Application.Handle, WM_SYSCOMMAND, SC_MONITORPOWER, 2); //关闭显示器{turn monitor on}SendMessage(Application.Handle, WM_SYSCO...
分类:
其他好文 时间:
2014-07-29 20:51:22
阅读次数:
274
MANUALSECTIONSThestandardsectionsofthemanualinclude:1UserCommands(用户命令)2SystemCalls(系统调用)3CLibraryFunctions(库文件)4DevicesandSpecialFiles(特殊文件如块设备,字符设备)5FileFormatsandConventions(配置文件格式)6Gameset.Al.(游戏)7Miscellanea..
分类:
其他好文 时间:
2014-07-29 15:43:09
阅读次数:
243
linux命令超多,忘记命令的使用方式、格式是很平常的事囧。能够使用系统自带的帮助文件获取到相关的信息是学习linux的必备基本功!下面记录几个常用的帮助命令,只为加深本菜的记忆,有不对的地方请看到这篇博文的大大加以指导,感激不尽!简要介绍下命令,命令分为两大种类。一..
分类:
系统相关 时间:
2014-07-29 15:38:49
阅读次数:
244
Problem Description
In Diagon Alley ,there is only one Wand-seller,peeling gold letters over the door read Ollivanders: Makers of Fine Wands since 382 BC.A single wand lay on a faded purple cushion i...
分类:
其他好文 时间:
2014-07-29 14:59:59
阅读次数:
242
A + B Again
Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 14940 Accepted Submission(s): 6509
Problem Description
There must be man...
分类:
其他好文 时间:
2014-07-29 14:43:18
阅读次数:
310
Problem Description
Shaolin temple is very famous for its Kongfu monks.A lot of young men go to Shaolin temple every year, trying to be a monk there. The master of Shaolin evaluates a young man mai...
分类:
其他好文 时间:
2014-07-29 12:59:17
阅读次数:
322
从github下载AFNetworking,把AFN导入工程,想实现什么功能就从下面挑选吧(源自:https://github.com/AFNetworking/AFNetworking#get-request)GETRequestAFHTTPRequestOperationManager *man...
分类:
Web程序 时间:
2014-07-28 15:24:13
阅读次数:
283
Available pacaagess里找了coreutils-nohup包,安装好就行了运行nohup自己的程序的时候可能会出现一下:root@OpenWrt:~# nohup: ignoring input and appending output to 'nohup.out'但是这个不影响运行...
分类:
其他好文 时间:
2014-07-28 14:33:03
阅读次数:
1472
注:在linux下开发经常使用的辅助小工具:readelf 、hexdump、od、objdump、nm、telnet、nc 等,详细能够man一下。我们用以下的C代码来研究函数调用的过程。C++ Code12345678910111213141516intbar(intc,intd){inte=c...
分类:
系统相关 时间:
2014-07-27 23:05:29
阅读次数:
471