码迷,mamicode.com
首页 >  
搜索关键字:program management    ( 12197个结果
Windows 下配置JDK环境变量
1.安装JDK,安装过程中可以自定义安装目录等信息,例如我们选择安装目录为D:\Program Files\Java\jdk1.6.0;2.安装完成后,右击“我的电脑”,点击“属性”; 3.选择“高级”选项卡,点击“环境变量”; 4.在“系统变量”中,设置3项属性,JAVA_HOME,PATH...
分类:Windows程序   时间:2014-06-28 19:35:41    阅读次数:262
wxPython 显示一张图片
#!/usr/bin/env python """Hello, wxPython! program."""import wx class Frame(wx.Frame): """Frame class that displays an image.""" def __init...
分类:编程语言   时间:2014-06-28 18:35:24    阅读次数:829
第1章 简单工厂模式
应用层:using System;using System.Collections.Generic;using System.Text;using OperationLibrary;namespace 计算器控制台{ class Program { static void ...
分类:其他好文   时间:2014-06-28 18:09:24    阅读次数:230
Memcached Java Client with sample program--reference
In my previous post, I listed down most commontelnet commands for memcachedwith sample execution terminal logs. Today I want to discuss about the Memc...
分类:编程语言   时间:2014-06-28 17:26:15    阅读次数:323
配置coffeeScript
1.安装好node.js后在系统环境变量自动会设置好:我安装在D:\Program Files文件夹中也安装好了npm(node packges manager)2.系统会自动配置npm的用户路径但是我们安装的路径是,修改为一下路径3.在你的需要的工作目录中打开git安装coffee包npm ins...
分类:其他好文   时间:2014-06-28 17:05:44    阅读次数:203
visual studio 使用技巧
1怎样给代码添加代码段?解决办法:完全没问题,使用snippet文件能很好的解决这一问题。打开\Program Files\Microsoft Visual Studio 8\VC#\Snippets\2052\Visual C#里面有很多VS自带的snippet文件,你只需要复制一下,然后把它修改...
分类:其他好文   时间:2014-06-28 15:37:47    阅读次数:174
KEIL C 出现ADDRESS SPACE OVERFLOW的解决办法
ERROR L107: ADDRESS SPACE OVERFLOW用KEIL选用small模式编译一个程序时老时出错,信息如下。 *** ERROR L107: ADDRESS SPACE OVERFLOW ... ... Program Size: data=217.6 xdata=0 code...
分类:其他好文   时间:2014-06-28 15:26:20    阅读次数:175
PatentTips - Virtual machine management using processor state information
BACKGROUND OF THE INVENTIONThe invention generally relates to virtual machine management, and more particularly to efficient scheduling of virtual mac...
分类:其他好文   时间:2014-06-28 14:54:06    阅读次数:319
PatentTips - Resource partitioning and direct access utilizing hardware support for virtualization
BACKGROUNDThe present disclosure relates to the resource management of virtual machine(s) using hardware address mapping, and, more specifically, to f...
分类:数据库   时间:2014-06-28 14:31:49    阅读次数:288
Windows中使用MySQL 开始(一)
一、下载: http://dev.mysql.com/downloads/windows/installer/二、安装之后可以使用Workbench进行图形化界面的集成操作,也可以使用命令行操作,下面使用命令行操作。 1、配置环境变量,默认mysql安装在类似这样的目录下:C:\Program .....
分类:数据库   时间:2014-06-20 22:05:56    阅读次数:318
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!