码迷,mamicode.com
首页 >  
搜索关键字:runtime    ( 5883个结果
AutoCAD中获取鼠标右键点击事件(根据明经论坛ahlzl文章改写)
using Autodesk.AutoCAD.ApplicationServices;using Autodesk.AutoCAD.Runtime;[assembly:CommandClass(typeof(TestRunCommand.Class1))]namespace TestRunComma...
分类:其他好文   时间:2014-07-27 22:02:39    阅读次数:192
Render Texture
【Render Texture】 Render Texturesare special types ofTexturesthat are created and updated at runtime. To use them, you first create a new Render Textu....
分类:其他好文   时间:2014-07-27 21:54:49    阅读次数:227
C#后台程序与HTML页面中JS方法互调
此方法适用于 C#中嵌入WebBrowser(浏览器) 通过浏览器中加载的页面与C#的后台代码进行交互。 一、C#程序 1、在C#窗体中添加WebBrowser(浏览器),将页面的URL添加到浏览器中。 2、窗体代码添加 using System.Runtime.InteropService...
分类:Web程序   时间:2014-07-27 21:28:55    阅读次数:213
Single Number leetcode java
题目:Given an array of integers, every element appears twice except for one. Find that single one.Note:Your algorithm should have a linear runtime comp....
分类:编程语言   时间:2014-07-27 10:43:42    阅读次数:239
[Android] [Java] 分享 Process 执行命令行封装类
在上一篇文章中提到,利用Java创建进程执行命令行语句创建过多后会出现无法创建进程的问题。 [Android] ProcessBuilder与Runtime.getRuntime().exec分别创建进程的区别 进行多次测试后发现是因为没有正常退出进程,以及完全读取掉流数据,和关闭流导致的问题。 在多次优化后,建立如下封装类: ProcessModel.java import j...
分类:移动开发   时间:2014-07-26 15:13:30    阅读次数:394
Asp.net操作Excel
using System; using System.IO; using System.Web; using System.Text; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Runtime.InteropServices; using...
分类:Web程序   时间:2014-07-26 02:57:16    阅读次数:217
Objective-C objc_class 介绍
Objective-C objc_class 介绍 NSObject Objective-C 中 NSObject是大多数类的根类。...
分类:其他好文   时间:2014-07-26 02:53:36    阅读次数:226
NSObject 类分析(未完成)
iOS 的 NSObject 类没有开源, 但是呢 runtime开源了,里面有个类 Object 看接口和NSObject差不多,下面我就对着 Object 的代码来分析下 NSObject...
分类:其他好文   时间:2014-07-26 02:32:47    阅读次数:161
Ubuntu64位下使用eclipse闪退的解决
打开eclipse将鼠标放在代码上等待代码提示的时候,直接闪退 错误如下: # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f25d0b922a1, pid=3459, tid=139...
分类:系统相关   时间:2014-07-25 11:41:41    阅读次数:966
java对象占用内存大小计算方式
案例一: User public class User { } UserSizeTest public class UserSizeTest { static final Runtime runTime=Runtime.getRuntime(); public static void main(String[] args) { final int count...
分类:编程语言   时间:2014-07-25 11:26:41    阅读次数:261
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!