会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
0x0c,0x0d
Write The CODE,Change The World!
首页
新随笔
联系
管理
上一页
1
···
36
37
38
39
40
41
42
43
44
···
51
下一页
2019年5月16日
c#端口扫描器wpf+socket
摘要: 布局如下 这里有两个比较关键的功能,将ip字符串转成对应的ulong值,同时还有逆过程 大概思路为 ip:127.0.0.1 127*256*256*256+0*256*256+0*256+1 逆过程则为先%256获取最后一位的值,然后减去这个值再进行模运算,可参考代码进行理解,如下 socket操
阅读全文
posted @ 2019-05-16 17:24 Hey,Coder!
阅读(581)
评论(0)
推荐(0)
2019年4月30日
c#协变 抗变
摘要: 用out作为协变关键字,in为抗变关键字 使用out可以将子类转成父类对象,in则反之
阅读全文
posted @ 2019-04-30 16:52 Hey,Coder!
阅读(190)
评论(0)
推荐(0)
2019年4月9日
MTK刷机快捷键
摘要: 彻底关机后按住音量下键,连接电脑 无法关机的情况下按住音量上+电源键,手机黑屏后松开电源键,连接电脑,出现进度条后松开音量上键
阅读全文
posted @ 2019-04-09 22:53 Hey,Coder!
阅读(430)
评论(0)
推荐(0)
2019年3月29日
iTextCharp c#
摘要: //引用iTextSharp static void testPdf() { var document = new Document(); var writer = PdfWriter.GetInstance(document, new FileStream("./test.pdf",FileMode.Create)); ...
阅读全文
posted @ 2019-03-29 18:45 Hey,Coder!
阅读(531)
评论(0)
推荐(0)
2019年3月26日
wince可用的7-zip
摘要: 7-zip下载 7-zip 7-zip 7-zip 7-zip
阅读全文
posted @ 2019-03-26 15:47 Hey,Coder!
阅读(332)
评论(0)
推荐(0)
2019年3月18日
直播平台搭建与相关资料
摘要: 采用nginx+hls/rtmp+video.js方式 搭建过程如下 1、下载nginx-rtmp-module: git clone https://github.com/arut/nginx-rtmp-module.git 2、安装nginx: wget http://nginx.org/dow
阅读全文
posted @ 2019-03-18 16:13 Hey,Coder!
阅读(833)
评论(0)
推荐(0)
2019年3月17日
pyinstall
摘要: 基础使用 pyinstaller -F CCShow.py spec文件 此文件在第一次打包后自动生成。 可以在这个文件中配置打包的相关属性。 如果import的包无法自动解析,可以通过此文件中的hiddenimports字段手动添加。 pyinstaller main.spec
阅读全文
posted @ 2019-03-17 15:38 Hey,Coder!
阅读(438)
评论(0)
推荐(0)
2019年2月28日
c#使用资源文件完成国际化
摘要: 路径结构如下
阅读全文
posted @ 2019-02-28 16:55 Hey,Coder!
阅读(793)
评论(0)
推荐(0)
2019年2月1日
.netcore 读取ansi编码
摘要: 调用
阅读全文
posted @ 2019-02-01 17:34 Hey,Coder!
阅读(808)
评论(1)
推荐(1)
2019年1月11日
省市区数据库
摘要: https://github.com/leoparddne/Areas
阅读全文
posted @ 2019-01-11 21:56 Hey,Coder!
阅读(244)
评论(0)
推荐(0)
上一页
1
···
36
37
38
39
40
41
42
43
44
···
51
下一页
公告