04 2015 档案
摘要:Mongodb启动命令mongod参数说明mongod的主要参数有:基本配置----------------------------------------------------------------------------------quiet# 安静输出--port arg# 指定服务端口号...
阅读全文
摘要:public class CheckComputerFreeState { /// /// 创建结构体用于返回捕获时间 /// [StructLayout(LayoutKind.Sequential)] ...
阅读全文
摘要:create PROCEDURE USP_GetByPager( _pageindex int, _pagesize int ) BEGIN declare _currentpageindex int DEFAULT (_pageindex-1)*_pagesize; select a.* from A a inner join ( select id from A order by id ...
阅读全文
摘要:LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
阅读全文
摘要:admin@gpc:/$ sudo mkfs-text3-c/dev/sdb1mkfs.ext3: inode_size (128) * inodes_count (0) too big for a filesystem with 0 blocks, specify higher inode_rat...
阅读全文