会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
沧海一滴
不积小流,无以成江海
博客园
首页
联系
管理
上一页
1
···
776
777
778
779
780
781
782
783
784
785
下一页
2013年8月6日
msdn 中MethodBase.Invoke 方法 介绍中的坑
摘要: 模块开发总结: c#动态调用webservices 来自网络及使用心得。 msdn: MethodBase.Invoke 方法 (Object, Object[]) 使用指定的参数调用当前实例所表示的方法或构造函数。 public Object Invoke ( Object obj, Object[] parameters)参数obj...
阅读全文
posted @ 2013-08-06 18:16 沧海一滴
阅读(2193)
评论(0)
推荐(0)
2013年7月30日
关于Sqlite的一个demo
摘要: 直接上代码: class DBHelperSqlite { ILog logger = LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); private string dbName = "cmcc2.db"; pri...
阅读全文
posted @ 2013-07-30 17:49 沧海一滴
阅读(466)
评论(0)
推荐(0)
2013年7月29日
TryParse用法示例
摘要: int.Parse()是一种类型转换;表示将数字内容的字符串转为int类型。如果字符串为空,则抛出ArgumentNullException异常;如果字符串内容不是数字,则抛出FormatException异常;如果字符串内容所表示数字超出int类型可表示的范围,则抛出OverflowException异常;int.TryParse 与 int.Parse 又较为类似,但它不会产生异常,转换成功返...
阅读全文
posted @ 2013-07-29 11:08 沧海一滴
阅读(1177)
评论(1)
推荐(0)
2013年7月26日
Oracle相关
摘要: where 条件中使用=进行限制时,可以返回一个记录集,即可以返回多个记录集
阅读全文
posted @ 2013-07-26 09:43 沧海一滴
阅读(159)
评论(0)
推荐(0)
2013年7月19日
Java Date SimpleDateFormat
摘要: public static void main(String[] args) { long millis = 1492741275301L; Calendar calendar = Calendar.getInstance(); calendar.setTimeInMillis(millis); D
阅读全文
posted @ 2013-07-19 19:27 沧海一滴
阅读(688)
评论(0)
推荐(0)
上一页
1
···
776
777
778
779
780
781
782
783
784
785
下一页
公告