码迷,mamicode.com
首页 >  
搜索关键字:routine    ( 212个结果
VBA学习笔记(7)-经典例子
例: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 routine错误
认识golang也不少时间了,也做过几个项目。最近发现之前用golang写的一个服务,内存涨得比较快,一直没找出来原因来。今天把疑惑发到群里,经过golang学习班的童鞋的指点,发现我一个常用的错误。在不少golang入门的文章上,用并发的例子一般是这样写的;package mainimport (...
分类:其他好文   时间:2015-01-14 00:38:42    阅读次数:359
SQL1042C running a fenced routine (stored procedure/UDF)
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
windows驱动之WDF---CharSample
驱动程序部分:NTSTATUS DriverEntry( IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath ) /*++ Routine Description: DriverEntry initializes the driver and is the first routine c...
分类:Windows程序   时间:2015-01-09 09:15:18    阅读次数:440
eCos中断模型
http://blog.csdn.net/chychc/article/details/8313458eCos中断模型(1)ISR和DSR英文全称 Interrupt Service Routine 中断处理是实时操作系统一个重要部分。及时地处理中断源是很重要的,但一些必须被视为原子操作(不能被中断...
分类:其他好文   时间:2015-01-06 13:25:26    阅读次数:331
【转】ZwQuerySystemInformation的分析(加载模块)
原帖地址:http://www.mouseos.com/windows/kernel/ZwQuerySystemInformation.html内核模块可以使有 ZwQuerySystemInformation() 函数来获取已加载模块的信息,这个 routine 的原型定义为:NTSYSAPINT...
分类:其他好文   时间:2015-01-05 12:25:34    阅读次数:137
C#注册控件处理程序(SetConsoleCtrlHandler)函数示例 控制台关闭事件改写
添加或删除应用程序定义的HandlerRoutine从调用进程的处理函数列表功能。Win32 API功能:添加或删除应用程序定义的HandlerRoutine从调用进程的处理函数列表功能。函数原型:BOOL SetConsoleCtrlHandler(PHANDLER_ROUTINE HandlerRoutine, // 回调函数BOOL Add // 表示添加还是删除);返回值:BOOL类型参数...
分类:Windows程序   时间:2015-01-03 17:23:35    阅读次数:216
pThread线程(一) 基本API
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
每天工作4小时的程序员(转载)
英文原文:Daily Routine of a 4 Hour Programmer,翻译:外刊IT评论每个人都熟悉这种作息规律:早上9点去上班,坐在电脑前面,编一天的程序,下午5点下班回家。如今,非常感谢蒂莫西·费里斯 (Timothy Ferriss)的《每周工作4小时》,我开始重新思考应该如何工...
分类:其他好文   时间:2014-12-23 00:07:27    阅读次数:202
mysql存储过程和游标以及if-else,while典型实例
-- -------------------------------------------------------------------------------- -- Routine DDL -- Note: comments before and after the routine b...
分类:数据库   时间:2014-12-19 09:15:48    阅读次数:515
212条   上一页 1 ... 15 16 17 18 19 ... 22 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!