码迷,mamicode.com
首页 >  
搜索关键字:development    ( 3014个结果
Java RunTime Environment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. ......
mkdir jre cd jreln -s 你的JDK目录/bin bin例如:ln -s /usr/lib/jvm/jdk1.8.0_25/bin bin原文地址:http://www.cnblogs.com/jerome-rong/archive/2013/02/19/2916608.html
分类:编程语言   时间:2014-11-07 18:44:39    阅读次数:211
真正的Java学习从入门到精通
http://www.it.com.cn/f/edu/059/6/169189.htm一、 工具篇JDK (Java Development Kit) JDK是整个Java的核心,包括了Java运行环境(Java Runtime Envirnment),一堆Java工具和Java基础的类库(rt.....
分类:编程语言   时间:2014-11-07 13:02:17    阅读次数:218
Java开源建站工具
http://www.ruanyifeng.com/blog/2011/08/opensource_java_web_development_tools.html美国程序员Jon Scott Stevens,公布了他的创业公司所使用的开发工具清单。他的语言平台是Java,开发项目是一个网站(还未上线...
分类:编程语言   时间:2014-11-07 13:00:28    阅读次数:157
Java学习从入门到精通(1) [转载]
Java Learning Path (一)、工具篇一、 JDK (Java Development Kit) JDK是整个Java的核心,包括了Java运行环境(Java Runtime Envirnment),一堆Java工具和Java基础的类库(rt.jar)。不论什么Java应用服务器...
分类:编程语言   时间:2014-11-07 12:49:04    阅读次数:236
ios私有API各种坑
发现我一直在踩坑,可能像我这么小白的人太少了。估计是因为一般人不会犯这种低级错误,嘤嘤嘤。。。1.class-dump这个坑还没有完全摸索出来,总之可以看看以下这个链接:http://www.yifeiyang.net/iphone-development-techniques-of-environ...
分类:移动开发   时间:2014-11-06 16:41:52    阅读次数:154
unity在android真机上的调试
做unity一段时间了,一直耳闻unity可以在android上真机调试,挂念了好久,总算成功调试了。网上相关资料感觉很少,特此记录分享。过程如下:1.打android版本包,需要注意的是要勾选debug的那三个选项勾,分别是development build, antoconnect profil...
分类:移动开发   时间:2014-11-06 00:45:06    阅读次数:150
Python程序员的10个常见错误
关于PythonPython是一门解释性的,面向对象的,并具有动态语义的高级编程语言。它高级的内置数据结构,结合其动态类型和动态绑定的特性,使得它在快速应用程序开发(Rapid Application Development)中颇为受欢迎,同时Python还能作为脚本语言或者胶水语言讲现成的组件或者...
分类:编程语言   时间:2014-11-04 10:46:58    阅读次数:387
读懂sql_trace
TKPROF: Release 11.2.0.1.0 - Development on 星期一 11月 3 21:39:41 2014Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.Trace ....
分类:数据库   时间:2014-11-03 22:29:57    阅读次数:357
about hadoop-eclipse-plugin used by IDE
Apache Hadoop Development Tools (HDT) is still in development phase. So, no official distribution of Hadoop 2.2.0 Eclipse Plugin is available now. But...
分类:系统相关   时间:2014-11-03 15:58:15    阅读次数:294
Linux Interactive Exploit Development with GDB and PEDA
Exploit Development Process● Occupy EIP● Find the offset(s)● Determine the attack vector● Build the exploit● Test/debug the exploitpeda 是一款由python寫的ex...
分类:数据库   时间:2014-11-03 10:08:27    阅读次数:825
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!