- 浏览: 292543 次
- 性别:
- 来自: 北京
-
最新评论
-
di1984HIT:
xiexie~~
WebIM Client简单实现 -
di1984HIT:
x谢谢你啊。
bash下的通配符 Wildcard character -
wjilx2008:
您好,我把demo载下来,配置好openfire和apache ...
WebIM Client简单实现 -
除了你无可取代:
demo 能不能发我一份呢? 谢谢喽
WebIM Client简单实现 -
带个回家:
能不能把这些资料发到我的邮箱啊。 454949196@qq.c ...
炒股必杀
文章列表
出现403 forbidden没有权限错误的时候,需要重新配置 accesspolicy 文件。要点是针对每个repository配置权限。
参看 http://bbs.iusesvn.com/thread-72-1-1.html 这个文章里的详细解析。摘录一段话如下:
引用
To be more specific: the value of the section-names are either of the form [repos-name:path] or the form [path]. If you're using the SVNParentPath directive, th ...
- 2008-01-09 18:36
- 浏览 2903
- 评论(0)
下载最新的2.5.1版的fckeditor和2.3版的java集成包。
参考google "fckeditor java"出来的文章或者:
http://www.168coo.com/168coo_news/1682006html/9251.htm
照着做。
在文件上传的地方,点上传到服务器,没有任何反应。关键在下面这个地方:
FCKConfig.ImageUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + '/upload/simpleuploade ...
- 2008-01-09 18:28
- 浏览 2469
- 评论(0)
1下载pidgin的src
到http://www.pidgin.im/下载最新和src包。
2下载的patch,不然在中无法显示用户名
#bunzip2 pidgin-2.3.1.tar.bz2
#tar xf pidgin-2.3.1.tar
#cd pidgin-2.3.1
应用patch:
#patch -p1 < 1-401.patch
#./configure
#sudo make
#sudo make install
OK。
如果有一些其它错误,参考下面文章,安装一些引用包
http://www.chinaitpower.com/2006Aug/2007-1 ...
- 2007-12-19 17:16
- 浏览 1733
- 评论(0)
原文参考:http://guoyong.org/2006/08/18/251
照这个做还是会有问题,我把整理后的,贴出来:
Ubuntu下直接用apt-get安装的Tora只有PostgreSQL一个provider。我按照 “Rebuilding Tora with Oracle Support“这篇文章的方法给Tora加入了Oracle的支持。大致的步骤如下(有几个地方与文章里不同,包括Tora编译不过去的解决办法):
1. 安装Oracle Instant Client
到oracle官网下载for debian/ubuntu的deb包。oracle-xe-client_10.2 ...
- 2007-12-12 17:48
- 浏览 1596
- 评论(0)
我的双飞燕鼠标的边键在firefox下无法前进后退,很不方便。查一下xorg.conf multibuttons 大概步骤如下:
1. sudo apt-get install imwheel
2. 修改一下xorg.conf的配置。sudo gedit /etc/X11/xorg.conf
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Op ...
- 2007-12-10 09:47
- 浏览 1687
- 评论(0)
1 A session bean or a message-driven bean can be designed with bean-managed transaction demarcation
or with container-managed transaction demarcation. (But it cannot be both at the same time.)
2 Enterprise JavaBeans defines the following values for the TransactionAttribute metadata annotation:
• ...
- 2007-11-04 10:16
- 浏览 1229
- 评论(0)
环境:Debian Linux (sarge)openSSH步骤:1.安装好ssh#apt-get install ssh2.配置openSSH为允许PubkeyAuthentication认证编辑sshd_config配置文件#vim /etc/ssh/sshd_config找到#PubkeyAuthentication yes并把注释去掉找到#AuthorizedKeysFile ~/.ssh/authorized_keys,去掉注释
#找到useDNS yes
改为useDNS no
不改的话ssh客户端连接的时候会很慢。
这两行的意思是打开Pubkey认证方式,把p ...
练习iptables的使用,实现linux下的双网卡共享上网。
环境:
windows xp 作为局域网客户机
redhat linux 作为网关
步骤:
因为我只有一台电脑,又要模拟两块网卡,所以我在xp装了一个virtualPC,装的是linux系统。又到网上找了一个Linux单网卡双IP的的配置。照着做:
#cd /etc/sysconfig/network-scripts
#cp ifcfg-eth0 ifcfg-eth0:1
并把内容改一下:
DEVICE=”eth0:1″
IPADDR=”192.168.0.1″
BROADCAST=”192.168.0.25 ...
- 2007-10-18 11:13
- 浏览 6187
- 评论(0)