Manual Installation Process Download the template file from HERE and extract it. Open the file CCAppWiz.win32.vsz Now check for Param="ABSOLUTE_PATH , edit this path according to your cocos2d-x folder (mine is located at D:\DEVELOPMENT\cocos2d-2.1bet…
在工业生产控制系统中,有许多需要定时完成的操作,如定时显示当前时间,定时刷新屏幕上的进度条,上位 机定时向下位机发送命令和传送数据等.特别是在对控制性能要求较高的实时控制系统和数据采集系统中,就更需要精确定时操作. 众所周知,Windows 是基于消息机制的系统,任何事件的执行都是通过发送和接收消息来完成的. 这样就带来了一些问题,如一旦计算机的CPU被某个进程占用,或系统资源紧张时,发送到消息队列 中的消息就暂时被挂起,得不到实时处理.因此,不能简单地通过Windows消息引发一个对定时要求…
在工业生产控制系统中,有许多需要定时完成的操作,如定时显示当前时间,定时刷新屏幕上的进度条,上位 机定时向下位机发送命令和传送数据等.特别是在对控制性能要求较高的实时控制系统和数据采集系统中,就更需要精确定时操作. 众所周知,Windows 是基于消息机制的系统,任何事件的执行都是通过发送和接收消息来完成的. 这样就带来了一些问题,如一旦计算机的CPU被某个进程占用,或系统资源紧张时,发送到消息队列 中的消息就暂时被挂起,得不到实时处理.因此,不能简单地通过Windows消息引发一个对定时要求…
答案是不能再window上安装,答案如下: It's back! Take the 2018 Developer Survey today » Join Stack Overflow to learn, share knowledge, and build your career. Email Sign UpOR SIGN IN WITH  Google  Facebook   How to install ansible to my python at Windows Ask Question…
These are instructions for installing on Windows 7 desktop (they may also be useful for a server install with some thought to security) using individual components rather than a one click installer. This is intended only as a testing/evaluation insta…
Installation: Open the ZIP file containing your certificate. Save the file named your_domain_name.cer to the desktop of the web server you are securing. Click on Start, then Administrative Tools, then Internet Information Services (IIS) Manager. Clic…
开发工具版本:Visual Studio Express 2013 for Windows Desktop 1. 新建Visual C++下面的"Win32 Project" 2. 项目属性中,在general下面,Common Language Runtime Support选择"Common Language Runtime Support (/clr)" 3. 添加新文件,类型选择"Windows Form" 4. 修改项目启动类  1)头…
博客地址:http://blog.csdn.net/FoxDave 最近因为项目需要要搭建SharePoint 2013的开发环境. 准备了Windows Server 2012 R2系统和SharePoint Server 2013 with SP1安装包,本以为可以顺利安装成功,没想到却碰到了错误无法安装. 这个Server系统本身就具有足够的.NET Framework版本了,所以报这个错误让人很疑惑,应该是SharePoint的Bug. 上网搜了一下,果然有这个问题,直接搜到了一个微…
Table of Contents 1. 准备工作: 2. Saucy Salamander 3. 刷入 最新 版Touch 最近手里的 Nexus 4 手机一直闲置,它的配置要比我六年前买的笔记本还好,于是就动起了向里面刷个 Ubuntu Touch 的想法. 1 准备工作: 安装 Adb tools, google 一下即可. 开启开发者模式. 终端执行 "adb reboot bootloader" 进入 fastboot 终端执行 "fastboot oem unlo…
Q: gem install railson nokogiri install fail with error: 'nokogiri requires Ruby version < 2.3, >= 1.9.2.' gem install nokogiri -v '1.6.5'solve problem of installationbutgem updateagain fails A: A quick workaround is the following (ruby 2.3 win64):…
http://myeeeguides.wordpress.com/2008/11/15/winsetupfromusb-install-windows-xp-from-usb-flash-drive/ This guide will show you, how to use WinSetupFromUSB to create a bootable USB Flash Drive including all Windows source files, plus the following inst…
vc中获取windows版本信息,一般是调用GetVersionEx 这个API函数来获取的,这个API需要OSVERSIONINFOEX 这个结构体作为参数,OSVERSIONINFOEX 的对应的具体的OS版本类型详细如下: Operating system Version number dwMajorVersion dwMinorVersion Other Windows 8.1 6.3* 6 3 OSVERSIONINFOEX.wProductType == VER_NT_WORKSTA…
  Enable Hyper-V to create virtual machines on Windows 10.Hyper-V can be enabled in many ways including using the Windows 10 control panel, PowerShell (my favorite) or using the Deployment Imaging Servicing and Management tool (DISM). This documents…
