会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
CRLF
Write The CODE,Change The World!
首页
新随笔
联系
管理
上一页
1
···
38
39
40
41
42
43
44
45
46
···
52
下一页
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!
阅读(837)
评论(0)
推荐(0)
2019年3月17日
pyinstall
摘要: 基础使用 pyinstaller -F CCShow.py spec文件 此文件在第一次打包后自动生成。 可以在这个文件中配置打包的相关属性。 如果import的包无法自动解析,可以通过此文件中的hiddenimports字段手动添加。 pyinstaller main.spec
阅读全文
posted @ 2019-03-17 15:38 Hey,Coder!
阅读(443)
评论(0)
推荐(0)
2019年2月28日
c#使用资源文件完成国际化
摘要: 路径结构如下
阅读全文
posted @ 2019-02-28 16:55 Hey,Coder!
阅读(796)
评论(0)
推荐(0)
2019年2月1日
.netcore 读取ansi编码
摘要: 调用
阅读全文
posted @ 2019-02-01 17:34 Hey,Coder!
阅读(815)
评论(1)
推荐(1)
2019年1月11日
省市区数据库
摘要: https://github.com/leoparddne/Areas
阅读全文
posted @ 2019-01-11 21:56 Hey,Coder!
阅读(248)
评论(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!
阅读(456)
评论(0)
推荐(0)
2018年12月22日
使用py,根据日志记录自动生成周报
摘要: 代码:github
阅读全文
posted @ 2018-12-22 02:18 Hey,Coder!
阅读(838)
评论(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!
阅读(3533)
评论(0)
推荐(0)
根据json生成c#实体类
摘要: vs 编辑->选择性粘贴->将json粘贴为类
阅读全文
posted @ 2018-11-30 09:05 Hey,Coder!
阅读(3701)
评论(0)
推荐(1)
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!
阅读(5685)
评论(0)
推荐(0)
上一页
1
···
38
39
40
41
42
43
44
45
46
···
52
下一页
公告