码迷,mamicode.com
首页 >  
搜索关键字:runtime attribute    ( 9881个结果
C# 操作INI文件
最近用到保存文件的相关东西,主要是封装两个函数,代码如下:可以直接使用using System;using System.Collections.Specialized;using System.IO;using System.Runtime.InteropServices;using System...
分类:其他好文   时间:2014-07-12 09:14:40    阅读次数:163
Windows Azure HandBook (2) Azure China提供的服务
《Windows Azure Platform 系列文章目录》 对于传统的自建数据中心,从底层的Network,Storage,Servers,Virtualization,中间层的OS,Middleware,Runtime,最上层的Application,Data,都需要企业进行管理。这就好...
分类:数据库   时间:2014-07-11 19:10:03    阅读次数:485
java annotation 获取属性
自定义Annotation1.声明一个annotation,类型是@interface//声明注解@Target(ElementType.FIELD)@Retention(RetentionPolicy.RUNTIME)@Documentedpublic @interface ValueBind {...
分类:编程语言   时间:2014-07-11 11:27:04    阅读次数:202
Eclipse:Error:could not find java SE Runtime Environment/Error: could not find java.dll
发生这种错误的原因是什么呢,正常情况下都是你的系统中装了两个版本的JDK,比如装了1个1.6版本的JDK,然后再安装1个1.7版本的JDK,这个时候你打开eclipse的时候就会弹出一个对话框,提示:Error:could not find java SE Runtime Environment。 这个时候你也可以在命令行中输入”java -version“,可以看到相关的错误提示: ...
分类:编程语言   时间:2014-07-10 17:40:32    阅读次数:263
WinForm的TreeView实现Win7 Areo效果
新建一个继承自TreeView的控件类,代码如下:using System;using System.Windows.Forms;using System.Drawing;using System.Runtime.InteropServices;namespace SenseTreeView{ .....
分类:Windows程序   时间:2014-07-09 15:41:52    阅读次数:5460
c# 与 Unity3d 中的序列化
圣典中对于Unity3D的序列化介绍很容易和C#的序列化介绍搞混,做个笔记,方便以后查找。很多资料算是拾人牙慧.一、Serializable 序列化Inherits from AttributeThe Serializable attribute lets you embed a class wit...
分类:其他好文   时间:2014-07-09 15:04:32    阅读次数:177
cad.net创建wipeout仅支持2008及以后版本
usingAutodesk.AutoCAD.Runtime;usingAutodesk.AutoCAD.ApplicationServices;usingAutodesk.AutoCAD.DatabaseServices;usingAutodesk.AutoCAD.Geometry;namespac...
分类:Web程序   时间:2014-07-09 15:03:06    阅读次数:276
cad中在c#.net中加载lisp程序的方法
主要是想将以前的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.3Java语言(JDK&JRE)
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!