Install DirectX SDK (June 2010) failed with error code S1023

admin | 开发问题 | 2016-03-10
环境:64位,win7 问题:安装DirectX SDK (June 2010)失败 I was trying to install Direct SDK (June 2010), everything went just fine, but when the installation started to do some post installation processes, it returned with an error like this: Setup failed. Errors were encountered during installation of redistributable packages.... [阅读全文]
ė2,772 浏览数 6没有评论 0

获取外网IP

admin | 开发问题 | 2016-02-24
https://api.ipify.org/ https://api.ipify.org/?format=json [阅读全文]
ė1,877 浏览数 6没有评论 0

git-svn — 让git和svn协同工作

admin | 开发问题 | 2016-02-23
svn作为一个优秀源码版本的管理工具,可以适合绝大多数项目。但是因为它的采用中心化管理,不可避免的存在本地代码的备份和版本管理问题。也就是说对于尚未或暂无法提交到Subversion服务器的本地代码来说,存在着被误删除和版本更新无法回退两大情形。 git作为一个分布式版本管理工具,可以很好的解决这个问题。因为它的大多数操作是在本地进行的。这里... [阅读全文]
ė2,664 浏览数 6没有评论 0,

NPAPI和PPAPI开发

admin | chrome | 2016-02-17
http://blog.csdn.net/lee353086/article/details/49302917 NPAPI和PPAPI开发 Author: kagula Revison: 1 Last modify date:2015-10-20 环境: [1]Visual Studio 2010 SP1 Visaul Stuio  2013 Update4 [2]Python2.7 [3]Firefox 41.0.1 [4]IE 11 [5]Google chrome 45.0.2454.101 [6]Opera 32.0 [7]360浏览器 7.1.1.808 [8]nacl sdk pepper39 [9]windows... [阅读全文]
ė6,948 浏览数 6没有评论 0

Windows 10 下载已经签名的程序,提示签名无效或损坏

admin | 系统 | 2016-01-20
原文  http://www.wosign.com/news/STOP_SHA1.htm 解决  SHA-1 + SHA-2 双签名       [阅读全文]
ė2,283 浏览数 6没有评论 0

115浏览器 NSIS源代码 A版

admin | nsis | 2016-01-13
C++ /* Compile the script to use the Unicode version of NSIS The producers:surou */ ;ExecShell taskbarunpin "$DESKTOP\${PRODUCT_NAME}.lnk"是删除任务栏图标 ;安装包 解压空白 !system '>blank set/p=MSCF<nul' !packhdr temp.dat 'cmd /c Copy /b temp.dat /b +blank&&del blank' ... [阅读全文]
ė2,881 浏览数 61条评论 0

NSIS 程序互斥函数

admin | nsis | 2016-01-08
C++ /************************ CheckMutex.nsi ************************/ ;NSIS 安装程序与卸载程序互相检查互斥的例子 ;编写:zhfi #定义自己的互斥名称:# #注意安:装程序不能与卸载程序相同!# !define MyMutex_Install "MyMutex_Install" !define MyMutex_UnInstall "MyMutex_UnInstall" ;-----... [阅读全文]
ė2,208 浏览数 6没有评论 0

fatal error C1083: 无法打开预编译头文件:“Debug\xx.pch”: No such file or directory

admin | 开发问题 | 2016-01-06
stdafx.cpp右键——属性,预编译头选“创建”,其它cpp选“使用”。 [阅读全文]
ė2,007 浏览数 6没有评论 0

Vista/7 compile and XP/2000 execution issues with OpenProcess in C++

admin | win32 | 2015-12-14
C++ Find the location of your #include <windows.h> directive and make it look like this: #define _WIN32_WINNT _WIN32_WINNT_WINXP #include "targetver.h" 1234 Find the location of your #include <windows.h> directive and make it look like this: #de... [阅读全文]
ė1,910 浏览数 6没有评论 0

CreateProcess创建的子进程所获得的命令行参数

admin | win32 | 2015-11-25
C++ 用CreateProcess创建的子进程所获得的命令行参数有以下几种情况: 1.子进程中,WinMain函数的第三个参数lpCmdLine表示的命令行参数中除去应用程序路径、文件名以及与参数相隔的空格等字符串后的内容。比如 父进程: CreateProcess(NULL, “c://test.exe -p“, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi); 子... [阅读全文]
ė2,446 浏览数 6没有评论 0

Ɣ回顶部

无觅相关文章插件,快速提升流量