例:VBA获取shape positionPublic Sub LocationTable() 'This routine will create a text file of the location and size of all 2-d shapes ' on the curr...
分类:
编程语言 时间:
2015-01-25 19:38:35
阅读次数:
239
认识golang也不少时间了,也做过几个项目。最近发现之前用golang写的一个服务,内存涨得比较快,一直没找出来原因来。今天把疑惑发到群里,经过golang学习班的童鞋的指点,发现我一个常用的错误。在不少golang入门的文章上,用并发的例子一般是这样写的;package mainimport (...
分类:
其他好文 时间:
2015-01-14 00:38:42
阅读次数:
359
Relation to this link http://www-01.ibm.com/support/docview.wss?uid=swg21399105 2015-01-11-13.38.19.538002+000 E263507727A548 LEVEL: Warning PID : 151...
分类:
数据库 时间:
2015-01-12 00:21:07
阅读次数:
254
驱动程序部分:NTSTATUS
DriverEntry(
IN PDRIVER_OBJECT DriverObject,
IN PUNICODE_STRING RegistryPath
)
/*++
Routine Description:
DriverEntry initializes the driver and is the first routine c...
http://blog.csdn.net/chychc/article/details/8313458eCos中断模型(1)ISR和DSR英文全称 Interrupt Service Routine 中断处理是实时操作系统一个重要部分。及时地处理中断源是很重要的,但一些必须被视为原子操作(不能被中断...
分类:
其他好文 时间:
2015-01-06 13:25:26
阅读次数:
331
原帖地址:http://www.mouseos.com/windows/kernel/ZwQuerySystemInformation.html内核模块可以使有 ZwQuerySystemInformation() 函数来获取已加载模块的信息,这个 routine 的原型定义为:NTSYSAPINT...
分类:
其他好文 时间:
2015-01-05 12:25:34
阅读次数:
137
添加或删除应用程序定义的HandlerRoutine从调用进程的处理函数列表功能。Win32 API功能:添加或删除应用程序定义的HandlerRoutine从调用进程的处理函数列表功能。函数原型:BOOL SetConsoleCtrlHandler(PHANDLER_ROUTINE HandlerRoutine, // 回调函数BOOL Add // 表示添加还是删除);返回值:BOOL类型参数...
1.创建线程 int pthread_create(pthread_t *restrict_ptid, const pthread_attr_t *restrict_attr, void *(*start_routine)(void*), void *restrict_arg); ptid是一个pt...
分类:
编程语言 时间:
2014-12-25 11:12:19
阅读次数:
252
英文原文:Daily Routine of a 4 Hour Programmer,翻译:外刊IT评论每个人都熟悉这种作息规律:早上9点去上班,坐在电脑前面,编一天的程序,下午5点下班回家。如今,非常感谢蒂莫西·费里斯 (Timothy Ferriss)的《每周工作4小时》,我开始重新思考应该如何工...
分类:
其他好文 时间:
2014-12-23 00:07:27
阅读次数:
202
-- -------------------------------------------------------------------------------- -- Routine DDL -- Note: comments before and after the routine b...
分类:
数据库 时间:
2014-12-19 09:15:48
阅读次数:
515