码迷,mamicode.com
首页 >  
搜索关键字:program management    ( 12197个结果
psql的一些操作命令学习
D:\Program Files\PostgreSQL\9.3\scripts 这个是psql的默认的缓冲区位置;psql的命令:D:\Program Files\PostgreSQL\9.3\scripts\runpsql.bat--查询缓存区 \e [FILE] [LINE] 使用外部编辑器编辑...
分类:数据库   时间:2014-05-19 11:23:35    阅读次数:907
c#学习5,静态字段,静态函数,静态类
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 静态成员{ class Program { static void Main(string...
分类:其他好文   时间:2014-05-19 10:38:16    阅读次数:263
Windbg CLR基础小测 《第六篇》
首先写一段代码如下:namespace ConsoleApplication3{ class Program { static void Main(string[] args) { Console.WriteLine("Hello, ...
分类:数据库   时间:2014-05-18 20:17:54    阅读次数:468
MySQL命令行导出数据库
MySQL命令行导出数据库:1,进入MySQL目录下的bin文件夹:cd MySQL中到bin文件夹的目录如我输入的命令行:cd C:\Program Files\MySQL\MySQL Server 4.1\bin(或者直接将windows的环境变量path中添加该目录)2,导出数据库:mysql...
分类:数据库   时间:2014-05-18 20:07:37    阅读次数:422
如何通过Azure Service Management REST API管理Azure服务
通过本文你将了解:什么是AzureService Management REST API如何获取微软Azure 订阅号如何获取Azure管理证书如何调用Azure Service ManagementREST API什么是AzureService Management REST APIAzure S...
分类:Windows程序   时间:2014-05-18 18:59:05    阅读次数:657
CORBA的简单介绍及HelloWorld
CORBA概述 CORBA(Common Object Request Broker Architecture,公共对象请求代理体系结构)是由OMG组织制订的一种标准的面向对象应用程 序体系规范。或者说 CORBA体系结构是OMG为解决分布式处理环境(DCE)中,硬件和软件系统的互连而提出的一种解决方案。 OMG:Object Management Group,对象管理组织。是一个国际化的、开...
分类:其他好文   时间:2014-05-18 07:07:38    阅读次数:383
linux内核-红黑树
//rbtree.h /* Red Black Trees (C) 1999 Andrea Arcangeli This program is free software; you can redistribute it and/or modify it under the terms of the...
分类:系统相关   时间:2014-05-18 01:05:37    阅读次数:489
c#学习7.索引
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 索引{ class Program { static void Main(string[]...
分类:其他好文   时间:2014-05-17 20:10:36    阅读次数:254
JAVA坏境变量中的JAVA_HOME path classpath 的设置与作用。
以下为置JAVA_HOME,CLASSPATH,PATH的目的: 1,设置JAVA_HOME: 一、为了方便引用,比如,你JDK安装在C:\Program Files\Java\jdk1.6.0目录里,则设置JAVA_HOME为该目录路径, 那么以后你要使用这个路径的时候, 只需输入%JAVA_HO...
分类:编程语言   时间:2014-05-17 19:20:06    阅读次数:306
扩展方法
1 namespace ExtensionMethod 2 { 3 class Program 4 { 5 static void Main(string[] args) 6 { 7 //要求很简单,判断字符串是否长度大于三并...
分类:其他好文   时间:2014-05-17 18:25:24    阅读次数:227
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!