上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: 安装操作系统 阅读全文
posted @ 2019-04-12 11:39 scott_h 阅读(8806) 评论(0) 推荐(0)
摘要: 版本管理 优化工作效率 word 比对 阅读全文
posted @ 2019-04-10 18:51 scott_h 阅读(3124) 评论(0) 推荐(0)
摘要: ```cs public static List TraverseDirector(string dir, bool isTraveSubDirFlag, bool isFilterSuffix, string suffix) { string suffix_ = "*.*"; if (isFilterSuffix) ... 阅读全文
posted @ 2019-03-22 17:54 scott_h 阅读(481) 评论(0) 推荐(0)
摘要: CRC wiki,历史发展,各个版本的用途 等 https://en.wikipedia.org/wiki/Cyclic_redundancy_check (apple)crc32.c crc32 c 阅读全文
posted @ 2019-03-22 17:11 scott_h 阅读(616) 评论(0) 推荐(0)
摘要: https://en.wikipedia.org/wiki/Pi code https://github.com/HHS IntroProgramming/Calculate Pi https://github.com/morphx666/CalcPi https://github.com/Dret 阅读全文
posted @ 2019-03-22 17:07 scott_h 阅读(177) 评论(0) 推荐(0)
摘要: 方案1: 图像处理 opencv etc 方案2: 开源框架,直接使用,已经优化 阅读全文
posted @ 2019-03-21 10:17 scott_h 阅读(2128) 评论(0) 推荐(0)
摘要: 护眼 阅读全文
posted @ 2019-03-19 14:48 scott_h 阅读(2876) 评论(0) 推荐(0)
摘要: ```t System.Environment.CurrentDirectory; //当前路径 System.Windows.Forms.Application.ExecutablePath; //当前路径/app.exe System.Windows.Forms.Application.CommonAppDataPath; //exe数据存放路径 c:\\programData\\ap... 阅读全文
posted @ 2019-03-13 09:40 scott_h 阅读(3120) 评论(0) 推荐(1)
摘要: 反汇编 阅读全文
posted @ 2019-03-05 15:33 scott_h 阅读(1415) 评论(0) 推荐(0)
摘要: ```t this.WindowState = FormWindowState.Maximized; this.FormBorderStyle = FormBorderStyle.None; /* FormBorderStyle.FixedSingle FormBorderStyle.Fixed3D FormBorderStyle.FixedDialog FormBorderStyle.... 阅读全文
posted @ 2019-03-02 10:04 scott_h 阅读(751) 评论(0) 推荐(0)
摘要: http://csharpindepth.com/Articles/General/Singleton.aspx introduction 4th在线看 https://www.manning.com/books/c sharp in depth fourth edition 参考 http://z 阅读全文
posted @ 2019-02-28 14:35 scott_h 阅读(1400) 评论(0) 推荐(0)
摘要: 参考 Tips :以后找源码可以看这 = github 找不到List.cs此文件(我找不到而已),所以去microsoft 官网找的此文件,如下 cs // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. 阅读全文
posted @ 2019-02-28 12:28 scott_h 阅读(464) 评论(0) 推荐(0)
摘要: 软件工程(建议参考 代码大全 ,构建之法) if else 代码优化 1. 数据类型也很重要 需要注意 比较容易错误的是 bool int UInt if(){} 中是 【0 判断】,和【非0 判断】 与【负数判断】【指针判断】 【字符判断】不要混淆 阅读全文
posted @ 2019-02-25 18:16 scott_h 阅读(154) 评论(0) 推荐(0)
摘要: 1.设置环境变量 无论是用户环境变量还是系统环境变量 2.安装服务 进入根目录 名字根据 install 后的 参数来决定 叫MariaDB,MySQL 都可以 Service successfully installed. 安装通过ini配置文件(不配置环境变量, 一定要通过这种方式 来安装服务) 阅读全文
posted @ 2019-02-13 16:34 scott_h 阅读(8394) 评论(0) 推荐(0)
摘要: c 1.遍历目录 查找图片 2.在 pictureBox 循环播放 阅读全文
posted @ 2018-12-14 10:42 scott_h 阅读(3163) 评论(0) 推荐(0)
摘要: 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 阅读(1195) 评论(0) 推荐(0)
摘要: 在控制面板中,选择“添加删除程序”,找到office ,选择“更改”,在对话框中选择“添加删除功能”,然后选择自定义安装,添加上office工具 中的.net可编程性支持,安全起见,把excel下的,word下的此选项都添加上,然后点击“更新”按钮,更新office,完成后再回到.net开发平台。 阅读全文
posted @ 2018-11-19 09:46 scott_h 阅读(8589) 评论(0) 推荐(0)
摘要: 一般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 阅读(5303) 评论(0) 推荐(0)
摘要: 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 阅读(463) 评论(0) 推荐(0)
摘要: 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 阅读(822) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页