目标:降低研发人员门槛,提高效率,去除重复引用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
解决方案 修改jbpm.hibernate.cfg.xml文件为
//org.hibernate.dialect.MySQLDialect 修改为
org.hibernate.dialect.MySQLInnoDBDialect ...
分类:
其他好文 时间:
2014-04-30 21:23:40
阅读次数:
445
最近读完了简明Python教程(A Byte of
Python),在此书的最后作者建议读者实现一个命令行Python程序:“在这个程序中,你可以添加、修改、删除和搜索你的联系人(朋友、家人和同事等等)以及它们的信息(诸如电子邮件地址和/或电话号码)。这些详细信息应该被保存下来以便以后提取。”现在特...
分类:
编程语言 时间:
2014-04-30 21:20:59
阅读次数:
657
There are many examples out there demonstrating
how AngularJS and Web API can be used together but almost all of them are in
MVC, so I tried to implem...
分类:
移动开发 时间:
2014-04-30 21:19:35
阅读次数:
625
题目: Given a string, find the length of the longest
substring without repeating characters. For example, the longest substring
without repeating letter...
分类:
其他好文 时间:
2014-04-30 21:15:32
阅读次数:
511
istringstream: istringstream
对象可以绑定一行字符串,然后以空格为分隔符把该行分隔开来。创建对象:istringstream strsm("aa bb
c");//strsm>>astr;//string astrstrsm>>bstr;//string bstrcout...
分类:
编程语言 时间:
2014-04-30 21:14:06
阅读次数:
651
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
1. 基本格式 2.关于 metadata 部分,有两种方式2.1.
嵌入模式(新建edmx文件时默认模式)这种情况下,连接字符串的metadata部分的格式是metadata=res://*/Model.csdl|res://*/Model.ssdl|res://*/Model.msl;res:/...
分类:
其他好文 时间:
2014-04-30 21:10:12
阅读次数:
510
https://s3.amazonaws.com/drivers.mongodb.org/php/index.htmlwindows7
64位 php5.3安装php_mongo.dll方法