码迷,mamicode.com
首页 >  
搜索关键字:standard 1.1.x vm    ( 9501个结果
JSON取代XML?--JSON入门指南
JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。 易于人阅读和编写。同时也易于机器解析和生成。 它基于JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 19...
分类:Web程序   时间:2014-06-27 19:23:26    阅读次数:211
iOS 程序图标规范
App icon57*57 (iPhone, =iOS 7.0, standard resolution)120*120 (iPhone, >=iOS 7.0, high resolution)72*72 (iPad, =iOS 7.0, standard resolution)1...
分类:移动开发   时间:2014-06-27 18:36:59    阅读次数:209
What are the differences between shell , console & terminal?
答案1:The shell is a typical Unix program. It reads commands from the standard input and prints something on the standard output. This is simple and goo...
分类:其他好文   时间:2014-06-27 16:12:37    阅读次数:260
Form文件夹开发步骤
1.开发完一个Form,测试OK 1.添加Object Groups 操作如下:在同一窗口打开标准的Form APPSTAND.FMB 和我们自己客制的Form,并且选择APPSTAND.FMB的Object Groups STANDARD_FOLDER然后用鼠标拖动至我们自己的Form的...
分类:其他好文   时间:2014-06-27 15:57:43    阅读次数:269
Java面试试题之插入法排序
import javax.print.attribute.standard.MediaSize.Other;public class Sort { public static void main(String[] args) { int[] arr = new int[] { 9, 8, 7, 5....
分类:编程语言   时间:2014-06-27 14:12:19    阅读次数:197
syslog,rsyslog and syslog-ng
http://en.wikipedia.org/wiki/SyslogSyslogis a standard forcomputer message logging. It permits separation of the software that generates messages from...
分类:其他好文   时间:2014-06-27 13:05:02    阅读次数:457
Eclipse使用jre的原理与配置
近期要配置Eclipse环境,Mark当中的一些方法。下载Eclipse SDK之后我们就要关联JRE,由于Eclipse启动须要JRE。Eclipse启动时寻找JRE的顺序: 1、假设eclipse.ini中配置了-vm參数,那么则使用这个參数指定的JRE; 我们能够通过在eclipse...
分类:系统相关   时间:2014-06-26 18:42:13    阅读次数:291
Adobe 2014 CC update (Windows/Mac OS) 独立升级包下载 Adobe Photoshop CC (Windows 32bit)
http://www.adobe.com/support/downloads/detail.jsp?ftpID=5771NameSizeDateMacintoshAdobe Acrobat 10.1.10 Pro and Standard update - Greek, Arabic, and He...
分类:Windows程序   时间:2014-06-26 17:21:53    阅读次数:596
CentOS下vm虚拟机桥接联网
CentOS下vm虚拟机桥接联网vm虚拟机下的桥接联网相当于虚拟机是一个独立的主机,直接与外网相连,这是比较好的连接方式,这样外网的机子就可以直接访问到虚拟机了。首先虚拟机的联网方式设置为桥接然后如果你是手动分别配IP,那么给你的虚拟机配置一个IP就可以。修改/etc/sysconfig/netwo...
分类:其他好文   时间:2014-06-26 12:36:54    阅读次数:193
Eclipse 快捷方式 指定 固定 workspace
右点击Eclipse快捷键,然后点击属性, 把目标(target)内容修改如下:clipse -data c:\myworkspace -vm c:\ j2sdk1.5\jre\bin\javaw"这里填你Eclipse.exe 程序的目录" -data "这里填你workspace的目录,注意不能有空格目录" -showlocation以后点击快捷就会自动加载你设置的workspace...
分类:系统相关   时间:2014-06-26 06:52:53    阅读次数:313
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!