<html>
<head>
<title>${project.name}</title>
</head>
<body>
<div style="max-width: 900px;">
<hr />
<img src="http://download.eclipse.org/eclipse.org-common/themes/Nova/images/eclipse.png" style="float: right;"/>
<h1>Welcome!</h1>
This is an <b>Eclipse Update Site</b>. To install the software hosted on this site, please use the Eclipse Update Manager.<br/>
To learn how to install software from an update site, please carefully read <a href="http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-127.htm">Adding a new software site</a> from Eclipse Online-Help and follow the instructions there.
<br style="clear: both;" />
<hr />
</div>
#[[
<?php
$pathElements = array_key_exists('dir', $_GET) ? preg_split("/\//", $_GET['dir']) : array();
printDir($pathElements, 0);
function printDir($pathElements, $pathDepth) {
$rootdir = getDirectory($pathElements, $pathDepth);
$files = readFiles("./".$rootdir);
$dirs = readDirectories("./".$rootdir);
sort($files);
sort($dirs);
echo "<ul>";
foreach($dirs as $dir) {
echo '<li><a href="?dir='.$rootdir.$dir.'">'.$dir.'/</a></li>';
if(count($pathElements) > $pathDepth && $dir == $pathElements[$pathDepth]) {
printDir($pathElements, $pathDepth+1);
}
}
foreach($files as $file) {
echo '<li>'.$file.'</li>';
}
echo "</ul>";
}
function printIndent($depth) {
for($i=0; $i<$depth; $i++)
echo " ";
}
function getDirectory($pathElements, $pathDepth) {
$dir = "";
for($i=0; $i<$pathDepth; $i++) {
$dir .= $pathElements[$i]."/";
}
return $dir;
}
function readDirectories($dir) {
$dirs = array();
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($handle))) {
if($file == "." || $file=="..")
continue;
if(is_dir($dir.$file))
$dirs[] = $file;
}
}
return $dirs;
}
function readFiles($dir) {
$files = array();
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($handle))) {
if($file == "." || $file=="..")
continue;
if(is_file($dir.$file) && !preg_match("/.*\.php/", $file))
$files[] = $file;
}
}
return $files;
}
?>
]]#
</body>
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
经历过4天的辛苦奋战,终于总结出了STS安装SVN遇到的问题,之前用的my eclipse2014,用的第三方工具包,没出现什么问题,现在STS安装出现了问题。经过多次试验,还是SVN插件安措,不是系统的问题,STS安装的自带的svn插件后,必须还要在添加一个这个包,不然不能用,http://community.polarion.com/projects/subversive/download/eclipse/4.0/builds/Subversive-connectors-4.1.3.I20150214-1700.zip 这个是原文下载地址,可能是家里网不好,下载了3个小时,放在这里当备用
资源推荐
资源详情
资源评论













格式:txt 资源大小:168.0B 页数:1



格式:doc 资源大小:2.2MB 页数:22












格式:sql 资源大小:709.1KB

收起资源包目录








































共 36 条
- 1
资源评论

- 马克love2023-07-25这个文件的连接器功能非常可靠,让我不再担心数据传输中出现的问题,非常赞。
- zh2223332023-07-25通过这个文件,我可以轻松地连接不同的设备进行数据传输,真的省了我很多时间和精力。
- 柏傅美2023-07-25使用这个文件后,我发现我的工作效率提高了许多,非常感谢这个文件带给我的便利。
- XiZi2023-07-25这个文件的连接器设计非常简洁实用,用起来毫不费力,真的很不错。
- 优游的鱼2023-07-25这个文件的连接器功能非常稳定,可以帮助我高效地连接各种设备,真的很实用。

没有规矩不成方圆
- 粉丝: 2
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


最新资源
- PHP音乐交流论坛的设计与实现毕业设计-(含源程序).doc
- 基于 Java 开发的数据采集管理系统 采用 Java 技术实现的数据采集系统 运用 Java 语言开发的数据采集系统 基于 Java 平台构建的数据采集系统 使用 Java 技术构建的数据采集系统
- 信息化建设实施实施方案.doc
- 机械制造附其自动化专业毕业设计.doc
- 运用网络技术改革物理教学模式.docx
- 探索C++20:从入门到精通
- Author-Paper-Citation数据集
- 作者 - 论文 - 引文关联关系数据集
- 作者 - 论文 - 引文关联数据集信息汇总
- SpringBoot2.X整合redis连接lettuce增强版本,支持多数据库切换,主从集群,哨兵
- 基于多算法与多数据集的中文自然语言处理情感分析
- 爱回收平台数据采集项目
- 创建美丽的Java富客户端应用程序
- 网络公开可用数据集资源索引汇总目录
- 爱回收平台相关数据采集工作项目
- 定时系统的正式建模与分析:FORMATS 2018会议精选
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



安全验证
文档复制为VIP权益,开通VIP直接复制
