码迷,mamicode.com
首页 >  
搜索关键字:maintained    ( 39个结果
linux用户空间和内核空间
When a process running in user mode requests additional memory, pages are allocated from the list of free page frames maintained by the kernel. This l...
分类:系统相关   时间:2014-09-28 22:27:25    阅读次数:419
yii - core extension
Core Extensions Yii provides the following core extensions that are developed and maintained by the Yii developer team. They are allregistered on Packagist and can be easily installed as described ...
分类:其他好文   时间:2014-09-23 17:34:05    阅读次数:295
Goldengate Checkpoint Table Is Corrupted
Replicat maintains checkpoints that provide a known position in the trail from which to start after an expected or unexpected shutdown. By default, a record of these checkpoints is maintained in a f...
分类:其他好文   时间:2014-09-21 13:21:10    阅读次数:235
使用MySQL的LAST_INSERT_ID--转
LAST_INSERT_ID自动返回最后一个 INSERT 或 UPDATE 操作为 AUTO_INCREMENT列设置的第一个发生的值. 参考这里The ID that was generated is maintained in the server on aper-connection bas...
分类:数据库   时间:2014-08-29 19:50:38    阅读次数:198
STM32学习笔记
1.STM32中变量的定义(在stm32f103x.h中) 1 /*!< STM32F10x Standard Peripheral Library old types (maintained for legacy purpose) */ 2 typedef int32_t s32; 3 type....
分类:其他好文   时间:2014-07-29 17:37:22    阅读次数:352
两种方法删除ArrayList里重复元素
方法一: /** List order not maintained **/ public static void removeDuplicate(ArrayList arlList) { HashSet h = new HashSet(arlList); arlList.clear(); arlList.addAll(h); } 方法二: /** Lis...
分类:其他好文   时间:2014-07-12 22:45:06    阅读次数:241
Introduction to Robotics Toolbox for MATLAB
"Robotics Toolbox" isone ofopen-source MATLAB(R) Toolbox maintained by prof. Peter Corke, and another is Machine Version Toolbox. The toolbox provides...
分类:其他好文   时间:2014-07-09 22:52:45    阅读次数:391
Devstack: A copy of worked local.conf I'm sharing with you.
# Sample ``local.conf`` for user-configurable variables in ``stack.sh`` # NOTE: Copy this file to the root ``devstack`` directory for it to # work properly. # ``local.conf`` is a user-maintained set...
分类:其他好文   时间:2014-06-26 11:41:09    阅读次数:272
Free and Open Source Load-Balancing Software and Projects--转
http://www.inlab.de/articles/free-and-open-source-load-balancing-software-and-projects.htmlThis overview is also maintained at the Xing "Load-Balancin...
分类:其他好文   时间:2014-05-09 10:17:18    阅读次数:340
39条   上一页 1 2 3 4
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!