64位程序需要下载 驱动 AccessDatabaseEngine_X64.exe 32位程序需要下载 驱动 AccessDatabaseEngine.exe 官方下载地址:https://www.microsoft.com/zh-cn/download/details.aspx?id=13255 ...
分类:
数据库 时间:
2017-04-25 11:47:35
阅读次数:
252
学习Go的缘由 由于LZ目前在使用docker,docker的编程语言使用的是“Go”,所以想更加深入的了解Docker(尝试着看懂source code)遂尝试了解下Golang。 安装 LZ用的是Window系统32bit的本本,官方有两种方式安装: 1.下载.msi,然后安装,默认设置即可 2 ...
分类:
其他好文 时间:
2017-04-21 00:27:09
阅读次数:
144
要进行Android的单元测试首先的配置指令集和用户库,下面是详细的配置步骤 @1:指令集配置(instrumentation) 1.1 打开AndroidManifest.xml文件,点击instrumentation选项 点选ADD后 点instrumentation选项,指令集就添加成功 na ...
分类:
移动开发 时间:
2017-04-20 20:56:04
阅读次数:
271
(原创翻译文章·转载请注明来源:http://blog.csdn.net/hulihui) 原文:Weak Events In C#: Different approaches to weak events. by Daniel Grunwald. Download source code - 15 ...
After installing the jenkins, we start creating new job. 1. Give job names (your project name): 2. Go to "Source Code Management tab": Connect to sour ...
分类:
移动开发 时间:
2017-04-10 09:53:52
阅读次数:
331
1.http://htk.eng.cam.ac.uk/download.shtml 官网下载HTK source code以及HDecode 2.分别解压HTK-3.5.beta-2.tar.gz、HDecode-3.5.beta-1.tar.gz,将其合并到一个文件夹htk中 3.查看htk/RE ...
分类:
系统相关 时间:
2017-04-10 00:47:31
阅读次数:
1397
This is the README file for source code package of WinSCP. To build WinSCP you need: - Embarcadero C++ Builder XE6 Professional. http://www.embarcader ...
1 什么是外部编译 就是让源码文件和cmake生成的工程文件分开,将cmake生成的工程文件放在一个单独的目录下面。 2 怎样进行外部编译 第一,单独建立一个目录,这个目录在source code目录的外面。 第二,在该目录下运行cmake "root CMakeLists.txt所在的目录",这样 ...
分类:
其他好文 时间:
2017-04-07 09:29:09
阅读次数:
180
I am disassembling some C# applications and I am trying to reconstruct the source code. I am disassembling the application along with the required DLL ...
DevExpress 是一个比较有名的界面控件套件,提供了一系列优秀的界面控件。这篇文章将展示如何在拥有源代码的情况下,对 DevExpress 的程序集进行重新编译。 特别提示:重编译后,已安装好的 DevExpress Demo 项目都将无法正常运行,需要将 Demo 也进行重编译操作后,方可恢 ...
分类:
其他好文 时间:
2017-04-05 21:17:34
阅读次数:
1350