会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
0x0c,0x0d
Write The CODE,Change The World!
首页
新随笔
联系
管理
上一页
1
···
34
35
36
37
38
39
40
41
42
···
48
下一页
2019年3月26日
wince可用的7-zip
摘要: 7-zip下载 7-zip 7-zip 7-zip 7-zip
阅读全文
posted @ 2019-03-26 15:47 Hey,Coder!
阅读(329)
评论(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!
阅读(828)
评论(0)
推荐(0)
2019年3月17日
pyinstall
摘要: 基础使用 pyinstaller -F CCShow.py spec文件 此文件在第一次打包后自动生成。 可以在这个文件中配置打包的相关属性。 如果import的包无法自动解析,可以通过此文件中的hiddenimports字段手动添加。 pyinstaller main.spec
阅读全文
posted @ 2019-03-17 15:38 Hey,Coder!
阅读(432)
评论(0)
推荐(0)
2019年2月28日
c#使用资源文件完成国际化
摘要: 路径结构如下
阅读全文
posted @ 2019-02-28 16:55 Hey,Coder!
阅读(788)
评论(0)
推荐(0)
2019年2月1日
.netcore 读取ansi编码
摘要: 调用
阅读全文
posted @ 2019-02-01 17:34 Hey,Coder!
阅读(789)
评论(1)
推荐(1)
2019年1月11日
省市区数据库
摘要: https://github.com/leoparddne/Areas
阅读全文
posted @ 2019-01-11 21:56 Hey,Coder!
阅读(243)
评论(0)
推荐(0)
2018年12月25日
.netcore2.0发送邮件
摘要: SmtpClient smtpClient = new SmtpClient(); smtpClient.DeliveryMethod = SmtpDeliveryMethod.Network;//指定电子邮件发送方式 smtpClient.Host = "";//指定SMTP服务器 smtpClient.Creden...
阅读全文
posted @ 2018-12-25 16:58 Hey,Coder!
阅读(446)
评论(0)
推荐(0)
2018年12月22日
使用py,根据日志记录自动生成周报
摘要: 代码:github
阅读全文
posted @ 2018-12-22 02:18 Hey,Coder!
阅读(822)
评论(0)
推荐(0)
2018年11月30日
mysql监控每一条执行的sql语句
摘要: 查看日志配置是否打开 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!
阅读(3517)
评论(0)
推荐(0)
根据json生成c#实体类
摘要: vs 编辑->选择性粘贴->将json粘贴为类
阅读全文
posted @ 2018-11-30 09:05 Hey,Coder!
阅读(3689)
评论(0)
推荐(1)
上一页
1
···
34
35
36
37
38
39
40
41
42
···
48
下一页
公告