Fatal error: Maximum execution time of 30
seconds exceeded inC:\Program Files\Apache Software
Foundation\Apache2.2\htdocs\code\curl\work\work3.phpon l...
分类:
其他好文 时间:
2014-05-07 16:53:31
阅读次数:
338
突然之间eclipse使用svn更新项目时报错,org.tigris.subversion.javahl.ClientException: RA layer request failed
网上搜的都是说删除C:\Users\Administrator\AppData\Roaming\Subversion\auth下的文件,删除svn登录信息,说是密码改了引起的。
但是试了几次都无效,后来想到不...
分类:
编程语言 时间:
2014-05-07 16:24:42
阅读次数:
357
scp
把本地文件上传到服务器上
scp -P 1234 config/cert/dev/client.pem dev@xx.xxx.xxx:/srv/rorapps/fgcc/config/cert/production
svn VS git
svn
svn checkout server_url
svn status
svn diff **file
svn...
分类:
其他好文 时间:
2014-05-07 15:54:44
阅读次数:
305
SVN :This XML file does not appear to have any
style information associated with it. The document tree is shown
below.地址输入错误。尼玛。。。
分类:
移动开发 时间:
2014-05-07 15:01:54
阅读次数:
1113
设置防火墙开放80端口
-A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT
虽然看不懂是什么,但是这个是用于开放80端口的。
网上的教程实在坑到家了,手动输入老是输入错误,保存起来下次直接用。
apache设置网站
设置监听的端口
Listen 80
Listen 8080
设置VirtualHo...
分类:
系统相关 时间:
2014-05-07 12:35:38
阅读次数:
438
??
iBatis 简介:
iBatis 是apache 的一个开源项目,一个O/R Mapping 解决方案,iBatis 最大的特点就是小巧,上手很快。如果不需要太多复杂的功能,iBatis 是能够满足你的要求又足够灵活的最简单的解决方案,现在的iBatis 已经改名为Mybatis
了。
官网为:http://www.mybatis.org/
搭建iBatis 开发环境...
分类:
其他好文 时间:
2014-05-07 11:31:40
阅读次数:
318
标题:working copy locked提示:your working copy
appears to be locked. run cleanup to amend the
situation.产生这种情况大多是因为上次svn命令执行失败且被锁定了。如果cleanup没有效果的话只好手动删除锁...
分类:
其他好文 时间:
2014-05-07 10:40:33
阅读次数:
378
一、下载
http://sourceforge.net/projects/log4qt/develop二、Log4Qt介绍 Log4Qt 是Apache Log4J
的Qt移植版,所以看Log4J的资料应该是最直接有效的(因为Log4Qt的直接资料太少了)。 Log4Qt主要是用来记录日志(有...
分类:
其他好文 时间:
2014-05-07 00:08:44
阅读次数:
517
转载地址:http://www.blogjava.net/yongbing/archive/2007/03/04/101761.html用 SVN
Importer 实现 CSVNT 到 SVN 的转换 SVN Importer。用了一...
分类:
其他好文 时间:
2014-05-06 23:58:08
阅读次数:
633