memcache函数所有的方法列表如下:
Memcache::add – 添加一个值,如果已经存在,则返回false
Memcache::addServer – 添加一个可供使用的服务器地址
Memcache::close – 关闭一个Memcache对象
Memcache::connect – 创建一个Memcache对象
memcache_debug – 控制调试功能
Memcac...
分类:
系统相关 时间:
2014-11-02 16:30:58
阅读次数:
282
From Metalink:Problem Description:====================When your server is not connected to the network and you try to connect inServer Manager (svrmgr...
分类:
其他好文 时间:
2014-11-02 16:12:41
阅读次数:
196
https://drive.google.com/?authuser=0#folders/0B4fUXtdsqRvmMWUyZjY0YzQtZGM1OC00MjhmLWE1MjMtZTQyNWQyYzQwN2Vk
分类:
移动开发 时间:
2014-11-01 21:45:16
阅读次数:
205
Ever wondered why Magento connect Gives you this error when you try to install an extension?First of all make sure /downloader folder has enough permi...
分类:
其他好文 时间:
2014-11-01 14:45:24
阅读次数:
181
adb remount 失败:remount failed: Operation not permitted
关于ADB的使用,这里再说明下:常用命令
adb shell - 登录设备shell,后面也可直接跟运行命令。如:adb shell rm -r /system/sd/app
adb pull - 从手机中下载文件到电脑上。如:adb pull /data/app_s...
分类:
数据库 时间:
2014-11-01 12:00:16
阅读次数:
233
(1) 创建表空间create tablespace 空间名datafile 'E:\文件名.dat'size 1Mautoextend on(2) 创建用户-- 不用的--create user 用户名 identified by 密码;--grant connect,resource to 用户...
分类:
数据库 时间:
2014-11-01 09:41:42
阅读次数:
189
有时候用Eclipse的时候会出现下面这个错误:ADB server didn't ACK* failed to start daemon *具体原因是占用了一个端口,所以报错了。解决方案是将占用那个端口的应用程序关闭,很多情况下是豌豆荚,当然也有别的程序了。方法一:(1)查看任务管理器,关闭所有a...
分类:
数据库 时间:
2014-10-31 21:57:23
阅读次数:
221
解决方法:1. 改表法。可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑,登入mysql后,更改 "mysql"数据库里的 "user" 表里的 "host" 项,从"localhost"改称"%"mysql-u root -pvmwaremysq...
分类:
数据库 时间:
2014-10-31 21:53:33
阅读次数:
253
鉴于每次重装系统都要重新安装软件,重新配置选项,而ubantu下的安装步骤往往比较麻烦,在此将具体的操作步骤记录下来,以便于后来的查看,从而省去重新查找安装步骤的麻烦.1.Android SDK中的adb程序是32位的,Ubuntu x64系统需要安装32位库文件,用于兼容32位的程序。我的系统是6...
分类:
移动开发 时间:
2014-10-31 20:38:25
阅读次数:
209
Oracle db中 CONNECT role的含义...
分类:
数据库 时间:
2014-10-31 19:07:07
阅读次数:
175