摘要: 问题 pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. 本人使用 Cmder 使用 python ,无需写环境变量 set PATH=%C 阅读全文
posted @ 2019-04-04 23:46 月渊 阅读(2939) 评论(0) 推荐(0)
摘要: pip install keras pip install tensorflow pip install graphviz pip install pydot-ng pip install pydot pip install pandas pip install sklearn https://gr 阅读全文
posted @ 2018-10-04 18:04 月渊 阅读(566) 评论(0) 推荐(0)
摘要: //二进制保存var content = "file content!"; var data = new Blob([content],{type:"text/plain;charset=UTF-8"}); var downloadUrl = window.URL.createObjectURL(data); var anchor = document.createElement("a"); a... 阅读全文
posted @ 2018-07-31 15:47 月渊 阅读(2847) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-07-31 15:47 月渊 阅读(2) 评论(0) 推荐(0)
摘要: 利用layui框架可以上传文件调试拦截成功! 阅读全文
posted @ 2018-07-16 21:45 月渊 阅读(1010) 评论(0) 推荐(0)
摘要: dmMediaConverter is a crossplatform FFmpeg frontend (GUI) exposing some of its features. It is intended to be simple and easy to use but also to be ab 阅读全文
posted @ 2018-02-14 16:27 月渊 阅读(5405) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-12-16 23:38 月渊 阅读(525) 评论(0) 推荐(0)
摘要: e.g. 阅读全文
posted @ 2017-08-01 16:06 月渊 阅读(378) 评论(1) 推荐(0)
摘要: 先引用dnlib.dll 更新程序先fody成一个文件 放置主程序资源文件 更新程序.exe 主程序结束时中使用下列方法自更新资源 阅读全文
posted @ 2017-06-29 11:03 月渊 阅读(934) 评论(0) 推荐(0)
摘要: 建议 依赖 <package id="Anotar.NLog.Fody" version="3.3.0" targetFramework="net40" developmentDependency="true" /> <package id="Fody" version="2.1.0" target 阅读全文
posted @ 2017-06-29 10:54 月渊 阅读(604) 评论(0) 推荐(0)
摘要: 硬件NVIDIA:ffmpeg.exe -i input.avi -c:v hevc_nvenc -preset:v fast output.mp4 软件 :ffmpeg.exe -i input.avi [-c:a copy] -c:v libx265 output.mp4 i7 6700 8G 阅读全文
posted @ 2017-05-04 16:47 月渊 阅读(9223) 评论(0) 推荐(0)
摘要: 采用方法:https://my.oschina.net/maxid/blog/186506 方法中在3.2.6未找到src/redis.h文件 未修改 方法中 /deps/hiredis/net.c 已添加 在 #include "sds.h"后增加以下代码 编译 redis_service 即所需 阅读全文
posted @ 2017-01-05 10:30 月渊 阅读(1370) 评论(2) 推荐(0)
摘要: 使用方法 阅读全文
posted @ 2016-12-02 11:04 月渊 阅读(2164) 评论(0) 推荐(0)
摘要: ColorConsole htmlagilitypack.1.4.9.5 经测试效率比 CsQueryLaster 高 csvhelper Extend Devlib系列一套 itextsharp litedb log4net microsoft.bcl一套,.net4 await 用 MySql. 阅读全文
posted @ 2016-09-28 11:50 月渊 阅读(2073) 评论(2) 推荐(2)
摘要: visual studio 2015(自带Nuget) Resharper de4dot dnspy ILMergeGui Git 大漠插件3.1233 天使插件v4.019 Navicat_Premium_11.0.17 SourceTreeSetup 精易助手 vstart(Rolan) Just Color Picker Download free Just Color Picker 4.6... 阅读全文
posted @ 2016-09-16 18:09 月渊 阅读(943) 评论(0) 推荐(0)
摘要: public class MyClass : IDisposable { public int a; public MyClass() { //构造 } public void Dispose() { Dispose(true); ... 阅读全文
posted @ 2016-05-24 10:38 月渊 阅读(409) 评论(0) 推荐(1)
摘要: DevLib.ExtensionMethodsExtendZ.ExtensionMethods 阅读全文
posted @ 2016-01-12 10:51 月渊 阅读(395) 评论(0) 推荐(0)
摘要: 这是网上搜集到的il指令修改时可作为参考名称说明Add将两个值相加并将结果推送到计算堆栈上。Add.Ovf将两个整数相加,执行溢出检查,并且将结果推送到计算堆栈上。Add.Ovf.Un将两个无符号整数值相加,执行溢出检查,并且将结果推送到计算堆栈上。And计算两个值的按位“与”并将结果推送到计算堆栈... 阅读全文
posted @ 2016-01-03 22:36 月渊 阅读(347) 评论(0) 推荐(0)
摘要: mongod --logpath F:\mongo\db\logs\logs.log --logappend --dbpath F:\mongo\db\data --directoryperdb --serviceName MongoDB --installPS:1.log一定要指定一个xxx.lo... 阅读全文
posted @ 2015-12-30 21:08 月渊 阅读(188) 评论(0) 推荐(0)
摘要: 当DataGridView达到一定大小的时候,拖动滚动条就会非常慢,出现让人难以忍受的闪动。即便只有100行,每行30列。解决方法是启用DataGridView的双缓冲。123456789101112public static class ExtensionMethods { public static void DoubleBuffered(this DataGridView dgv, ... 阅读全文
posted @ 2015-10-28 23:37 月渊 阅读(488) 评论(0) 推荐(0)