- 浏览: 58138 次
- 性别:
- 来自: 南京
最新评论
-
k0521klb:
楼主啊,怎么连接起来,看不到其他的节点,而且导出不了文件。
工具分享:LDAP Browser/Editor v2.8.2 -
zl584521:
谢谢了,好东西
工具分享:LDAP Browser/Editor v2.8.2 -
a_nuo:
这个东西很有用,感谢楼主!
工具分享:LDAP Browser/Editor v2.8.2 -
snowolf:
好东西!!!
工具分享:LDAP Browser/Editor v2.8.2
文章列表
Windows安装PHP CodeSniffer
1. 下载PHP_CodeSniffer 1.3.6:http://download.pear.php.net/package/PHP_CodeSniffer-1.3.6.tgz
2. 解压缩到目录:d:\dev\tools\PHP_CodeSniffer-1.3.6
3. 修改script/phpcs.bat文件
1) @php_bin@ 替换为本地PHP执行文件路径:D:\xampp\php\php.exe
2) @php_dir@ 替换为PHP CodeSniffer目录:d:\dev\tools\PHP_ ...
1. 从github下载yii-debug-toolbar源码:https://github.com/malyshev/yii-debug-toolbar/downloads2. 假设yii的项目创建在了/export/dev/yii-demo
将下载的文件解压缩到/export/dev/yii-demo/protected/extensions
3. 编辑配置文件 protected/config/main.php
'log'=>array(
'class'=>'CLogRouter',
'routes'=>a ...
1. $ sudo apt-get install fcitx
2. Menu -> 系统工具 -> 系统设置
3. 打开“语言支持”
4. 在“语言”标签页,“键盘输入系统方式”,选择fcitx
6. 关闭
7. 注销重新登录
转自: Windows 7下硬盘安装Ubuntu/Mint
Mint是基于Ubuntu开发的,所以在硬盘上直接安装Mint和Ubuntu的步骤基本上是一致的,本文以Ubuntu 11.04和Mint 11为例(不是用wubi的形式进行安装)。
1、在Windows7中下载并安装EasyBCD;
2、将Ubuntu或 ...
$sudo vim /etc/NetworkManager/NetworkManager.conf
将
managed=false
改成
managed=true
重启,OK。
添加一个.desktop文件放到目录~/.config/autostart/下即可。
下面是以dropbox.desktop文件的内容作为一个例子:
[Desktop Entry]
Name=Dropbox
GenericName=File Synchronizer
Comment=Sync your files across computers and to the web
Exec=dropbox start -i
Terminal=false
Type=Application
Icon=dropbox
Categories=Network;FileTransfer ...
安装Cygwin
下载 setup.exe
打开setup.exe, 选择Install from Internet
选择安装Cygwin到C:\cygwin
选择存储下载文件的目录为C:\
选择下载站点的镜像
选择安装以下软件包:
Net | openssh (不要选成openssl)
Devel | git
Devel | git-completion
Devel | git-gui
Devel | git-svn (如果需要同时提交到svn)
Devel | gitk
Editors | vim
集成Cygwin和Windows Secu ...
alec@PC:~$ rm ~/.local/share/zeitgeist/activity.sqlite
alec@PC:~$ zeitgeist-daemon --replace
alec@PC$ git config --global color.status auto
alec@PC$ git config --global color.diff auto
alec@PC$ git config --global color.branch auto
alec@PC$ git config --global color.interactive auto
一个很方便的查看/管理LDAP的工具。
这里假设Oracle817的安装文件被拷贝到了目录%ORACLE_INSTALL%
当直接双击目录下的setup.exe,发现无法启动安装程序。以下是解决方法:
修改以下2个symcjit.dll文件,将其文件名改为symcjit.dll.old:
%ORACLE_INSTALL%\stage\Components\oracle.omb.jdk\1.1.8\1\DataFiles\Expanded\jdk118_nt\bin\symcjit.dll
%ORACLE_INSTALL%\stage\Components\oracle.swd.jre\1.1.7.30\1\DataFiles\Exp ...
Use this command: sc delete <Service name>
Note:
1) It's Service name, not Display name.
2) Use double quote, if there is blank space in Service name.
Following is the URL about detail information to delete windows service:
http://www.howtogeek.com/howto/windows-vista/how-to-delete-a-windows-s ...
- 2009-06-08 14:27
- 浏览 1170
- 评论(0)
就我碰到的,中文问题主要是2个:
1) 传出的字符乱码
2) 出现如下异常:
引用org.apache.ws.security.WSSecurityException: The signature or decryption was invalid; nested exception is:
org.apache.xml.security.encryption.XMLEncryptionException: An invalid XML character (Unicode: 0x10) was found in the element content of the document.
Or ...
- 2009-05-18 17:02
- 浏览 2994
- 评论(0)
关于如何安装Stardict,可以在Ubuntu的Wiki
上找到些详细的步骤。
我选择的是从Wiki提供的ftp站点下载安装WyabdcRealPeopleTTS,安装步骤如下:
下载WyabdcRealPeopleTTS.tar.bz2
解压缩文件: $ sudo tar jxvf WyabdcRealPeopleTTS.tar.bz2 -C /user/share
按Wiki描述,完成以上2步,打开Stardict,应该就可以支持真人发音。如果还无法发音,打开首选项,查看音效的配置:
确认播放Wav文件命令存在于$PATH中。(默认是play,我的Ubuntu上没有,使用/u ...
- 2009-04-07 20:53
- 浏览 3534
- 评论(0)
Ubuntu8.10下,在打开“Vim用户手册中文版72.pdf”时,中文都没法显示,解决办法:
$ sudo apt-get install poppler-data
- 2009-04-01 22:44
- 浏览 1308
- 评论(0)