来源于:https://subversion.apache.org/packages.html#openbsdOpenBSD Project (client and server; svnserve is part of the subversion package, mod_dav_svn is ...
分类:
其他好文 时间:
2016-01-19 12:22:07
阅读次数:
142
注意!这里的Centos版本是7step1 修改/etc/ssh/sshd_configvi/etc/ssh/sshd_config#Port 22 //这行去掉#号Port 20000 //下面添加这一行step2 修改SELinux使用以下命令查看当前SElinux 允许的ssh端口...
分类:
其他好文 时间:
2016-01-19 12:23:00
阅读次数:
131
Problem DescriptionThere is going to be a party to celebrate the 80-th Anniversary of the Ural State University. The University has a hierarchical str...
分类:
其他好文 时间:
2016-01-19 12:21:26
阅读次数:
158
1、4.9.2 引导启动程序 boot.s“...,这个引导扇区程序仅能够加载长度不好过16个扇区的head代码,...”ZC: 一个扇区的大小是多大?搜索得到:1.1、http://zhidao.baidu.com/link?url=7ryDuAfb9plVmgG_ZLn9vrJRLwCOiSx7...
分类:
其他好文 时间:
2016-01-19 12:22:53
阅读次数:
117
import com.alibaba.fastjson.JSONObject;public class JsonTest { public static void main(String[] args) { JSONObject jsonObject = new JSONObject(); js.....
分类:
Web程序 时间:
2016-01-19 12:22:04
阅读次数:
180
1.首先创建一个类目#import "AppDelegate+JPush.h"#import "JPUSHService.h"#import "WJNotifier.h"//依赖文件static NSString *JIGUANG_PUSH_KEY = @"4cdcd543c073753fb8932...
分类:
其他好文 时间:
2016-01-19 12:23:34
阅读次数:
425
Valid AnagramGiven two stringssandt, write a function to determine iftis an anagram ofs.For example,s= "anagram",t= "nagaram", return true.s= "rat",t=...
分类:
其他好文 时间:
2016-01-19 12:22:53
阅读次数:
105
题意:给你一个迷宫,2代表你当前的位置,0代表墙,1代表可走的路,3代表出口,4代表的是炸弹的重置点,一开始炸弹的倒计时设置为6,每走一步时间减少1,倒计时到0的时候走到3或者4都不可以,问走出迷宫的最小步数,没有则输出-1.思路:dfs剪枝,这里的剪枝有点不一样,因为这里可以回溯的走,也就是可以走...
分类:
其他好文 时间:
2016-01-19 12:22:24
阅读次数:
96
原文链接:Dijkstra算法求最短路径(java)任务描述:在一个无向图中,获取起始节点到所有其他节点的最短路径描述Dijkstra(迪杰斯特拉)算法是典型的最短路径路由算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra一般的...
分类:
编程语言 时间:
2016-01-19 12:21:17
阅读次数:
336
httpServletResponse接口的sendRedirect()方法和RequestDispatcher接口的forward()方法都可以利用另外的资源(Servlet、JSP页面或HTLM文件)来为客户端进行服务,但是这两种方法有着本质上的区别。 下面分别给出了sendRedirectt(...
分类:
其他好文 时间:
2016-01-19 12:20:49
阅读次数:
183
http://tools.jb51.net/table/http_content_typeContent-Type,内容类型,一般是指网页中存在的Content-Type,用于定 义网络文件的类型和网页的编码,决定浏览器将以什么形式、什么编码读取这个文件,比如用PHP输出图片文件、JSON数据、XM...
分类:
Web程序 时间:
2016-01-19 12:21:02
阅读次数:
12451
1.环境准备JDK安装解压 tar xf tomcat-xx.tar.gz -C /data/soft cd /data/soft重命名 mv tomcat-xx tomcatTomcat安装解压 tar xf jdk-xxx.tar.gz -C /data/soft cd /data/soft重命...
分类:
其他好文 时间:
2016-01-19 12:20:20
阅读次数:
109
1 同步工作空间 pull 。冲突解决了就add to index 。可以提交2 提交的时候报repository status conflict,需要add to index.
分类:
其他好文 时间:
2016-01-19 12:19:33
阅读次数:
98
由于网上关于Eclipse XSD的中文资料比較少,可是有的时候。我们须要使用Eclipse XSD的API去构造或者改动一个XSD文件。那么当我们创建了org.eclipse.xsd.XSDSchema的对象,并已经在里面加入或者改动很多的元素类型等信息后。我们想知道我们的加入或者改动是否有效。那...
分类:
系统相关 时间:
2016-01-19 12:20:52
阅读次数:
165
This interview question come from a famous communication firm of china. : ) 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 ...
分类:
其他好文 时间:
2016-01-19 12:19:53
阅读次数:
215
/// /// Excel导入导出帮助类 /// 记得引入 NPOI /// 下载地址 http://npoi.codeplex.com/releases/ /// public class ExcelHelper { #region 导出Excel /// /// 导出Excel 注:mod...
分类:
其他好文 时间:
2016-01-19 12:19:55
阅读次数:
168