目标:降低研发人员门槛,提高效率,去除重复引用DLL的工作,基础配置由抽象工厂处理。基础扩展/// /// DataTable 转换为List 集合///
/// 类型/// DataTable/// public static List ToList(this DataTable dt) wher...
分类:
其他好文 时间:
2014-04-30 21:27:46
阅读次数:
508
This is guide, howto Install Sun/Oracle Java
JDK and JRE 7 update 55 (7u55) on Fedora 20/19/18/17/16/15/14/13/12, CentOS
6.5/6.4/6.3/6.2/6.1/6/5.10, R...
分类:
数据库 时间:
2014-04-30 21:11:29
阅读次数:
887
List to DataTable. 利用反射,将任意元素类型 的 List 转为
DataTable.Using System.Collections;Using System.Reflection; public static
DataTable ToDataTable(IList...
分类:
其他好文 时间:
2014-04-30 20:06:11
阅读次数:
422
ArcGIS Engine
中的多线程使用原文链接http://anshien.blog.163.com/blog/static/169966308201082441114173/
一直都想写写AE中多线程的使用,但一直苦于没有时间,终于在中秋假期闲了下来。呵呵,闲话不说了,进入正题! 大家都了.....
分类:
编程语言 时间:
2014-04-30 19:53:50
阅读次数:
831
环境: 系统:CentOS 6.5 Final
安装目录:/usr/local/nginxNginx开机自启:①编写shell实现控制vi /etc/init.d/nginx添加内容:#!/bin/bash#
nginx Startup script for the Nginx HTTP Ser.....
分类:
其他好文 时间:
2014-04-30 16:34:10
阅读次数:
582
当在Windows Server
2003+IIS6做Web服务器,出现打开如http://paullevi.oicp.net,出现,Bad Request (Invalid Hostname)
的提示时,更改IIS6的Internet 信息服务管理器的默认网站里的属性->网站->IP地址栏,设置为...
分类:
其他好文 时间:
2014-04-30 15:39:34
阅读次数:
621
#网卡类型TYPE=Ethernet#网卡接口名称DEVICE=eth0#系统启动时是否自动加载ONBOOT=yes#启用地址协议 --static:静态协议
--bootp协议 --dhcp协议BOOTPROTO=static#网卡IP地址IPADDR=192.168.1.11#网卡网络地址NET...
分类:
其他好文 时间:
2014-04-30 15:12:24
阅读次数:
351
用android 通过http协议提交数据至服务器 content的内容代码如下:private
static JSONObject connUpload(String baseUrl, Map params, String content) throws
IOException, JSONExce...
分类:
其他好文 时间:
2014-04-30 14:06:47
阅读次数:
490
一:新建类HotKeys命名空间:using
System.Runtime.InteropServices;二:注册热键API[DllImport("user32")]public static
extern bool RegisterHotKey(IntPtr hWnd, Int32 id, UI...
分类:
其他好文 时间:
2014-04-29 16:25:46
阅读次数:
330
/// /// 取文本左边内容 /// /// 文本 /// 标识符 /// 左边内容 public
static string GetLeft(string str, string s) ...
分类:
其他好文 时间:
2014-04-29 11:26:47
阅读次数:
362