-
2011-03-09
Mantisbt & Subversion Integration
Mantisbt version 1.2.3, subversion
1. add user in mantisbt with normal developer right, for example svnq
2. add checkinurl.php in /mantisbt/scripts/
3. add hook post-commit.cmd under subversion repository hooks dir
4. download curl.exe from .... -
2011-03-09
Mantisbt Windows AD Authentication
Mantisbt version 1.2.3
add user "yourldapuser" in AD, just normal user right
modify config_inc.php
$g_login_method=LDAP; //设置认证方法为LDAP
$g_ldap_server='ldap://xxx.com'; //LDAP的访问路径
$g_ldap_port = 389; //端口,微软的AD是389
$g_ldap_or... -
2011-01-27
Send email from php
Today, I test the mantisbt's email notification system, found it does not work.
refer to the advice: http://www.mantisbt.org/forums/viewtopic.php?f=3&t=15398&p=38882
run the testmail.php
code:require_once "Mail.php";
$from =... -
2010-12-29
jQuery modal dialog memory leak issue
I spent two day on this issue, but, unfortunately, the answer is: you must never use modal dialog, it leak a lot!
Status:
jQuery 1.4.4 (http://code.jquery.com/jquery-1.4.4.js)
jquery-ui 1.8.7 (http://jqueryui.com/download)
IE6
code:
I'm in a... -
2010-11-29
install memcache on xampp
1. download xampp-linux-1.7.3a.tar.gz from www.apachefriends.org
2. download xampp-linux-devel-1.7.3a.tar.gz from www.apachefriends.org
3. cd /opt
4. tar zxvf xampp-linux-1.7.3a.tar.gz
5. tar zxvf xampp-linux-devel-1.7.3a.tar.gz
6. remove all... -
Original: http://www.openismus.com/documents/linux/using_libraries/using_libraries
Contents
Introduction
CFLAGS and LIBS
configure.ac
Makefile.am
Example Files
Recommended Reading
Introduction
If you have read Using Automake and
Autoconf ... -
Original: http://www.openismus.com/documents/linux/building_libraries/building_libraries
Contents
Introduction
libtool
Directory structure
Installing headers
Version numbers
Making your library easy to use
C++ namespaces
Example Files
Re... -
2010-11-27
Using Automake and Autoconf with C++(RT)
Original:
http://www.openismus.com/documents/linux/automake/automake.shtml
Using Automake and Autoconf with C++
Contents
Introduction
make and configure
automake and autoconf
Subdirectories
Example Files
Recommended Reading
Introduction
... -
2010-11-25
Erlang---interesting
home:
http://www.erlang.org/
doc:
http://www.erlang.org/doc/
函数式编程另类指南:
http://erlang-china.org/study/yet-another-pf-guide.html
轻松实现可伸缩性,容错性,和负载平衡的大规模多人在线系统:
http://erlang-china.org/study/erlang-mmorpg.h... -
2010-11-07
about MemCached
Wiki:
http://en.wikipedia.org/wiki/Memcached
Server:
http://memcached.org/
Client Lib:
http://libmemcached.org/libMemcached.html
PHP Client:
http://pecl.php.net/package/memcached







