上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 40 下一页
摘要: class Program { static void Main(string[] args) { var array = new[] { 11, 3, 24, 5, 0, 2, 4, 6, -1, 101, 101, 5 }; ... 阅读全文
posted @ 2015-06-09 21:29 b̶i̶n̶g̶.̶ 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-05-30 18:12 b̶i̶n̶g̶.̶ 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 1B (Byte 字节)=8b (bit 位)1KB (Kilobyte 千字节)=1024B,1MB (Megabyte 兆字节 简称“兆”)=1024KB,1GB (Gigabyte 吉字节 又称“千兆”)=1024MB,1TB (Trillionbyte 万亿字节 太字节)=1024GB,1P... 阅读全文
posted @ 2015-05-11 08:26 b̶i̶n̶g̶.̶ 阅读(652) 评论(0) 推荐(0) 编辑
摘要: https://technet.microsoft.com/en-us/sysinternals/dd996900.aspx 阅读全文
posted @ 2015-05-08 14:12 b̶i̶n̶g̶.̶ 阅读(164) 评论(0) 推荐(0) 编辑
摘要: using System;using System.IO;using System.Security.Cryptography;using System.Text; public class MD5Code { /// /// Get 文件的MD5校验码 ... 阅读全文
posted @ 2015-05-05 15:54 b̶i̶n̶g̶.̶ 阅读(1145) 评论(0) 推荐(0) 编辑
摘要: Mongodb启动命令mongod参数说明mongod的主要参数有:基本配置----------------------------------------------------------------------------------quiet# 安静输出--port arg# 指定服务端口号... 阅读全文
posted @ 2015-04-24 14:31 b̶i̶n̶g̶.̶ 阅读(171) 评论(0) 推荐(1) 编辑
摘要: public class CheckComputerFreeState { /// /// 创建结构体用于返回捕获时间 /// [StructLayout(LayoutKind.Sequential)] ... 阅读全文
posted @ 2015-04-13 09:49 b̶i̶n̶g̶.̶ 阅读(1323) 评论(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̶.̶ 阅读(142) 评论(0) 推荐(0) 编辑
摘要: LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 阅读全文
posted @ 2015-04-09 18:55 b̶i̶n̶g̶.̶ 阅读(162) 评论(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̶.̶ 阅读(775) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 40 下一页