码迷,mamicode.com
首页 >  
搜索关键字:rt thread    ( 14779个结果
memory 监控 mysql vs percona vs maria
oracle mysql 5.7在performance_schema 通过以下表展现内存信息。这些表实际engine为performance_schema。这些表数据实际是以数组的形式存储在内存中的(thread_array,memory_class_array等),这些表主要展现线程级别的内存分...
分类:数据库   时间:2014-07-22 23:13:34    阅读次数:537
[Arduino] 外部中断
原文:http://www.arduino.cn/thread-2421-1-1.html1.什么是中断?试想一下,你正在家里吃饭,这时传来了敲门声,虽然你巨饿,虽然面前全是山珍海味,但此时你不得不去开门,同时不得不放停下生命中最重要的事情——吃饭。打开门后,你发现只是一个查水表的,你检查了水表读数...
分类:其他好文   时间:2014-07-22 23:11:16    阅读次数:327
javascript解析器(引擎)
The JavaScript interpreter in a browser is implemented as a single thread.javascript 引擎在浏览器中作为单线程实现。
分类:编程语言   时间:2014-07-22 23:10:56    阅读次数:341
WIN7下使用VC2010调试uCOS-II 2.91
WIN7下使用VC2010调试uCOS-II 2.91http://www.amobbs.com/thread-5462878-1-1.htmlucos系统学习汇总http://www.cnblogs.com/gmh915/category/212499.html
分类:Windows程序   时间:2014-07-22 23:08:54    阅读次数:562
Java(Android)线程池---基础篇
1、new Thread的弊端执行一个异步任务你还只是如下new Thread吗?1 newThread(newRunnable(){2 3 @Override4 publicvoidrun(){5 // TODO Auto-generated method stu...
分类:移动开发   时间:2014-05-01 15:23:31    阅读次数:453
在Windows系统上实现轻量级的线程间及进程间消息队列
Windows没有message queue累世的IPC内核对象,使得在在处理IPC时少了一种传递消息的手段。利用Windows的Naming Object可以实现一套简单的Inter-Thread消息队列。这里并不使用socket,因为一旦使用socket,就得负责port管理,很麻烦,另外在对外...
分类:编程语言   时间:2014-05-01 02:30:44    阅读次数:555
PHP 数据库驱动、连接数据不同方式学习笔记
相关学习资料http://www.php.net/manual/zh/refs.database.phphttp://www.php.net/manual/zh/internals2.pdo.phphttp://bbs.phpchina.com/thread-184537-1-1.htmlhttp:...
分类:数据库   时间:2014-04-30 13:27:46    阅读次数:788
监听JVM关闭
使用Runtime的addShutdownHook(thread)方法: 1 for(int i=0; i<5; i++){ 2 System.out.println(i); 3 } 4 5 Thread th...
分类:其他好文   时间:2014-04-29 17:22:47    阅读次数:311
Java Concurrent happens-before
happens-beforerelation on memory operations such as reads and writes of shared variables. The results of a write by one thread are guaranteed to be .....
分类:移动开发   时间:2014-04-29 16:38:32    阅读次数:511
Navicat Premium 11 For Mac 注册机
http://mac.pcbeta.com/thread-138357-1-1.html
分类:其他好文   时间:2014-04-29 10:47:47    阅读次数:776
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!