09 2017 档案

摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace _12委托练习 { public delegate string DelProStr(string str); class Program { static vo... 阅读全文
posted @ 2017-09-11 22:48 youguess 阅读(199) 评论(0) 推荐(0)
摘要:1.两个重要的网址(参考): http://lovejuan1314.iteye.com/blog/413694http://www.cnblogs.com/heekui/archive/2009/07/30/1535516.html 2.reader.HasRows 阅读全文
posted @ 2017-09-07 09:40 youguess 阅读(255) 评论(0) 推荐(0)
摘要:oracle计算时间差函数: by:http://www.cnblogs.com/aspnet_csharp/archive/2012/05/09/2491546.html *** 以上:两个日期的小时差,先用date类型来计算,然后取值,然后转char字符串类型 oracle操作字符串:拼接,替换 阅读全文
posted @ 2017-09-05 10:16 youguess 阅读(322) 评论(0) 推荐(0)