摘要:
//把秒转换成分钟 /// /// 把秒转换成分钟 /// /// public static int SecondToMinute(int Second) { // / 换成 * 号... 阅读全文
摘要:
C#控制台测试 class Program { static void Main(string[] args) { decimal rmb = Convert.ToDecimal(Console.ReadLine()); ... 阅读全文
摘要:
using System.Security.Cryptography; //用的类 /// /// DES加密/解密类。 /// public class DESEncrypt { public DESEncrypt() { ... 阅读全文
摘要:
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... 阅读全文