04 2015 档案

摘要:Mongodb启动命令mongod参数说明mongod的主要参数有:基本配置----------------------------------------------------------------------------------quiet# 安静输出--port arg# 指定服务端口号... 阅读全文
posted @ 2015-04-24 14:31 b̶i̶n̶g̶.̶ 阅读(175) 评论(0) 推荐(1)
摘要:public class CheckComputerFreeState { /// /// 创建结构体用于返回捕获时间 /// [StructLayout(LayoutKind.Sequential)] ... 阅读全文
posted @ 2015-04-13 09:49 b̶i̶n̶g̶.̶ 阅读(1358) 评论(0) 推荐(0)
摘要: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 ... 阅读全文
posted @ 2015-04-13 09:04 b̶i̶n̶g̶.̶ 阅读(146) 评论(0) 推荐(0)
摘要:LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 阅读全文
posted @ 2015-04-09 18:55 b̶i̶n̶g̶.̶ 阅读(170) 评论(0) 推荐(0)
摘要: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... 阅读全文
posted @ 2015-04-08 16:14 b̶i̶n̶g̶.̶ 阅读(805) 评论(0) 推荐(0)