上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 38 下一页
摘要: https://github.com/leoparddne/Areas 阅读全文
posted @ 2019-01-11 21:56 Hey,Coder! 阅读(230) 评论(0) 推荐(0) 编辑
摘要: SmtpClient smtpClient = new SmtpClient(); smtpClient.DeliveryMethod = SmtpDeliveryMethod.Network;//指定电子邮件发送方式 smtpClient.Host = "";//指定SMTP服务器 smtpClient.Creden... 阅读全文
posted @ 2018-12-25 16:58 Hey,Coder! 阅读(434) 评论(0) 推荐(0) 编辑
摘要: 代码:github 阅读全文
posted @ 2018-12-22 02:18 Hey,Coder! 阅读(767) 评论(0) 推荐(0) 编辑
摘要: 查看日志配置是否打开 SHOW VARIABLES LIKE "general_log%"; SET GLOBAL general_log = 'ON'; 打开日志 SET GLOBAL general_log = 'ON'; 查看执行的sqltail -f /var/lib/mysql/gener 阅读全文
posted @ 2018-11-30 15:51 Hey,Coder! 阅读(3486) 评论(0) 推荐(0) 编辑
摘要: vs 编辑->选择性粘贴->将json粘贴为类 阅读全文
posted @ 2018-11-30 09:05 Hey,Coder! 阅读(3654) 评论(0) 推荐(1) 编辑
摘要: 源码 github,已更新最新代码 https://github.com/leoparddne/GenEntities/ 使用的DB是mysql,所有先nuget一下mysql.data 创建t4模板文件 将后缀名改为ttinclude,修改名称为Manager.ttinclude 同上创建Enti 阅读全文
posted @ 2018-11-26 19:11 Hey,Coder! 阅读(5553) 评论(0) 推荐(0) 编辑
摘要: static class Program { [DllImport("User32.dll")] private static extern bool ShowWindowAsync(System.IntPtr hWnd, int cmdShow); [DllImport("User32.dll")] private sta... 阅读全文
posted @ 2018-11-09 14:18 Hey,Coder! 阅读(730) 评论(0) 推荐(0) 编辑
摘要: 找到adb_server adb_server connect 127.0.0.1:7555 阅读全文
posted @ 2018-11-08 18:45 Hey,Coder! 阅读(118) 评论(0) 推荐(0) 编辑
摘要: public class ExeclHelper { public static NPOI.HSSF.UserModel.HSSFWorkbook obook; public static NPOI.SS.UserModel.ISheet osheet; /// /// 构造函数,初始化表单对象 ... 阅读全文
posted @ 2018-11-01 14:41 Hey,Coder! 阅读(254) 评论(0) 推荐(0) 编辑
摘要: static class Program { [DllImport("Toolhelp.dll")] public static extern IntPtr CreateToolhelp32Snapshot(uint flags, uint processid); [DllImport("Toolhelp.dll")] pu... 阅读全文
posted @ 2018-10-26 11:05 Hey,Coder! 阅读(140) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 38 下一页