上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: Navicat text 不仅做了分页查询, 显示 还自带数据 导入,导出 工具(支持多种格式) 导出csv, 100W个数据也才2min 导出也可以指定数据begin~ end, 比如10000W 可以分批次 , 每次1000W, but 领导们很喜欢 用excel 打开数据(习惯了 筛选,隐藏功 阅读全文
posted @ 2019-10-16 12:27 scott_h 阅读(522) 评论(0) 推荐(0) 编辑
摘要: mod goland 阅读全文
posted @ 2019-10-16 00:24 scott_h 阅读(912) 评论(0) 推荐(0) 编辑
摘要: 依赖 1.System.Data.SQLite 2.SqlKata 阅读全文
posted @ 2019-10-15 17:31 scott_h 阅读(161) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/tiancai/p/4591731.html C 中new和override是继承中经常用到的两个关键字,但是往往有时候容易把这两个关键字的作用搞混淆。 new C new关键字表示隐藏,是指加上new关键字的属性或函数将对本类和继承类隐藏基类的同名属 阅读全文
posted @ 2019-10-15 15:21 scott_h 阅读(185) 评论(0) 推荐(0) 编辑
摘要: sqlite 阅读全文
posted @ 2019-10-15 10:40 scott_h 阅读(2191) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/zh cn/dotnet/csharp/language reference/tokens/interpolated 阅读全文
posted @ 2019-10-11 16:50 scott_h 阅读(124) 评论(0) 推荐(0) 编辑
摘要: https://archive.codeplex.com/?p=timsort4net 117964 download archive https://codeplexarchive.blob.core.windows.net/archive/projects/timsort4net/timsort 阅读全文
posted @ 2019-10-10 10:24 scott_h 阅读(212) 评论(0) 推荐(0) 编辑
摘要: //using NationalInstruments.NI4882; //请将项目文件中的“AutoGenerateBindingRedirects”属性设置为true //https://www.cnblogs.com/zoro zero/p/5867320.html //NI4882_1850 阅读全文
posted @ 2019-10-09 17:36 scott_h 阅读(264) 评论(0) 推荐(0) 编辑
摘要: https://gerardnico.com/ide/notepad/replace https://notepad plus plus.org/community/topic/16787/find and replace using regular expression http://www.pn 阅读全文
posted @ 2019-09-12 11:54 scott_h 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 面向对象,继承关系设计 阅读全文
posted @ 2019-07-22 11:25 scott_h 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 导入sqlite库 1.下载 安装包 http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki 记得.net frame 将来会被.net core 替代(应该只是想维护一个 跨平台的版本), 新项目 应该尽量使用.n 阅读全文
posted @ 2019-07-02 12:26 scott_h 阅读(524) 评论(0) 推荐(0) 编辑
摘要: 今天安装了 win10 1903 (10.0.18362 暂缺 Build 18362) 安装时 选的 是【win10 专业工作站版】 却无法激活, (因为当初是从win7升级上win10的,只有关联账户的数字许可证) 只能激活【专业版】, 所以无法激活【工作站版】 解决方案: 在【设置】【激活】【 阅读全文
posted @ 2019-06-08 21:23 scott_h 阅读(3584) 评论(0) 推荐(0) 编辑
摘要: 使用的gitea项目管理git 服务器 (可以不用备份项目, 通过直接修改gitea配置, 直接使用) 步骤1.在gitea 配置目录 修改 步骤2.在项目目录中 目录 修改 文件 阅读全文
posted @ 2019-06-06 15:15 scott_h 阅读(10957) 评论(0) 推荐(0) 编辑
摘要: 使用平台 linux 下载 http://valgrind.org/ 文档 http://valgrind.org/docs/manual/manual.html 博客 https://www.oschina.net/translate/valgrind memcheck https://blog. 阅读全文
posted @ 2019-05-24 10:17 scott_h 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 项目中用到 GetPrivateProfileString但是使用中, 发现 无法读出 ini 配置中的值, 比如Enable_log =3 我读到的是 API设置的默认值. 网上说可能时字符集编码的问题. 带着问题, 测试多次,发现 字符编码的确会影响!!! 结果: 实际上,用utf8 还是会出现 阅读全文
posted @ 2019-04-18 14:41 scott_h 阅读(6929) 评论(0) 推荐(0) 编辑
摘要: 安装操作系统 阅读全文
posted @ 2019-04-12 11:39 scott_h 阅读(8149) 评论(0) 推荐(0) 编辑
摘要: 版本管理 优化工作效率 word 比对 阅读全文
posted @ 2019-04-10 18:51 scott_h 阅读(2872) 评论(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 阅读(470) 评论(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 阅读(554) 评论(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 阅读(164) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页