上一页 1 2 3 4 5 6 7 8 9 ··· 16 下一页
摘要: 初始化操作 1. 未使用绑定变量的时候代码如下 2. 使用了绑定变量的方式执行 阅读全文
posted @ 2017-06-08 17:50 Young汨 阅读(638) 评论(0) 推荐(0) 编辑
摘要: 本机环境 win10 64位系统,vs2013 32bit 版本,Oracle 安装在本机包括服务端和客户端都是 64bit 的 在测试用.net 连接Oracle 数据库的时候,总是出现以上异常,找寻众多解决方法,如修改web 项目平台为x86 ,或者使用IIS调试等等,我觉得都不是办法,最后发现 阅读全文
posted @ 2017-06-08 00:15 Young汨 阅读(8154) 评论(0) 推荐(0) 编辑
摘要: 【转】原文地址:http://www.cnblogs.com/lijianda/p/6604651.html 1.一个电脑有多个网卡,有线的、无线的、还有vmare虚拟的两个网卡。2.就算只有一个网卡,但是该网卡配置了N个IP地址.其中还包括ipv6地址。 阅读全文
posted @ 2017-06-07 16:50 Young汨 阅读(2929) 评论(0) 推荐(1) 编辑
摘要: 使用NPOI的库进行Excel导出操作 公共帮助类: 在MVC的控制器中进行导出 阅读全文
posted @ 2017-06-06 14:29 Young汨 阅读(736) 评论(0) 推荐(0) 编辑
摘要: 1、prop方法获取、设置checked属性 当input控件checkbox设置了checked属性时,无论checked=”“或 checked=”checked”,$(obj).prop(“checked”)的结果都是true; 当input控件checkbox没设置checked属性时,$( 阅读全文
posted @ 2017-05-27 16:28 Young汨 阅读(380) 评论(0) 推荐(0) 编辑
摘要: 原文连接:http://www.jb51.net/article/41472.htm -->情景 ① 通过刚才的SQL递归方式,我们已经可以将一个组织机构和其全部下级单位查询出来;假设每个组织机构还有一个字段为OrganiseCode(组织机构代码); ② 当我们需要按照组织机构代码进行筛选数据时, 阅读全文
posted @ 2017-03-29 10:58 Young汨 阅读(6061) 评论(1) 推荐(0) 编辑
摘要: 1. 快速排序: 2. 斐波拉切缓存: 阅读全文
posted @ 2017-03-20 15:20 Young汨 阅读(316) 评论(0) 推荐(0) 编辑
摘要: 1 //单例模式: 2 //1. 双检锁机制 Volatile.write() 3 //2. 静态变量 4 //3. Interlocked.CompareExchange(ref single, temp, null); 模式 5 6 private static Singleton sing... 阅读全文
posted @ 2017-03-09 16:03 Young汨 阅读(503) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Net.Http; 5 using System.Text; 6 using System.Threading; 7 using System.Threading.Tasks; 8 ... 阅读全文
posted @ 2017-03-08 00:06 Young汨 阅读(398) 评论(0) 推荐(0) 编辑
摘要: 1 //任务调度器 2 TaskScheduler UIscheduler = null; 3 public Form1() 4 { 5 //获取任务调度器 6 UIscheduler = TaskScheduler.FromCurrentSynchronizationC... 阅读全文
posted @ 2017-03-06 23:39 Young汨 阅读(595) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 16 下一页