".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
[HawkHost](/#)主机商为所有共享、半专用和经销商托管计划提供免费的memcached实例。但是有不少小伙伴不会启动,其实可以在“服务器应用程序管理器”界面下的 cPanel 中启用 memcached。具体操作方法如下:
1、使用 https://yourdomain.com:2083 为您的帐户登录 cPanel(将 yourdomain.com 替换为帐户主域名);
2、登录cPanel后,使用搜索工具查找“Server Application Manager”或“memcached”。然后进入正确的界面:
![](https://www.idcspy.com/wp-content/uploads/2022/03/gdfhfh1.png)
3、单击“服务器应用程序管理器”图标;
4、在“服务器应用程序管理器”配置页面上,您将看到列出的一些选项,包括memcached。在memcached 行旁边,单击“操作”菜单下的“启用”:
![](https://www.idcspy.com/wp-content/uploads/2022/03/gdfhfh2-1024x148.png)
5、memcached实例最多可能需要 5 分钟才能启动。需要刷新页面,直到状态变为“在线”:
![](https://www.idcspy.com/wp-content/uploads/2022/03/gdfhfh3-1024x175.png)
6、一旦应用程序启动,您的帐户 memcached 实例套接字将显示:
![](https://www.idcspy.com/wp-content/uploads/2022/03/gdfhfh4-1024x111.png)
以上就是HawkHost主机帐户上使用memcached方法介绍,操作方法其实很简单。有这方面需求的小伙伴可以根据上述内容学习。
推荐:《[HawkHost VPS主机更改root密码教程](/#)》"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/104089.html