上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 52 下一页
摘要: private void button2_Click(object sender, EventArgs e) { DataTable dt = new DataTable(); dt.Columns.Add("AAA", typeof(string));//0 dt.Columns.Add("BBB 阅读全文
posted @ 2019-11-18 18:11 enych 阅读(501) 评论(0) 推荐(0) 编辑
摘要: private void button2_Click(object sender, EventArgs e) { double a = 0; List<string> list = new List<string>(); for (int i = 0; i < 100; i++) { a += 0. 阅读全文
posted @ 2019-11-18 15:02 enych 阅读(1961) 评论(0) 推荐(0) 编辑
摘要: Type helloType = typeof(Hello); //Hello是一个接口 List<Type> types = new List<Type>(); //遍历程序集 foreach (var assembly in AppDomain.CurrentDomain.GetAssembli 阅读全文
posted @ 2019-11-16 13:21 enych 阅读(399) 评论(0) 推荐(0) 编辑
摘要: · Windows 10:“我已经更新完毕,请重启我吧主人!” · Windows 10:“好吧,主人在忙,我重启了先~” · Windows 10: “正在配置windows更新 已完成99% 请勿关闭计算机…” · 我:“纳尼!!!谁让你更新了?!谁给你的胆子重启?!” 干掉系统文件"C:\Wi 阅读全文
posted @ 2019-11-15 18:54 enych 阅读(214) 评论(0) 推荐(0) 编辑
摘要: zai SQLQuery4.sql 文件中--BULK INSERT Table_1 from 'D:\aaaa#azzz.txt' with(fieldterminator=',',rowterminator='\n') //以逗号分开 BULK INSERT Table_1 from 'D:\a 阅读全文
posted @ 2019-11-15 15:23 enych 阅读(500) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Diagnostics; 阅读全文
posted @ 2019-11-15 15:00 enych 阅读(1062) 评论(0) 推荐(0) 编辑
摘要: 抽象类 抽象类中 1.只包含抽象方法, 2.包含非抽象方法和抽象方法 3.可使用get和set访问器 Example 1: public abstract class GeeksForGeeks { public abstract void gfg(); } public class Geek1 : 阅读全文
posted @ 2019-11-13 15:14 enych 阅读(315) 评论(0) 推荐(0) 编辑
摘要: if (state == "编辑") { ht["修改人"] = Helper.用户名; ht["修改时间"] = DateTimeHelper.ServerTime; //ht["产品id"] = ; var dt = dal半成品.check_idexit(txt产品名称.Text.Trim() 阅读全文
posted @ 2019-11-08 11:32 enych 阅读(196) 评论(0) 推荐(0) 编辑
摘要: netstat -a -n -o netstat -a -b –o 阅读全文
posted @ 2019-11-07 18:05 enych 阅读(113) 评论(0) 推荐(0) 编辑
摘要: CD C:\mysql\bin mysqld.exe --defaults-file=C:\mysql\my.ini --initialize-insecure mysqld --install //提示安装成功后 执行 net start mysql //启动服务 net stop mysql / 阅读全文
posted @ 2019-11-07 17:43 enych 阅读(177) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 52 下一页