摘要: //把秒转换成分钟 /// /// 把秒转换成分钟 /// /// public static int SecondToMinute(int Second) { // / 换成 * 号... 阅读全文
posted @ 2014-05-10 15:38 团长丶Joe 阅读(116) 评论(0) 推荐(0) 编辑
摘要: C#控制台测试 class Program { static void Main(string[] args) { decimal rmb = Convert.ToDecimal(Console.ReadLine()); ... 阅读全文
posted @ 2014-05-10 14:47 团长丶Joe 阅读(111) 评论(0) 推荐(0) 编辑
摘要: using System.Security.Cryptography; //用的类 /// /// DES加密/解密类。 /// public class DESEncrypt { public DESEncrypt() { ... 阅读全文
posted @ 2014-05-10 14:03 团长丶Joe 阅读(109) 评论(0) 推荐(0) 编辑
摘要: if OBJECT_ID('temp_search_table') is not null drop table temp_search_tablegocreate table temp_search_table (table_name nvarchar(100),column_name nva... 阅读全文
posted @ 2014-05-10 13:33 团长丶Joe 阅读(607) 评论(0) 推荐(0) 编辑