码迷,mamicode.com
首页 >  
搜索关键字:systems    ( 1149个结果
win32api编程——文件系统长文件名测试
不同操作系统中不同的文件系统对于文件目录名长度的支持是不一样的,具体可以参考http://en.wikipedia.org/wiki/Comparison_of_file_systems#Limits在windowslogokit中的IFStest中有一个长文件名测试,请参考链接中OpenCreateGeneralFileSystemTestGroup——FileNameLengthTest..
分类:Windows程序   时间:2014-11-19 11:33:39    阅读次数:244
MySQL系列:innodb引擎分析之线程并发同步机制
innodb是一个多线程并发的存储引擎,内部的读写都是用多线程来实现的,所以innodb内部实现了一个比较高效的并发同步机制。innodb并没有直接使用系统提供的锁(latch)同步结构,而是对其进行自己的封装和实现优化,但是也兼容系统的锁。我们先看一段innodb内部的注释(MySQL-3.23): Semaphore operations in operating systems are s...
分类:数据库   时间:2014-11-16 12:07:02    阅读次数:265
uscao4
Money Systems描述母牛们不但创建了他们自己的政府而且选择了建立了自己的货币系统。由于他们特殊的思考方式,他们对货币的数值感到好奇。传统地,一个货币系统是由1,5,10,20 或 25,50, 和 100的单位面值组成的。母牛想知道有多少种不同的方法来用货币系统中的货币来构造一个确定的数值...
分类:其他好文   时间:2014-11-16 10:40:17    阅读次数:129
influxdb 的安装(centos)
安装命令: # for 64-bit systems wget http://s3.amazonaws.com/influxdb/influxdb-latest-1.x86_64.rpm sudo rpm -ivh influxdb-latest-1.x86_64.rpm 具体安装过程如下: wge...
分类:数据库   时间:2014-11-10 19:32:16    阅读次数:1044
Conversions
Problem DescriptionConversion between the metric and English measurement systems is relatively simple. Often, it involves either multiplying or dividi...
分类:其他好文   时间:2014-11-10 15:23:34    阅读次数:136
分区命令parted
[root@localhost~]#manpartedpartedisadiskpartitioningandpartitionresizingprogram.Itallowsyoutocreate,destroy,resize,moveandcopyext2,linux-swap,FAT,FAT32,andreiserfsparti-tions.Itcancreate,resize,andmoveMacintoshHFSpartitions,aswellasdetectjfs,ntfs,ufs,andxfs..
分类:其他好文   时间:2014-11-09 06:25:46    阅读次数:307
POJ - 1850 Code
Description Transmitting and memorizing information is a task that requires different coding systems for the best use of the available space. A well known system is that one where a number is ass...
分类:其他好文   时间:2014-11-08 09:19:39    阅读次数:188
Stacks of Flapjacks
Stacks of Flapjacks Background Stacks and Queues are often considered the bread and butter of data structures and find use in architecture, parsing, operating systems, and discrete eve...
分类:其他好文   时间:2014-11-05 21:37:26    阅读次数:142
Advanced Message Queuing Protocol_AMQP
Advanced Message Queuing Protocol_AMQP The Advanced Message Queuing Protocol (AMQP) is an open standard for passing business messages between applications or organizations. ?It connects systems, ...
分类:其他好文   时间:2014-11-03 16:37:06    阅读次数:135
[文件系统]文件系统学习笔记(四)---常用数据结构
1,基本数据结构:file_system_type每种文件系统对应一个文件系统类型结构,注册之后形成单链表,链表表头为file_systems(全局变量).Superblock反应文件系统整体的控制信息,超级块以多种方式存在。(磁盘超级快、内存超级块、VFS超级块)Inode反应了某个文件系统对象的...
分类:其他好文   时间:2014-11-01 23:03:46    阅读次数:341
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!