码迷,mamicode.com
首页 >  
搜索关键字:handle concurrency    ( 4798个结果
读书笔记:事务信息系统(上)
花好了很多时间读了事务信息系统:并发控制与恢复的理论、算法与实践英文名叫Transactional Information Systems: Theory, Algorithms, and the Practice of Concurrency Control这本书在国内的翻译版已经绝版了,似乎没出...
分类:其他好文   时间:2014-10-31 15:20:26    阅读次数:226
php实现设计模式之 状态模式
set(new offstate()); }}class offstate implements state{ public function show(){ echo '是关灯状态'; } public function handle($light){ $light->set(new ons...
分类:Web程序   时间:2014-10-31 13:23:09    阅读次数:252
CreateMutex
C++API CreateMutex找出当前系统是否已经存在指定进程的实例。假设没有则创建一个相互排斥体。CreateMutex()函数可用来创建一个有名或无名的相互排斥量对象。HANDLE CreateMutex( LPSECURITY_ATTRIBUTES lpMutexAttributes.....
分类:其他好文   时间:2014-10-30 18:39:41    阅读次数:157
Google Guava之--cache
一、简介 Google Guava包含了Google的Java项目许多依赖的库,如:集合 [collections] 、缓存 [caching] 、原生类型支持 [primitives support] 、并发库 [concurrency libraries] 、通用注解 [common ann.....
分类:系统相关   时间:2014-10-30 16:58:03    阅读次数:380
delphi XE7 判断手机返回键
Using the Android Device's Back Button To make your application handle when users press the Back button on their Android device, add an event handler....
分类:移动开发   时间:2014-10-29 12:24:52    阅读次数:530
级联删除
1 function deleteDir($path){//没有检测目录是否存在 2 $handle=opendir($path); 3 while(false!==($file=readdir($handle))){ 4 if($file!...
分类:其他好文   时间:2014-10-29 10:27:18    阅读次数:153
A Tour of Go Concurrency
The next section covers Go's concurrency primitives.A Tour of GoGoroutinesAgoroutineis a lightweight thread managed by the Go runtime.go f(x, y, z)sta...
分类:其他好文   时间:2014-10-29 01:44:37    阅读次数:108
DM8168 新板系统启动
DM8168新板从贴片到系统启动折腾了二十多天终于完成,高校里做个东西好累,导师只给机焊10个BGA,别的都是手工。 前段时间启动操作系统时,到了Starting Matrix GUI application。。。 出现了 pgd = c0004000 的毛病,查了很久没找到合适的答案,最后回到log看到一句提示: Unable to handle kerne...
分类:其他好文   时间:2014-10-29 00:28:05    阅读次数:263
A Tour of Go Exercise: HTTP Handlers
Implement the following types and define ServeHTTP methods on them. Register them to handle specific paths in your web server.type String stringtype S...
分类:Web程序   时间:2014-10-28 23:51:10    阅读次数:222
PHP Console工具使用分享
作者:zhanhailiang 日期:2014-10-28 PHP Console:https://github.com/barbushin/php-console#php-console-server-library 功能介绍 PHP Console工具和FirePHP功能相似,提供以下功能: Handle PHP errors, dump variables,...
分类:Web程序   时间:2014-10-28 21:49:50    阅读次数:322
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!