2017
01-04
01-04
discuz用户数据转换到Carbon Forum
转换用户数据,语法正确,但转换后密码不对了。
insert into `carbon_users`(`ID`,`UserName`,`Salt`,`Password`,`UserMail`,`UserRegTime`,`LastLoginTime`)
select `uid`,`usernam.... Read More >
一梦风神
转换用户数据,语法正确,但转换后密码不对了。
insert into `carbon_users`(`ID`,`UserName`,`Salt`,`Password`,`UserMail`,`UserRegTime`,`LastLoginTime`)
select `uid`,`usernam.... Read More >
在复杂的网络环境中,浏览器是百花齐放,各式各样。目前还有微信和QQ等内嵌浏览器,使用中我们的webserver会遇到不同的问题,今天就遇到了一个微信浏览器访问站点导致网站变慢以至apache挂起的情况,试验中我们也发现IE10浏览器也经常会导致同样的问题。
下面提供一个解决方法:
1、打.... Read More >
dismount-ifMounted
battle-ifNotInCombat-ifPlayer15%hp-ifNotTargetImmune
heroicStrike-ifStance=battle
berserk-ifInCombat-ifPlayer.... Read More >
http://bdbea3.duapp.com/baidu_pcs/index.php
http://free.pcs.huangguofeng.com/
http://so.ygyhg.com/jiexi
http://pan.plyz.net/index.asp
http://wp.cc.... Read More >
允许远程访问Web界面:
修改 XX-Net/data/launcher/config.yaml
modules:{
launcher:{ allow_remote_connect:1 }
允许GAE_proxy提供远程代理服务:
修改 XX-Net/data/gae_proxy/co.... Read More >
GoAgent配置说明:
一般用户使用WebUI配置即可,不必修改配置文件
WebUI的配置,保存到 data/gae_proxy/config.ini
gae_proxy/local/proxy.ini 会在升级时被覆盖,请不用修改
高级用户想修改某个参数,可以生成 data/gae_.... Read More >
手动设置GoAgent配置文件
配置文件的详细说明: https://github.com/XX-net/XX-Net/wiki/GoAgent-Config-file
目前GoAgent配置文件有:
默认配置文件 /code/default/gae_proxy/local/pro.... Read More >