目标:降低研发人员门槛,提高效率,去除重复引用DLL的工作,基础配置由抽象工厂处理。基础扩展/// /// DataTable 转换为List 集合///
/// 类型/// DataTable/// public static List ToList(this DataTable dt) wher...
分类:
其他好文 时间:
2014-04-30 21:27:46
阅读次数:
508
http://acm.nyist.net/JudgeOnline/problem.php?pid=708状态转移方程的思路:对于一个数N,可以是N
- 1的状态+1 得到,另外,也可以是(n / 2) * (1 + 1)得到,同理对于任意的奇数p,都有如果n可以整除p,都有f(n / p) + f(...
分类:
其他好文 时间:
2014-04-30 21:26:26
阅读次数:
519
/// /// 取文本左边内容 /// /// 文本 /// 标识符 /// 左边内容 public
static string GetLeft(string str, string s) ...
分类:
其他好文 时间:
2014-04-29 11:26:47
阅读次数:
362
Compilr是一个在线编译器和在线IDE。可以用它来开发PHP, C, C++,
Ruby。在浏览器中编译Java, C# 和 VB.net等。Cloud9利用了云技术,运行在浏览器中,允许你随时随地运行、调试和部署应用程序。
分类:
其他好文 时间:
2014-04-29 11:14:46
阅读次数:
546
将原起始页面View中 Index和
Controller中的HomeController删除后报这样的错误,在global.asax设置好路由后例:public static void
RegisterRoutes(RouteCollection routes) { ...
分类:
其他好文 时间:
2014-04-29 10:38:47
阅读次数:
544
yum install php #根据提示输入 Y 直到安装完成安装 PHP 组件,使
PHP5 支持 MySQLyum install php-mysql php-gd libjpeg* php-imap php-ldap
php-odbcphp-pear php-xml php-...
分类:
Web程序 时间:
2014-04-29 10:32:46
阅读次数:
466
+ (instantClass *)sharedClient {static instantClass
*_sharedClient = nil;static dispatch_once_t
onceToken;dispatch_once(&onceToken, ^{_sharedClient = ...
分类:
移动开发 时间:
2014-04-29 10:27:47
阅读次数:
419
## php是什么?- php是一种服务器端的语言,用来产生动态网页##
我为什么要学习php?- 作为半路出家程序员,对web的了解几乎为零,php简单易学,资料齐全,能够减轻web学习的畏惧感。-
web的外延很广,可以接触到更多的领域,能拓展视野,并帮助自己找到自己喜爱并擅长的领域。- 能做点...
分类:
Web程序 时间:
2014-04-29 10:22:47
阅读次数:
333
1 public static String makeMD5(String password) { 2
String result = null; 3 4 MessageDigest messageDigest; 5 try { 6 ...
分类:
其他好文 时间:
2014-04-29 10:16:46
阅读次数:
348
/// /// 获取用户的IP地址 /// /// public static string
GetIPAddress() { string user_IP = string.Empty; ...
分类:
其他好文 时间:
2014-04-29 10:16:45
阅读次数:
397