码迷,mamicode.com
首页 >  
搜索关键字:sccm wsus program    ( 9740个结果
Android NDK
http://my.oschina.net/lifj/blog/177087javah -classpathsrc -d jni com.example.hellojni.MainAcitivity C:\Program Files\Java\jdk1.7.0_21\bin\javah.exe${p...
分类:移动开发   时间:2014-07-22 23:15:36    阅读次数:375
同时使用ADO与Excel类库冲突的问题
客户需要一个Demo程序实现Access数据库表导出到Excel表格,并将表中存储的照片(OLE对象)以其中一个字段(编号)命名存储到本地。程序中引入了ADO操作Access数据库("C:\Program Files\Common Files\System\ado\msado15.dll" no.....
分类:其他好文   时间:2014-07-22 23:08:15    阅读次数:310
Windows JDK环境变量的配置
下载JDK:http://www.oracle.com/technetwork/java/javase/downloads/index.html安装计算机-->属性-->高级系统设置-->高级-->环境变量-->用户变量:新建 JAVA_HOMED:\Program Files\Java\jdk1....
分类:Windows程序   时间:2014-05-01 00:35:42    阅读次数:518
利用wsdl.exe生成webservice代理类
根据提供的wsdl生成webservice代理类1、开始->程序->Visual Studio 2005 命令提示2、输入如下红色标记部分D:/Program Files/Microsoft Visual Studio 8/VC>wsdl /language:c# /n:TestDemo /out:...
分类:Web程序   时间:2014-04-30 02:14:22    阅读次数:780
Dictionary<Key,Value>的用法
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 计算字符{ class Program { ...
分类:其他好文   时间:2014-04-29 20:45:02    阅读次数:446
postgreSQL环境搭建
一、安装操作系统:windows7安装介质:postgresql-9.1.3-1-windows.exe二、psql控制台简单使用1打开psql2根据提示运行help3列出表命令三、安装uuid的扩展postgresql9.1.3默认没有安装uuid相关函数,虽然在目录C:\Program File...
分类:数据库   时间:2014-04-29 13:36:52    阅读次数:946
Java System Properties
未命名java.runtime.name=Java(TM) SE Runtime Environmentsun.boot.library.path=D:\Program Files\Java\jdk1.6.0_31\jre\binjava.vm.version=0.2-b02-internal, 1...
分类:编程语言   时间:2014-04-29 11:26:47    阅读次数:495
libevent学习笔记-使用指导
windows下Code::Blocks建立GNU编译的工程:1、需要添加如下头文件:D:\E\programing\levent-libevent\includeD:\E\programing\levent-libevent\gnu\includeC:\Program Files\Dev-Cpp\...
分类:其他好文   时间:2014-04-29 10:47:47    阅读次数:284
操作符重载
class Program { int count; public Program() { } public Program(int count) { this.count = count; ...
分类:其他好文   时间:2014-04-28 14:49:57    阅读次数:477
C#-ColorDialog,FontDialog-文字格式的设置---ShinePans
文字格式设置: 字体颜色设置: Program.cs: using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace ColorDialog { static class Program {...
分类:其他好文   时间:2014-04-27 20:38:47    阅读次数:576
9740条   上一页 1 ... 972 973 974
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!