Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/caffz123/hdd1/www/mud/AbyssalSwamp/index/include/common.inc.php on line 15

Warning: Cannot modify header information - headers already sent by (output started at /home/caffz123/hdd1/www/mud/AbyssalSwamp/index/include/common.inc.php:15) in /home/caffz123/hdd1/www/mud/AbyssalSwamp/index/include/global.func.php on line 170

Notice: Undefined index: include in /home/caffz123/hdd1/www/mud/AbyssalSwamp/index/include/common.inc.php on line 351

Warning: Cannot modify header information - headers already sent by (output started at /home/caffz123/hdd1/www/mud/AbyssalSwamp/index/include/common.inc.php:15) in /home/caffz123/hdd1/www/mud/AbyssalSwamp/index/include/global.func.php on line 170

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/caffz123/hdd1/www/mud/AbyssalSwamp/index/include/discuzcode.func.php on line 145

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/caffz123/hdd1/www/mud/AbyssalSwamp/index/include/discuzcode.func.php on line 245

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/caffz123/hdd1/www/mud/AbyssalSwamp/index/include/discuzcode.func.php on line 245

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/caffz123/hdd1/www/mud/AbyssalSwamp/index/include/discuzcode.func.php on line 245

Notice: Undefined index: visitedfid in /home/caffz123/hdd1/www/mud/AbyssalSwamp/index/include/forum.func.php on line 110

Notice: Undefined index: visitedfid in /home/caffz123/hdd1/www/mud/AbyssalSwamp/index/include/forum.func.php on line 122

Warning: Cannot modify header information - headers already sent by (output started at /home/caffz123/hdd1/www/mud/AbyssalSwamp/index/include/common.inc.php:15) in /home/caffz123/hdd1/www/mud/AbyssalSwamp/index/include/global.func.php on line 170

Notice: Undefined index: allowreply in /home/caffz123/hdd1/www/mud/AbyssalSwamp/index/viewthread.php on line 345

Notice: Undefined index: allowpost in /home/caffz123/hdd1/www/mud/AbyssalSwamp/index/viewthread.php on line 346
AbyssalSwamp 定制与源代码Technology Exchange - Case Board(C版) - memcached-win64-1.4.4-14.zip - www.caffz.com
AbyssalSwamp  ActivaUser
» Guest:  Register | Login | 冻结用户(激活) | Residents
Notice: Undefined index: links in /home/caffz123/hdd1/www/mud/AbyssalSwamp/index/forumdata/templates/1_header.tpl.php on line 59

RSS subscription to this AbyssalSwamp  

Previous thread Next thread
       
Title: memcached-win64-1.4.4-14.zip  
  This topic was added by com at 2024-11-22 11:56 移动 
 
sky999
天山茗客



UID 181291
Digest 2
Points 10
Posts 3867
码币MB 2624 Code
黄金 0 Catty
钻石 884 Pellet
Permissions 10
Register 2020-11-28
Status offline
memcached-win64-1.4.4-14.zip



Att: memcached-win64-1.4.4-14.zip (2024-7-2 22:00, 377.28 K)
Number of times this attachment has been downloaded 123

Notice: Undefined variable: relatedkeywords in /home/caffz123/hdd1/www/mud/AbyssalSwamp/index/forumdata/templates/1_viewthread.tpl.php on line 208




CAFFZ.com
2024-7-2 22:00#1
View profile  Blog  Send a short message  Top
 
sky999
天山茗客



UID 181291
Digest 2
Points 10
Posts 3867
码币MB 2624 Code
黄金 0 Catty
钻石 884 Pellet
Permissions 10
Register 2020-11-28
Status offline
Windows 下安装 Memcached
官网上并未提供 Memcached 的 Windows 平台安装包,我们可以使用以下链接来下载,你需要根据自己的系统平台及需要的版本号点击对应的链接下载即可:

32位系统 1.2.5版本:http://static.jyshare.com/download/memcached-1.2.5-win32-bin.zip
32位系统 1.2.6版本:http://static.jyshare.com/download/memcached-1.2.6-win32-bin.zip
32位系统 1.4.4版本:http://static.jyshare.com/download/memcached-win32-1.4.4-14.zip
64位系统 1.4.4版本:http://static.jyshare.com/download/memcached-win64-1.4.4-14.zip
32位系统 1.4.5版本:http://static.jyshare.com/download/memcached-1.4.5-x86.zip
64位系统 1.4.5版本:http://static.jyshare.com/download/memcached-1.4.5-amd64.zip
在 1.4.5 版本以前 memcached 可以作为一个服务安装,而在 1.4.5 及之后的版本删除了该功能。因此我们以下介绍两个不同版本 1.4.4 及 1.4.5的不同安装方法:

memcached <1.4.5 版本安装
1、解压下载的安装包到指定目录。

2、在 1.4.5 版本以前 memcached 可以作为一个服务安装,使用管理员权限运行以下命令:

c:\memcached\memcached.exe -d install
注意:你需要使用真实的路径替代 c:\memcached\memcached.exe。

3、然后我们可以使用以下命令来启动和关闭 memcached 服务:

c:\memcached\memcached.exe -d start
c:\memcached\memcached.exe -d stop
4、如果要修改 memcached 的配置项, 可以在命令行中执行 regedit.exe 命令打开注册表并找到 "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\memcached" 来进行修改。

如果要提供 memcached 使用的缓存配置 可以修改 ImagePath 为:

"c:\memcached\memcached.exe" -d runservice -m 512
-m 512 意思是设置 memcached 最大的缓存配置为512M。

此外我们还可以通过使用 "c:\memcached\memcached.exe -h" 命令查看更多的参数配置。

5、如果我们需要卸载 memcached ,可以使用以下命令:

c:\memcached\memcached.exe -d uninstall
memcached >= 1.4.5 版本安装
1、解压下载的安装包到指定目录。

2、在 memcached1.4.5 版本之后,memcached 不能作为服务来运行,需要使用任务计划中来开启一个普通的进程,在 window 启动时设置 memcached自动执行。

我们使用管理员身份执行以下命令将 memcached 添加来任务计划表中:

schtasks /create /sc onstart /tn memcached /tr "'c:\memcached\memcached.exe' -m 512"
注意:你需要使用真实的路径替代 c:\memcached\memcached.exe。

注意:-m 512 意思是设置 memcached 最大的缓存配置为512M。

注意:我们可以通过使用 "c:\memcached\memcached.exe -h" 命令查看更多的参数配置。

3、如果需要删除 memcached 的任务计划可以执行以下命令:

schtasks /delete /tn memcached




CAFFZ.com
2024-7-2 22:07#2
View profile  Blog  Send a short message  Top
       


  Printable version | Recommend to a friend | Subscribe to topic | Favorite topic  


 


All times are GMT+8, and the current time is 2025-8-31 17:14 Clear informations ->sessions/cookies - Contact Us - CAFFZ - ZAKE
 


Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/caffz123/hdd1/www/mud/AbyssalSwamp/index/include/common.inc.php:15) in /home/caffz123/hdd1/www/mud/AbyssalSwamp/index/urlcheck.php on line 2

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/caffz123/hdd1/www/mud/AbyssalSwamp/index/include/common.inc.php:15) in /home/caffz123/hdd1/www/mud/AbyssalSwamp/index/urlcheck.php on line 2