#安装1.进入Eclipse, Help->Install New
Software,点击Add按钮:Name: PyDev(随意) Location:
http://pydev.org/updates2.选择PyDev下的PyDev for Eclipse,别的都不要选,否则依赖检查那关过不去。按...
分类:
编程语言 时间:
2014-07-22 23:07:35
阅读次数:
415
操作系统版本:MacOS Mavericks
10.9.2Xcode版本:5.0.1OpenGL版本:4.10GLFW版本:3.0.4一、GLFW编译1、下载并安装cmake(当前最新版本为2.8.12.2)http://www.cmake.org/cmake/resources/software....
分类:
编程语言 时间:
2014-05-01 13:02:37
阅读次数:
1409
维尔福软件公司简介 维尔福软件公司(Valve
Software)是一个位于华盛顿州的专门开发电子游戏的公司。它的第一个产品半条命在1998年11月发布。Valve继续开发了它的后续版本和游戏模式,其中包括半条命2,取得了巨大的成功。Valve公司旗下游戏品牌包括《半条命》、《军团要塞》、《入口》....
分类:
其他好文 时间:
2014-05-01 04:28:43
阅读次数:
348
以安装Beautifulsoup4为例:1.到网站上下载:http://www.crummy.com/software/BeautifulSoup/bs4/download/2.解压文件到C:\Python273.cmd运行C:\Python27\BeautifulSoup>python
setup...
分类:
编程语言 时间:
2014-04-30 23:38:09
阅读次数:
495
Environment Variable :change(import)
/etc/bashrc export JAVA_HOME=/software/jdk1.8.0 export PATH=$JAVA_HOME/bin:$PATH
export CLASSPATH=.:$JAVA_HOME/li...
分类:
其他好文 时间:
2014-04-30 23:18:44
阅读次数:
386
示例代码将在注册表位置:HKEY_CURRENT_USER\Software\ 读写键值
bool LicenseManage::OpenRegKey(HKEY& hRetKey)
{
if (ERROR_SUCCESS == RegOpenKey(HKEY_CURRENT_USER,"Software", &hRetKey))
{
return true;
...
分类:
其他好文 时间:
2014-04-30 22:12:40
阅读次数:
195
软件需求说明,也称软件需求说明书,或者软件需求规格说明,或者软件需求规格说明书, 对应的英文是Software requirements specification,
缩写是SRS。
软件需求说明是软件系统需求的规格化说明,是对将要开发系统的行为的说明。它包括功能性需求,也包括非功能性需求。
传统软件需求说明书章节示例
根据中国大陆GB8567-88 计算机软件产品开发文件编...
分类:
其他好文 时间:
2014-04-29 13:34:21
阅读次数:
348
/*
*
* Copyright (c) 1994
* Hewlett-Packard Company
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
...
分类:
其他好文 时间:
2014-04-29 13:28:21
阅读次数:
398
question:
This Android SDK requires Developer Toolkit version 22.6.2 or above
please update ADT to the latest version
answer:
1.Start Eclipse, then select Help > Install New Software....
2....
分类:
移动开发 时间:
2014-04-29 13:18:20
阅读次数:
454
/*
*
* Copyright (c) 1994
* Hewlett-Packard Company
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
...
分类:
其他好文 时间:
2014-04-29 13:13:21
阅读次数:
309