最近用到保存文件的相关东西,主要是封装两个函数,代码如下:可以直接使用using System;using System.Collections.Specialized;using System.IO;using System.Runtime.InteropServices;using System...
分类:
其他好文 时间:
2014-07-12 09:14:40
阅读次数:
163
《Windows Azure Platform 系列文章目录》 对于传统的自建数据中心,从底层的Network,Storage,Servers,Virtualization,中间层的OS,Middleware,Runtime,最上层的Application,Data,都需要企业进行管理。这就好...
分类:
数据库 时间:
2014-07-11 19:10:03
阅读次数:
485
自定义Annotation1.声明一个annotation,类型是@interface//声明注解@Target(ElementType.FIELD)@Retention(RetentionPolicy.RUNTIME)@Documentedpublic @interface ValueBind {...
分类:
编程语言 时间:
2014-07-11 11:27:04
阅读次数:
202
using System;using System.Collections.Generic;using System.Reflection;using System.Runtime.InteropServices;using System.Text;using System.Windows.Form...
分类:
其他好文 时间:
2014-07-09 15:50:56
阅读次数:
199
新建一个继承自TreeView的控件类,代码如下:using System;using System.Windows.Forms;using System.Drawing;using System.Runtime.InteropServices;namespace SenseTreeView{ .....
分类:
Windows程序 时间:
2014-07-09 15:41:52
阅读次数:
5460
usingAutodesk.AutoCAD.Runtime;usingAutodesk.AutoCAD.ApplicationServices;usingAutodesk.AutoCAD.DatabaseServices;usingAutodesk.AutoCAD.Geometry;namespac...
分类:
Web程序 时间:
2014-07-09 15:03:06
阅读次数:
276
主要是想将以前的lisp程序整合到现在的.net菜单中才会这么干的using Autodesk.AutoCAD.Windows;using Autodesk.AutoCAD.Runtime;using System.Windows.Forms;using Autodesk.AutoCAD.Datab...
分类:
Web程序 时间:
2014-07-09 14:51:38
阅读次数:
208
2013:Autodesk.AutoCAD.DatabaseServices.HostApplicationServices.Current.UserRegistryProductRootKey2010:Autodesk.AutoCAD.Runtime.SystemObjects.DynamicLi...
分类:
其他好文 时间:
2014-07-09 14:05:31
阅读次数:
242
1.3 Java语言的环境搭建
?
明确什么是JRE,JDK
?
下载JDK
?
安装JDK
?
配置环境变量
?
验证是否成功
1.3.1 什么是JRE,JDK?
JRE(Java Runtime Environment Java运行环境)
包括Java虚拟机(JVM Java Virtual Machine)和Java程序所需的核心类
库等,如果想要运行一个开发...
分类:
编程语言 时间:
2014-07-09 12:07:39
阅读次数:
220
1 类Runtime每个 Java 应用程序都有一个Runtime类实例,使应用程序能够与其运行的环境相连接。可以通过getRuntime方法获取当前运行时。应用程序不能创建自己的 Runtime 类实例。2火车运煤问题问题来源:http://coolshell.cn/articles/4429.h...
分类:
其他好文 时间:
2014-07-08 22:46:36
阅读次数:
314