码迷,mamicode.com
首页 >  
搜索关键字:sccm wsus program    ( 9740个结果
IOS - 真机调试
必须要有一个99美元的账号,然后登陆下面这个网站首先,登录到http://developer.apple.com/devcenter/ios/index.action,如果已经购买了iPhone Develop Program(iDP),登录进去后,页面右上角会看到如下图所示的页面:点击第一项:iO...
分类:移动开发   时间:2014-06-29 00:37:13    阅读次数:304
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
Nios II 系统从EPCS器件中启动的设置过程
先Reset Vector EPCS Exception Vector Ram工程Program memory ,Read-only data memory...均为RAM.Hardware Image选择 EPCS编译.编译:先把POF文件下载到EPCS中.放到最底层后通过FLASH PROGRA...
分类:移动开发   时间:2014-06-21 12:33:42    阅读次数:302
scons
1.建立一个源文件(C, C++, D, Java, Fortran, Yacc, Lex, Qt,SWIG 以及 Tex/Latex)和一个SConstruct文件; Program('myscons, 'helloscons.c')2.编译scons,也可采用scons -Q,-Q参数是减少编译...
分类:其他好文   时间:2014-06-21 08:42:19    阅读次数:177
JMM规范
JMM规范:The rules for happens-before are:Program order rule. Each action in a thread happens-before every action in that thread that comes later in the ...
分类:其他好文   时间:2014-06-21 06:49:15    阅读次数:350
Windows中使用MySQL 开始(一)
一、下载: http://dev.mysql.com/downloads/windows/installer/二、安装之后可以使用Workbench进行图形化界面的集成操作,也可以使用命令行操作,下面使用命令行操作。 1、配置环境变量,默认mysql安装在类似这样的目录下:C:\Program .....
分类:数据库   时间:2014-06-20 22:05:56    阅读次数:318
多态override
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace Sln0405 7 { 8 class Program 9 {1...
分类:其他好文   时间:2014-06-18 08:39:47    阅读次数:159
sublime text 编译时提示[WinError 2] 系统找不到指定的文件。
[WinError 2] 系统找不到指定的文件。 [cmd: ['g++', 'D:\\source-code\\sublime\\test.cpp', '-o', 'D:\\source-code\\sublime/test']] [dir: D:\source-code\sublime] [path: D:\program\basic\python3.4.0;C:\Windows\sys...
分类:Windows程序   时间:2014-06-18 00:56:24    阅读次数:7280
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!