距离我的上一篇文章--写给VC++ Windows开发的初学者已经4年多时间过去了,感慨于时光如梭之余,更感慨于这么多年来(从1998年我初学VC 算起吧)到如今其实我仍然还只是个初学者而已.看看之前写给大家的东西,似乎说了些什么,但仿佛又什么都没有说.好多网友也都慕名加入了我的VC++群,一同探讨学习. 虽然学者众,甚至我的群中也不乏各路高手,更甚至我自己也在这几年努力制作出版了很多网络视频教程来现身说法教学VC++大法,可是事与愿违,VC++现在却越来越小众化了,很多人都转投C#.Java的…
1. Introduction 1.1. About 1.2. Sphinx features 1.3. Where to get Sphinx 1.4. License 1.5. Credits 1.6. History 2. Installation 2.1. Supported systems 2.2. Compiling Sphinx from source 2.2.1. Required tools 2.2.2. Compiling on Linux 2.2.3. Known comp…
Cocos2D 是一款游戏引擎,可与从电脑到手机等多种设备配合使用. 该引擎支持丰富的特性,可帮助创建出色的 2D 游戏.它甚至包含具备全面功能的物理引擎. CoCos2D 的核心元素是基本动画元素(即 sprite)的使用. sprite 可能是一个简单的 2D 图像.也可能是其它 sprite 的容器. 在该游戏引擎中,sprite 排列在一起形成场景.游戏级别或菜单. 如你所知.英特尔® 针对最新的工具推出了很多处理器,这些处理器可为开发者和用户带来出色的计算机图形. 在本文中,我将介绍怎…
1.安装git 因为golang是通过git来管理远程包的,所以我们首先要安装git,下载地址:http://www.git-scm.com/download/. git安装比较简单,直接下一步即可(在Windows Explorer integration选项中将“Git Bash here”和“Git GUI here”打对勾),需要了解具体安装的可以看这里. 2.安装Golang 1) 首先到https://golang.org/dl/选择适合你系统的安装包,(墙内:http://gola…
转自:http://121.199.54.6/wordpress/?p=1156 原始地址:http://www.chromium.org/developers/how-tos/build-instructions-windows#TOC-Building-Chromium This page has detailed information on building Chromium on Windows, including tips for troubleshooting and for s…
----------------------------------------------------------------------------------------------------- 1. Download Cocos2D for iPhone http://www.cocos2d-iphone.org download v2.0 - cocos2d-iphone-2.0.tar.gz 2. Using git hub to download cocos2d a) downl…
1.下载git.go和sublime免安装版 go下载地址:http://pan.baidu.com/s/1hq1mrDM#path=%252Fgo%252F1.5.2sublime下载地址:http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.2%20x64.zip 2.设置go和git环境变量go环境变量:配置环境变量(1). 新建 变量名:GOBIN 变量值 :c:\go\bin(2). 新建 变量名:GOARCH 变量值:386(…
What a Windows Service is Enables you to create long-running executable applications that run in their own windows session. Can be automatically started when the computer boots, can be paused and restarted without any user interaction. Easily install…
On April 5, 2012, in idevblogaday, by Steffen Itterheim http://www.learn-cocos2d.com/2012/04/enabling-arc-cocos2d-project-howto-stepbystep-tutorialguide/ 总结: 1.delete the "libs" group in Xcode(only "Remove References") 2."Add Targ…
在windows平台上安装python c extension的扩展包是件很痛苦的事情,一般通过安装vc/vs系列来编译C扩展,不过安装包都比较大.或者通过mingw编译,不过有时会在兼容性上出现点问题. 有个好消息就是微软为Python提供了专用的编译器Microsoft Visual C++ Compiler for Python 2.7(包含32位和64位) 下载地址: http://aka.ms/vcpython27 提示:在此感谢@ThunderEX的提醒,setuptools 6.0…
public ServiceInstaller() { //... Installer code here this.AfterInstall += new InstallEventHandler(ServiceInstaller_AfterInstall); } void ServiceInstaller_AfterInstall(object sender, InstallEventArgs e) { using (ServiceController sc = new ServiceCont…
一.什么是窗口类  在Windows中运行的程序,大多数都有一个或几个可以看得见的窗口,而在这些窗口被创建起来之前,操作系统怎么知道该怎样创建该窗口,以及用户操作该窗口的各种消息交给谁处理呢?所以VC在调用Windows的API(CreateWindow或者CreateWindowEx)创建窗口之前,要求程序员必须定义一个窗口类(不是传统C++意义上的类)来规定所创建该窗口所需要的各种信息,主要包括:窗口的消息处理函数.窗口的风格.图标. 鼠标.菜单等.其定义如下: typedef struct…
转载请注明出处:http://blog.csdn.net/cywosp/article/details/34429697 1. 到https://www.cygwin.com/下载setup-x86_64.exe安装文件,下载后採用默认路劲安装,在选库的时候,选择对应的gcc g++ 2.到http://www.sublimetext.com/3下载Windows 64 bit的安装包,下载后安装 3. 安装Package Control     安装好sublime text 3后打开,然后按…
玩转WIN7的MKLINK 引言: 换了新电脑,终于再次使用上啦WIN7 ,经过一个周每天重装N次系统,... ... ... ... 在xp系统下,junction命令要用微软开发的小程序 junction.exe实现,从http://live.sysinternals.com/可以下载. 现在Windows Vista之后的系统自带了mklink的功能. Windows操作系统启动时不支持符号链接.所以不应该对下列文件夹重定向: 目录包含了hiberfil.sys (如果被配置在根目录以外)…
Setup Cordova Text Editor / IDE You may need to prepare an IDE or Editor for working. Here for example, install a Sublime Text 3 over Windows, actually it contains versions of Mac OS as well as Linux. Sublime Text 3 You may follow the following sites…
Why J-Link? In case you wonder why GNU ARM Eclipse decided to provide support to SEGGER J-Link, the short answer is: because of J-Link EDU and of SWO. The long answer may include the following: wide processor support (there is probably no unsupported…
方法 1 (命令行下安装)devcon.exe install %windir%\inf\netloop.inf *msloop 类似于以下输出表示安装成功: Device node created. Install is complete when drivers are updated... Updating drivers for *msloop from C:\WINDOWS\inf\netloop.inf.Drivers updated successfully. 注:卸载devcon…