1、Eclipse中,工程属性的Java Build Path的Library标签页下,有如下几个按钮:Add Jars...添加JAR包,是指本Eclipse当前包含的工程中的,在工程列表下选取即可Add External Jars...添加外部的JAR,是指外部的,需要用文件管理器,在电脑硬盘上 ...
分类:
编程语言 时间:
2017-07-04 12:18:29
阅读次数:
300
String folder = "/nasapp/datamerger/xmls/ " ; File file = new File(folder); if(!file.exists()){ file.mkdir(); } File[] files = file.listFiles(); for(F... ...
分类:
其他好文 时间:
2017-07-03 18:07:15
阅读次数:
119
1 Principles of Network Applications 1.1 Application Architectures Client-Server Peer-to-Peer Hybird of C/S and P2P --Skype client-server: find the ad ...
分类:
移动开发 时间:
2017-06-30 15:27:42
阅读次数:
278
1.页面 <div class="folder-box" [hidden]="isHidden" *ngIf="isAuthenticated()" id="mainfolder"> <!--如果不需要折叠菜单 直接给该处添加[hidden]="true"--> <div class="folder ...
分类:
其他好文 时间:
2017-06-29 19:15:17
阅读次数:
242
1 准备以下压缩包1.JDK1.7文件:jdk1.7.rar2. eclipse-jee-mars-2文件:32位系统准备eclipse-jee-mars-2-win32.zip,64位系统准备eclipse-jee-mars-2-win32-x86_64.zip3.maven文件:maven-3. ...
分类:
系统相关 时间:
2017-06-29 12:46:51
阅读次数:
201
一、准备以下压缩包 1.JDK1.7 文件:jdk1.7.rar 2. eclipse-jee-mars-2 文件:32位系统准备eclipse-jee-mars-2-win32.zip,64位系统准备eclipse-jee-mars-2-win32-x86_64.zip 3.maven 文件:ma ...
分类:
编程语言 时间:
2017-06-29 01:09:31
阅读次数:
252
First, navigate to your "C:\Program Files\Bochs-2.6.2\dlxlinux\" folder, then make a copy of the run.bat file and rename it debug.bat. Edit the file i ...
分类:
其他好文 时间:
2017-06-27 19:57:10
阅读次数:
313
可进行FTP的上传,下载等其他功能,支持断点续传: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; usi ...
1:依赖 compile 'commons-io:commons-io:2.5' 可使用FileUtils里的各种文件处理方法 2:文件处理类DirTraversal ...
分类:
其他好文 时间:
2017-06-26 11:36:24
阅读次数:
185
刚安装完drupal之后,通过drupalxray 看到其它drupal网站安装的一些模块,下载好模块并安装时,提示需要输入Ftp信息。 但是本地开发不输入Ftp信息的(也不清楚自己的系统是否开启Ftp功能,再折腾ftp会多花时间)。 找到资料说是: make sure the folder /si ...
分类:
Web程序 时间:
2017-06-24 22:54:47
阅读次数:
236