会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
scott_h
新随笔
管理
上一页
1
2
3
4
5
6
7
8
9
···
11
下一页
2018年12月14日
c# pictureBox 循环播放图片
摘要: c 1.遍历目录 查找图片 2.在 pictureBox 循环播放
阅读全文
posted @ 2018-12-14 10:42 scott_h
阅读(3172)
评论(0)
推荐(0)
2018年11月27日
Cypress USB3014 controlEndPoint 使用事项
摘要: control endpoint 发送,接收数据 返回fasle , lastError = 997, 抓包查看 Control Transfer (UP) XXXXXXXXX 1. Device: FX3 Status: 0xc0000004 USBD_STATUS_STALL_PID 0xC00
阅读全文
posted @ 2018-11-27 15:26 scott_h
阅读(1217)
评论(0)
推荐(0)
2018年11月19日
找不到引用microsoft.office.core解决办法 via mrcjiong
摘要: 在控制面板中,选择“添加删除程序”,找到office ,选择“更改”,在对话框中选择“添加删除功能”,然后选择自定义安装,添加上office工具 中的.net可编程性支持,安全起见,把excel下的,word下的此选项都添加上,然后点击“更新”按钮,更新office,完成后再回到.net开发平台。
阅读全文
posted @ 2018-11-19 09:46 scott_h
阅读(8676)
评论(0)
推荐(0)
2018年11月4日
Jlink flash 烧录HEX 程序
摘要: 一般Jlink版本 和 Jag(硬件)最好匹配 安装Jlink 时,IAR的工具包也可以顺带安装。 有源码: IAR 可以自动选择CPU型号,代码直接Download and debug https://www.segger.com/products/debug probes/j link/ htt
阅读全文
posted @ 2018-11-04 19:43 scott_h
阅读(5330)
评论(0)
推荐(0)
2018年10月14日
GPT 安装win10
摘要: BIOS EFI ACHI 安装win10 GPT 分区表 MBR分区表 ` === gpt 不支持ntfs 导致win10镜像,(install.wim 大于4G) u盘FAT格式无法存放。 所以 要一个FAT当引导,一个NTFS 用来放win10 镜像 用 tongyongpe.com 的PE工
阅读全文
posted @ 2018-10-14 22:09 scott_h
阅读(474)
评论(0)
推荐(0)
2018年10月9日
Cypress USB3014 C++DLL 导入问题
摘要: VS2017编译cpp工程出现问题 硬件型号:芯片版本 Cypress FX3 USB3014(和芯片无关)) 重现步骤: 1.解压 2.VS2017编译自带demo 3.以上demo是vc2008的工程,转换为vs2017的工程后 4. 添加【SetupAPI.Lib】 win10 SDK库,不需
阅读全文
posted @ 2018-10-09 11:21 scott_h
阅读(848)
评论(0)
推荐(0)
2018年10月7日
ubuntu dd烧录镜像文件
摘要: `df`命令查看挂在的U盘和硬盘,ssd 右边可以看到路径
阅读全文
posted @ 2018-10-07 14:39 scott_h
阅读(2096)
评论(0)
推荐(0)
2018年9月8日
网络业务 注册callback,使用callback 场景
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2018-09-08 02:05 scott_h
阅读(4)
评论(0)
推荐(0)
2018年9月4日
Linux(C/C++)下的文件操作open、fopen与freopen via Boblim
摘要: "Linux(C/C++)下的文件操作open、fopen与freopen" open是linux下的底层系统调用函数,fopen与freopen c/c++下的标准I/O库函数,带输入/输出缓冲。 linxu下的fopen是open的封装函数,fopen最终还是要调用底层的系统调用open。 所以
阅读全文
posted @ 2018-09-04 19:32 scott_h
阅读(1987)
评论(0)
推荐(0)
linux 时间处理 + 简单写log
摘要: "Linux时钟精度:毫秒?微妙?纳秒?"
阅读全文
posted @ 2018-09-04 18:07 scott_h
阅读(1272)
评论(0)
推荐(0)
2018年9月3日
c++17 filesystem, regex 遍历目录
摘要: linux 遍历目录+文件(优化版本) windows原生API 遍历版本(当年受了不少折磨) c++17 FS 还是挺好用的, VS2017支持,但是linux g++7.3 还是不支持 filesystem #include<filesystem> #include<regex> //正则表达式
阅读全文
posted @ 2018-09-03 23:01 scott_h
阅读(3511)
评论(2)
推荐(0)
2018年9月2日
windows 创建和调用 动态库,静态库
摘要: preview /MD, /MT, /LD (Use Run-Time Library) #windows创建和调用静态库 Walkthrough: Create and use a static library // MathFuncsLib.h namespace MathFuncs { cla
阅读全文
posted @ 2018-09-02 05:30 scott_h
阅读(491)
评论(0)
推荐(0)
2018年8月29日
CRT Library Features
摘要: "CRT Library Features" The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com. The latest version of t
阅读全文
posted @ 2018-08-29 22:36 scott_h
阅读(672)
评论(0)
推荐(1)
LIBCMTD.lib(wincrt0.obj) : error LNK2019: 无法解析的外部符号 _WinMain@16,该符号在函数 ___tmainCRTStartup 中被引用
摘要: 无法解析的外部符号 _WinMain@16,该符号在函数 ___tmainCRTStartup 中被引用 出现原因: 连接程序在负责连接可执行程序时,选择相应的c/c++运行时启动函数。如果设定了/subsystem:windows连接程序开关,那么连接程序会试图寻找WinMain或wWinMain
阅读全文
posted @ 2018-08-29 17:31 scott_h
阅读(3624)
评论(0)
推荐(0)
2018年8月28日
CUDA V9.2 sample编译问题
摘要: 这个哥们也遇到一样的问题 "CUDA 9.1/9.2 与 Visual Studio 2017 (VS2017 15.6.4) 的不兼容问题" 错误有显示 我看到默认VS工程中是 1.需要【win SDK 版本】10.0.15063.0 但是这个版本我并没有,所以在VS2017 Install 中
阅读全文
posted @ 2018-08-28 03:47 scott_h
阅读(1369)
评论(0)
推荐(0)
2018年8月25日
arm交叉编译 扫盲贴
摘要: "ARM交叉编译工具链" 为什么要用交叉编译器? arm交叉编译器 分类和说明: 从授权上,分为免费授权版和付费授权版。 免费版目前有三大主流工具商提供, 1. GNU(提供源码,自行编译制作) 2. Codesourcery 3. Linora (提供源码,和已经编译好的release binra
阅读全文
posted @ 2018-08-25 13:34 scott_h
阅读(13496)
评论(0)
推荐(0)
2018年8月24日
cmake opencv,dlib 编译静态库 1
摘要: 无论windows,linux 所有的库 ,dlib,opencv 通过cmake gui 设置好静态库, 动态库,和其他各个选项 Tips: cmake 优先级用cmake gui,因为命令太多,容易敲错!!!!! cmake 默认是制作动态库.so, 若需要制作静态库 1.BUILD_SHARE
阅读全文
posted @ 2018-08-24 20:30 scott_h
阅读(4716)
评论(0)
推荐(0)
2018年8月22日
wget 命令
摘要: http://www.cnblogs.com/lidp/archive/2010/03/02/1696447.html 一般下载一个网站目录 wget -c -nd -np -r [WebAddress] 如果想 断点续传(-c), 递归下载(-r) 只下载更新的内容(-N), wget -c -r
阅读全文
posted @ 2018-08-22 09:47 scott_h
阅读(2271)
评论(0)
推荐(0)
2018年8月16日
RSA加密算法
摘要: RSA加密算法 C++实现 https://www.cnblogs.com/Silenceneo xw/p/6718334.html 非对称加密技术 RSA算法数学原理分析 https://www.cnblogs.com/tinyxiong/p/7842839.html dlib bigint的实现
阅读全文
posted @ 2018-08-16 13:05 scott_h
阅读(164)
评论(0)
推荐(0)
2018年8月14日
Linker Tools Error LNK2001
摘要: https://msdn.microsoft.com/en us/library/f6xx1b1z.aspx https://www.cnblogs.com/runningRain/p/5674833.html
阅读全文
posted @ 2018-08-14 20:05 scott_h
阅读(949)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
11
下一页
公告