会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
0x0c,0x0d
Write The CODE,Change The World!
首页
新随笔
联系
管理
上一页
1
···
35
36
37
38
39
40
41
42
43
···
48
下一页
2018年11月26日
使用.net core efcore根据数据库结构自动生成实体类
摘要: 源码 github,已更新最新代码 https://github.com/leoparddne/GenEntities/ 使用的DB是mysql,所有先nuget一下mysql.data 创建t4模板文件 将后缀名改为ttinclude,修改名称为Manager.ttinclude 同上创建Enti
阅读全文
posted @ 2018-11-26 19:11 Hey,Coder!
阅读(5654)
评论(0)
推荐(0)
2018年11月9日
winform,同个程序只允许启动一次
摘要: 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!
阅读(765)
评论(0)
推荐(0)
2018年11月8日
android_模拟器调试
摘要: 找到adb_server adb_server connect 127.0.0.1:7555
阅读全文
posted @ 2018-11-08 18:45 Hey,Coder!
阅读(134)
评论(0)
推荐(0)
2018年11月1日
NPOI
摘要: 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!
阅读(264)
评论(0)
推荐(0)
2018年10月26日
wince单实例启动
摘要: 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!
阅读(149)
评论(0)
推荐(0)
2018年10月20日
c# pda
摘要: 1.去除标题栏 2.去除任务栏 json comboBox绑定key value
阅读全文
posted @ 2018-10-20 17:21 Hey,Coder!
阅读(783)
评论(0)
推荐(0)
2018年10月10日
一些特殊的站点
摘要: http://www.ttmd5.com/ 本站专业针对md5等哈希算法进行在线解密,可上传文件在线批量破解,最多可支持数万个密码。单单MD5就拥有64T的密码数据库,共3万多亿条。其中包括8位小写加数字的全破解(全球唯一在线解密网站支持该解密范围),一般的查询是免费的。 https://loadi
阅读全文
posted @ 2018-10-10 19:18 Hey,Coder!
阅读(200)
评论(0)
推荐(0)
2018年9月17日
mybatis乱码
摘要: 多个字段
阅读全文
posted @ 2018-09-17 16:04 Hey,Coder!
阅读(206)
评论(0)
推荐(0)
2018年9月14日
HTTP状态码
摘要: Value Description Reference 100 Continue [RFC7231, Section 6.2.1] 101 Switching Protocols [RFC7231, Section 6.2.2] 102 Processing [RFC2518] 103 Early
阅读全文
posted @ 2018-09-14 20:25 Hey,Coder!
阅读(2028)
评论(0)
推荐(0)
2018年9月11日
墨者学院——远程电子数据取证-服务器分析(第1题)
摘要: 地址:https://www.mozhe.cn/bug/detail/U1prK3FzNjAydzF1bUpxKzVrUWsvQT09bW96aGUmozhe 启动靶场登录远程后显示隐藏文件,直接得key
阅读全文
posted @ 2018-09-11 18:26 Hey,Coder!
阅读(852)
评论(0)
推荐(0)
上一页
1
···
35
36
37
38
39
40
41
42
43
···
48
下一页
公告