上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 51 下一页
摘要: SmtpClient smtpClient = new SmtpClient(); smtpClient.DeliveryMethod = SmtpDeliveryMethod.Network;//指定电子邮件发送方式 smtpClient.Host = "";//指定SMTP服务器 smtpClient.Creden... 阅读全文
posted @ 2018-12-25 16:58 Hey,Coder! 阅读(449) 评论(0) 推荐(0)
摘要: 代码:github 阅读全文
posted @ 2018-12-22 02:18 Hey,Coder! 阅读(834) 评论(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! 阅读(3529) 评论(0) 推荐(0)
摘要: vs 编辑->选择性粘贴->将json粘贴为类 阅读全文
posted @ 2018-11-30 09:05 Hey,Coder! 阅读(3696) 评论(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! 阅读(5679) 评论(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! 阅读(773) 评论(0) 推荐(0)
摘要: 找到adb_server adb_server connect 127.0.0.1:7555 阅读全文
posted @ 2018-11-08 18:45 Hey,Coder! 阅读(136) 评论(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! 阅读(269) 评论(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! 阅读(155) 评论(0) 推荐(0)
摘要: 1.去除标题栏 2.去除任务栏 json comboBox绑定key value 阅读全文
posted @ 2018-10-20 17:21 Hey,Coder! 阅读(788) 评论(0) 推荐(0)
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 51 下一页