随笔分类 -  C/C++

摘要:写在源文件中的源代码是人类可读的源。它需要"编译",转为机器语言,这样 CPU 可以按给定指令执行程序。C 语言编译器用于把源代码编译成最终的可执行程序。这里假设您已经对编程语言编译器有基本的了解了。 (一).安装 MinGW(Minimalist GNU for Windows), 是一个适用于微 阅读全文
posted @ 2020-12-17 17:54 特洛伊-Micro 阅读(2552) 评论(0) 推荐(0) 编辑
摘要:版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。 本文链接:https://www.cnblogs.com/czlhxm/p/11794743.html 参考博客:整理:Visual Studio Code (vscode) 配置C、C++环境 阅读全文
posted @ 2020-10-10 12:07 特洛伊-Micro 阅读(1015) 评论(0) 推荐(0) 编辑
摘要:This Wiki page provides information about CEF branches and instructions for downloading, building and packaging source code. Note to Editors: Changes 阅读全文
posted @ 2017-06-12 13:20 特洛伊-Micro 阅读(3237) 评论(0) 推荐(0) 编辑
摘要:原文地址:http://blog.csdn.net/tiplip/article/details/42047815 下载 代码下载:http://cefbuilds.com/,CEF 3.2556.1368.g535c4fb 解压到本地:D:\Develop\CEF3\cef_binary_3.25 阅读全文
posted @ 2017-06-12 13:18 特洛伊-Micro 阅读(2749) 评论(0) 推荐(0) 编辑
摘要:关于CEF Chromium Embedded Framework 简单说就是 WebKit内核的 对外绑定。 当前主流浏览器内核 一、Trident内核代表产品Internet Explorer,又称其为IE内核。Trident(又称为MSHTML),是微软开发的一种排版引擎。使用Trident渲 阅读全文
posted @ 2017-06-12 13:15 特洛伊-Micro 阅读(1953) 评论(0) 推荐(0) 编辑
摘要:原文链接:http://www.nirsoft.net/articles/windows_7_kernel_architecture_changes.html Windows 7 introduces a new set of dll files containing exported functi 阅读全文
posted @ 2017-03-02 09:15 特洛伊-Micro 阅读(2378) 评论(0) 推荐(0) 编辑
摘要:演示站点+源码 均在github 迁徙至github: https://github.com/micro-chen/WebPrinter 智能打印SDK-官方群 547747202 过时 开源地址:http://www.dnnode.com/ 软件下载地址:http://www.dnnode.com 阅读全文
posted @ 2017-02-28 19:45 特洛伊-Micro 阅读(1620) 评论(0) 推荐(0) 编辑
摘要:(开源准备:也算是笔者从业以来第二个作品了,谢谢博客园编辑审核团队,欢迎置顶。欢迎转载。开源为百度云打包开源) 演示站点+源码 均在github 迁徙至github: https://github.com/micro-chen/WebPrinter 智能打印SDK-官方群 547747202 开源地 阅读全文
posted @ 2017-02-26 22:37 特洛伊-Micro 阅读(5929) 评论(11) 推荐(3) 编辑
摘要:MS UI Automation(Microsoft User Interface Automation:UIA)是随.net framework3.0一起发布的,虽然在如今这个几乎每天都有各种新名词、新技术出来的所谓的21世纪,它显得已经有些过时了。前些日子,正好一个项目,可以用到它,又重新整理了 阅读全文
posted @ 2016-12-13 12:18 特洛伊-Micro 阅读(36465) 评论(1) 推荐(3) 编辑
摘要:脚本由 Inno Setup 脚本向导 生成!; 有关创建 Inno Setup 脚本文件的详细资料请查阅帮助文档!#define MyAppName "XX管理系统"#define MyAppVersion "1.0"#define MyAppPublisher "彭小波"#define MyAp 阅读全文
posted @ 2016-12-10 14:06 特洛伊-Micro 阅读(1958) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2016-11-11 09:26 特洛伊-Micro 阅读(1) 评论(0) 推荐(0) 编辑
摘要:CreateService参数介绍SC_HANDLE CreateService( SC_HANDLE hSCManager, //服务控制管理程序维护的登记数据库的句柄,由系统函数OpenSCManager 返回 LPCTSTR lpServiceName, //以NULL 结尾的服务名,用于创建 阅读全文
posted @ 2016-11-11 09:15 特洛伊-Micro 阅读(563) 评论(0) 推荐(0) 编辑
摘要:7.1.定义 7.1.1.关闭WebSocket连接 为_关闭WebSocket连接_,端点需关闭底层TCP连接。端点应该使用一个方法完全地关闭TCP连接,以及TLS会话,如果合适,丢弃任何可能已经接收的尾随的字节。当必要时端点可以通过任何可用的手段关闭连接,例如当受到攻击时。 底层TCP连接,在大 阅读全文
posted @ 2016-11-09 11:38 特洛伊-Micro 阅读(4671) 评论(0) 推荐(0) 编辑
摘要:Since you don't want to tell what minimal version of Visual C++ redistributable package you require, here you have the code sample from which you can 阅读全文
posted @ 2016-11-08 16:00 特洛伊-Micro 阅读(1118) 评论(0) 推荐(0) 编辑
摘要:INNO setup 制作安装包 的时候,发布VC++运行时 [Run]Filename: {app}vcredist_x86.exe; Parameters: /q; WorkingDir: {tmp}; Flags: skipifdoesntexist; StatusMsg: "Installi 阅读全文
posted @ 2016-11-08 14:30 特洛伊-Micro 阅读(1577) 评论(1) 推荐(1) 编辑
摘要:1、获取SQLserver安装路径vardbpath:string;rtn:boolean;rtn := RegQueryStringValue(HKEY_LOCAL_MACHINE, 'SOFTWAREMicrosoftMSSQLServerSetup','SQLPath', dbpath);if 阅读全文
posted @ 2016-11-07 19:01 特洛伊-Micro 阅读(864) 评论(0) 推荐(0) 编辑
摘要:I believe I have gotten LibCurl to work with Visual Studio 2013 now. Persistence ftw! Although, after spending hours trying to solve these error messa 阅读全文
posted @ 2016-10-14 17:04 特洛伊-Micro 阅读(669) 评论(0) 推荐(0) 编辑
摘要:标签: dos批处理对话框 2015-11-12 17:20 497人阅读 评论(0) 收藏 举报 标签: dos批处理对话框 2015-11-12 17:20 497人阅读 评论(0) 收藏 举报 脚本(30) 版权声明:本文为博主原创文章,未经博主允许不得转载。 dos命令弹出对话框 Msg命令 阅读全文
posted @ 2016-10-12 17:28 特洛伊-Micro 阅读(2802) 评论(0) 推荐(0) 编辑
摘要:Walkthrough: Deploying a Visual C++ Application By Using the Visual C++ Redistributable Package Visual Studio 2015 Visual Studio 2015 This step-by-ste 阅读全文
posted @ 2016-10-12 16:14 特洛伊-Micro 阅读(1184) 评论(0) 推荐(0) 编辑
摘要:我们的老古董啊 啊啊啊 啊啊 《Microsoft Visual Studio 6.0 Enterprise Edition》(完整9CD,带中文MSDN& 我们的老古董啊 啊啊啊 啊啊 《Microsoft Visual Studio 6.0 Enterprise Edition》(完整9CD,带 阅读全文
posted @ 2016-10-12 09:28 特洛伊-Micro 阅读(6396) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示