1、启动Eclipse,打开window>References>server>Runtime server.2、点击“add”按钮,添加新的web服务器。注:上图Oracle是WebLogic的文件夹根目录,因为我已经安装过Eclipse的WebLogic的插件了。点击“Download addit...
分类:
Web程序 时间:
2014-07-09 22:58:28
阅读次数:
400
usingAutodesk.AutoCAD.ApplicationServices;usingAutodesk.AutoCAD.DatabaseServices;usingAutodesk.AutoCAD.EditorInput;usingAutodesk.AutoCAD.Runtime;using...
分类:
Web程序 时间:
2014-07-09 20:29:49
阅读次数:
327
1、构建Nutch
tar -zxvf apache-nutch-2.2.1-src.tar.gz
cd apache-nutch-2.2.1
ant runtime
2、 ant构建之后,生成runtime文件夹,该文件夹下面有deploy和local文件夹,分别代表了nutch的两种运行方式:
Deploy:的数据必须运行在Hadoop的HDFS中
loca...
分类:
其他好文 时间:
2014-07-08 18:20:36
阅读次数:
268
此文未完善。是否可以使用nutch逐步下载,未知。
1、基本操作,构建环境
(1)下载软件安装包,并解压至/usr/search/apache-nutch-2.2.1/
(2)构建runtime
cd /usr/search/apache-nutch-2.2.1/
ant runtime
(3)验证Nutch安装完成
[root@jediael44 apache-nutch...
分类:
Web程序 时间:
2014-07-08 18:06:35
阅读次数:
270
在原来的WinForm里,我们只要在窗体类的头部添加属性[System.Runtime.InteropServices.ComVisibleAttribute(true)],然后 webBrowser1.ObjectForScripting = this;这样设置完后,页面上的JS就能访问窗体类的方...
分类:
Web程序 时间:
2014-07-07 00:42:04
阅读次数:
447
1、The superclass “javax.servlet.http.httpservlet” is not found in the build path 原因:未添加server library 解决:在工程的build path-》library中添加server runtime li.....
分类:
系统相关 时间:
2014-07-06 17:51:02
阅读次数:
208
Given an array of integers, every element appearstwiceexcept for one. Find that single one.Note:Your algorithm should have a linear runtime complexity...
分类:
其他好文 时间:
2014-07-06 13:17:57
阅读次数:
199
jdk和jre是什么?都有什么用?(转帖)文章分类:Java编程 大家肯定在安装JDK的时候会有选择是否安装单独的jre,一般都会一起安装,我也建议大家这样做。由于这样更能帮助大家弄清楚它们的差别: Jre 是java runtime environment, 是java程序的执行环境。既然是执行,...
分类:
其他好文 时间:
2014-07-05 21:28:45
阅读次数:
176
Given a sorted array of integers, find the starting and ending position of a given target value.Your algorithm's runtime complexity must be in the ord...
分类:
其他好文 时间:
2014-07-05 19:10:48
阅读次数:
219
本文对搭建ArcGIS Runtime for Android 10.2.3开发环境过程中遇到的问题进行简单整理和详细解释,希望对基于arcgis-android-sdk-v10.2.3进行移动端GIS系统开发的人员有所帮助!...
分类:
移动开发 时间:
2014-07-03 16:35:57
阅读次数:
256