上一页 1 2 3 4 5 6 7 8 ··· 21 下一页
摘要: EF BB BF UTF-8(可变长1-4字节,兼容ASCII) ,带BOM形式的FE FF UTF-16/UCS-2, little endian(定长2字节)FF FE UTF-16/UCS-2, big endian(定长2字节)FF FE 00 00 UTF-32/UCS-4, little 阅读全文
posted @ 2016-05-10 17:11 Yu 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 1. 安装 mongodb-win32-x86_64-2008plus-2.6.12-signed.msi,下载地址 https://www.mongodb.com/download-center#community 安装至目录:c:\MongoDb2 2. 安装MongoDb服务并启动,否则不能使 阅读全文
posted @ 2016-05-06 12:53 Yu 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 在没有异步的情况下,配置如下,均无法提高解压速度 System.Threading.ThreadPool.SetMinThreads(Environment.ProcessorCount*20, Environment.ProcessorCount*20); System.Diagnostics.P 阅读全文
posted @ 2016-04-20 10:36 Yu 阅读(681) 评论(0) 推荐(0) 编辑
摘要: WP8.1手机升级WIN10后,需要输入PIN码(不知道啊),多次输入(1234,0000,8888 ...)后被锁定,无法使用手机(郁闷), 重启无数次,提示由于多次输入PIN码,手机无法使用(天啊),求助万能 GOOGLE ... 恢复正常。 下面就是重置步骤: 1. 按住电源键关机,等待完全关 阅读全文
posted @ 2016-04-15 10:17 Yu 阅读(1048) 评论(0) 推荐(0) 编辑
摘要: Public Sub Compare(fullname As String, sheet As String) Dim conn, sql, rows, i, cellContents ,rowIndex, colIndex rowIndex = 2 colIndex = getColumnIndex("Name") '获取目标表数据 Set conn = Cre... 阅读全文
posted @ 2016-04-13 10:54 Yu 阅读(462) 评论(0) 推荐(0) 编辑
摘要: private void FilterData() { List tasks = new List(); IWorkbook workbook = Cshap.Common.ExcelUnit.LoadWorkbook(excelfile_); for (int... 阅读全文
posted @ 2016-04-01 17:27 Yu 阅读(722) 评论(0) 推荐(0) 编辑
摘要: static AutoResetEvent are = new AutoResetEvent(true);//初始化为开 static void Main(string[] args) { //如果这里加上这句 are.Reset(); 则会把初始化的开,改为关 for (int i = 0; i ... 阅读全文
posted @ 2016-03-24 16:50 Yu 阅读(359) 评论(0) 推荐(0) 编辑
摘要: 1. IE不能渲染指令中的 style="background-color",而chrome和firefox可以 阅读全文
posted @ 2016-03-18 17:20 Yu 阅读(170) 评论(0) 推荐(0) 编辑
摘要: http://files.cnblogs.com/files/yipeng-yu/QuestionnaireMvc.zip 1. Code First + Asp.net Mvc4 2. 固定选择项可以动态添加 阅读全文
posted @ 2016-03-18 08:36 Yu 阅读(1929) 评论(0) 推荐(0) 编辑
摘要: 针对服务端控件的 CommandField “Delete” 添加 js 阅读全文
posted @ 2016-03-16 13:19 Yu 阅读(213) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 21 下一页