摘要: https://blog.csdn.net/enweitech/article/details/51982114 在CMD和Powershell中 使用WMIC 先决条件: a. 启动Windows Management Instrumentation服务,开放TCP135端口。 b. 本地安全策略 阅读全文
posted @ 2018-08-07 00:51 scott_h 阅读(3414) 评论(0) 推荐(0)
摘要: 有下面几种常用选择: IBus拼音:sudo apt get install ibus pinyin IBUS五笔:sudo apt get install ibus table wubi 谷歌拼音输入法:sudo apt get install ibus googlepinyin Sun拼音输入法 阅读全文
posted @ 2018-07-31 14:15 scott_h 阅读(25406) 评论(0) 推荐(1)
摘要: 在 .rc资源 设置可以水平滚动, 垂直滚动 但是 水平滚动无效,水平方向 一直无法显示 完整 设置代码如下 改了很多值,一直无效。坑死我了!!!!!!! 最后想到直接看RC 资源文件的代码, 之前多了几个值,我直接删掉后,如下 最后就可以了,代码设置的水平长度,成功了。 阅读全文
posted @ 2018-07-27 03:29 scott_h 阅读(784) 评论(0) 推荐(0)
摘要: "/MD、/MT、/LD(使用运行库)" 有关 C 运行库以及使用 /clr(公共语言运行时编译) 进行编译时要使用哪些库的更多信息,请参见 CRT 库功能。 传递给链接器的给定调用的所有模块都必须使用相同的运行库编译器选项(/MD、/MT、/LD)进行编译。 有关如何使用运行库的调试版本的更多信息 阅读全文
posted @ 2018-07-13 00:49 scott_h 阅读(2421) 评论(0) 推荐(0)
摘要: Poco::DateTime Poco::Timespan Poco::Timestamp 时间操作 阅读全文
posted @ 2018-07-12 18:49 scott_h 阅读(961) 评论(0) 推荐(0)
摘要: POCO 中使用mysql, 需要自己添加connecter的header和lib 阅读全文
posted @ 2018-07-04 16:33 scott_h 阅读(726) 评论(0) 推荐(0)
摘要: windows 开源库: 查询CPU信息 . 包括ARM Mac windows "qemu" https://www.qemu.org/ 读取硬盘序列号 获取CPU的ID dlib 也有封装的库,来测试指令集(各个平台的) arm "STM32F4(读取芯片ID)" "读取STM32F207/40 阅读全文
posted @ 2018-06-24 21:40 scott_h 阅读(8234) 评论(0) 推荐(0)
摘要: 编译动态库 注意: 动态库: 【目标文件扩展】 = .dll + 【配置类型】 = 动态库(.dll) 静态库: 【目标文件扩展】 = .lib + 【 配置类型】= 静态库(.lib) 一定要匹配!!! 否则报错 命令行添加参数 即向main()函数传递参数的方法: 右键单击要 添加参数的工程 属 阅读全文
posted @ 2018-06-14 18:39 scott_h 阅读(2270) 评论(0) 推荐(0)
摘要: 转自:http://blog.csdn.net/hackbuteer1/article/details/7390093 ^: 按位异或;&:按位与; | :按位或 计算机系统中,数值一律用补码来表示:因为补码可以使符号位和数值位统一处理,同时可以使减法按照加法来处理。 对补码做简单介绍:数值编码分为 阅读全文
posted @ 2018-06-10 02:38 scott_h 阅读(2952) 评论(0) 推荐(0)
摘要: math 基础 阅读全文
posted @ 2018-05-25 18:10 scott_h 阅读(146) 评论(0) 推荐(0)
摘要: 视频 http下载代码 dn.go(注意:代码很ugly,没怎么花时间) 总体感觉特别简单,网上看了下 net/http ,io这2个库的使用, 几分钟就写完了,感觉cpp 在做工具这块 开发效率的确差太多(没有轮子的话)。 再放一个 go example 网站,https://gobyexampl 阅读全文
posted @ 2018-05-22 22:41 scott_h 阅读(9621) 评论(0) 推荐(0)
摘要: ffmpeg文件合并 文件1.ts~ 100.ts 流媒体文件1.txt 格式 命 令 (-vcodec copy -acodec copy 等于 -c copy) 注意如果直接生成mp4文件会卡顿,所以先生成相同类型的mkv,再转成MP4 阅读全文
posted @ 2018-05-22 22:40 scott_h 阅读(5818) 评论(0) 推荐(0)
摘要: win10 因为隐私问题, 把mic,摄像头, 定位功能关闭, 之后调用USB摄像头的时候,忘了这个, 接口API 一直返回调用失败,【不能创建视频捕捉过滤器 hr=0x80070005】 => 拒绝访问。 用管理员模式也不行, 后来打开【设置】【隐私】打开相机 ,才解决 在win10 【主页】设置 阅读全文
posted @ 2018-05-13 14:51 scott_h 阅读(3948) 评论(5) 推荐(0)
摘要: Load Blance 阅读全文
posted @ 2018-01-27 23:24 scott_h 阅读(281) 评论(0) 推荐(0)
摘要: http://old.sebug.net/paper/books/scipydoc/index.html 阅读全文
posted @ 2017-11-30 13:59 scott_h 阅读(225) 评论(0) 推荐(0)
摘要: "Getting Started with OpenMP " Abstract As you probably know by now, to get the maximum performance benefit from a processor with Hyper Threading Tech 阅读全文
posted @ 2017-11-25 00:37 scott_h 阅读(152) 评论(0) 推荐(0)
摘要: https://github.com/xtaci/algorithms "go queue" "awesome lockfree" Libraries Boost.Lockfree Boost lock free data structures. ConcurrencyKit Concurrency 阅读全文
posted @ 2017-11-23 23:40 scott_h 阅读(608) 评论(0) 推荐(0)
摘要: http://www.ruanyifeng.com/blog/2013/12/getting_started_with_postgresql.html http://www.cnblogs.com/stephen liu74/category/343171.html 一个系列 一、安装 首先,安装P 阅读全文
posted @ 2017-11-03 13:58 scott_h 阅读(216) 评论(0) 推荐(0)
摘要: sudo vim /etc/NetworkManager/NetworkManager.conf 将 修改成 可以通过ifconfig, ip address(推荐新版) 得到网卡名。 lo 本地loopback 回环地址名字 另外的是网卡名,我的是enp0s31f6 如果改成默认 dhcp ifa 阅读全文
posted @ 2017-10-19 15:08 scott_h 阅读(4782) 评论(0) 推荐(0)
摘要: https://linux.cn/article 8782 1.html 1. apt get 安装( 在线) 会帮我把所有的依赖包都一起安装 安装xxx 。如果带有参数,那么 d 表示仅下载 , f 表示强制安装 卸载xxx sh apt get autoremove xxx` 要移除的软件包名 阅读全文
posted @ 2017-08-29 00:31 scott_h 阅读(331) 评论(0) 推荐(0)