安卓手机装了PPSSPP,玩儿最终幻想4(FINAL FANTASY IV),玩儿到后期实在懒得打怪升级了,就找金手指用,经过查找测试,筛选有效金手指编辑好ini文件给需要的人使用:
下载文件放到PSP/CHEATS目录后重启PPSSPP,进入游戏后在游戏设置-系统[……]
Monthly Archives: March 2015
Compare It!针对64位系统右键菜单支持办法
网上流传的默认都是注册到32位系统的右键菜单,实际上人家早准备好了64的dll文件,只不过给对应的bat脚本而已,将如下代码建立为bat或者cmd后缀的文件,放到Compare It!安装目录,双击后刷新即可在64位系统的右键添加Compare It:
regsvr3[......]
Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in PHP.ini解决办法
修改下php.ini中的设置:max_input_vars,默认这个不启用,去掉前面的分好,将数字改的稍微大点后,重启Apache即可[……]
jQuery-DataTables 插件-禁止第一列排序
$('.dataTables-example').dataTable({
responsive: true,
"dom": 'T<[......]
jQuery-DataTables 插件-初始化中文
$('.dataTables-example').dataTable({
responsive: true,
"dom": 'T<"clear[......]
jQuery-DataTables-隐藏搜索|隐藏records per page|禁用排序|隐藏Show X Entries
下面的初始化代码按顺序实现了隐藏搜索|隐藏records per page|禁用排序|隐藏Show X Entries的功能。
$('.dataTables-example').dataTable({
sea[......]
xampp-Apache-限制phpMyAdmin的IP访问
httpd.conf文件,添加如下即可:
<Directory "X:/xampp/phpMyAdmin">
Order deny,allow
Deny from all Allow from 127.0.0.1 AllowOverri[......]
windows下Filezilla虚拟目录-别名设置
首先打开FileZilla Server Interface,Edit-Users,Shared folders,设置你的主目录,比如:
c:\1
点Set as home dir。
然后添加其他你要虚拟的目录,添加好后,在目录上右键,选Edit aliases。
输[……]
Xampp 配置vhost后403的解决办法
新装的xampp遇到这种情况,如下处理即可:
xampp\Apache\conf\httpd.conf
搜索
AllowOverride none
Require all denied
注释掉前两句,修改为这样:
#AllowOverr[......]
Discuz! home_feed doesn’t exist 修复办法
后台删除用户时提示:Discuz! home_feed doesn't exist.
解决办法如下
phpMyAdmin执行如下sql语句即可:
CREATE TABLE pre_home_feed (
feedid int(10) un[......]