未经授权的检查 扫描以下常见未授权访问 redis、mongodb、memcached、elasticsearch、zookeeper、ftp、CouchDB、docker、Hadoop 安装 pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ 使用说明 python3 unauthorized-check.py url.txt
2021-07-20 16:26:54 3KB Python
1
Jellycan Code | memcached Home The Good Egg SimpleIni SimpleOpt MemCacheClient Moji memcached show_menu2 menusys StringWrapper ML Fancy Excerpt LangSelect Visual Studio CommentsThis page contains a modified version of memcached (v1.2.5 and v1.2.6) and libevent (v1.4.4) that builds on Windows. Building libevent should work out of the box. Building memcached should also work out of the box, but it requires libevent to be first built beside it in a directory called "libevent". For example: /src/libevent /src/memcachedThe included project files are created with Visual Studio 2003, but should import fine into VS2005 and VS2008. These projects are based on the existing win32 builds of the two projects. Just fixed so that they work. Neither library has been modified from the respective released version other than to add win32 required changes. I released them here simply because I found no buildable win32 versions for these projects. Note in particular that I provide no promises and no support. Last updated: 25 Jul 2009 Files libevent 1.4.12 Happily, libevent will now build out of the box on Windows (at least with VC2003 and VC2008, I haven't tested others). I don't like their projects though, so I created a cmake build system for it. cmake files: libevent-cmake.zip How to use: Download and install cmake 2.6 for Windows Download libevent 1.4.12 from the libevent website and extract all files Download the libevent-cmake package above and extract it into the libevent directory created above Open a command prompt in the libevent top directory Execute the vcvars32.bat or vsvars32.bat or vsvars64.bat file from the Visual Studio directory to allow building on the command line. e.g. "C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvars32.bat" Call the cross-build.cmd batch file suppling the version of Visual Studio as the first parameter. See the contents of the cross-build.cmd file for all possibilities. This will build the Vi
2021-07-18 14:13:22 1.24MB memcached 1.2.6 1.2.5
1
内存缓存精简版 memcached-lite是一个用于 Node.JS 的轻量级和快速的memcached 客户端。 它的开发是由于一些痛点和替代方案。 它仍在积极开发中,而且还没有像这样的替代品那样成熟。 谨慎使用。 使用二进制 memcached 协议而不是 ASCII 版本。 使用一致的散列算法在多个 memcached 服务器上分发密钥。 内置自动重新连接/故障转移机制。 流水线请求以提高吞吐量。 可以池连接。 安装 npm install memcached-lite 连接 var memcached = require ( "memcached-lite" ) ; var client = memcached ( servers , options ) ; 服务器 服务器列表可以是字符串、数组或对象。 这是直接基于和兼容的。 字符串:单个服务器。 使用hostn
2021-07-09 15:04:04 9KB JavaScript
1
tomcat8+memcached session专用jar包
2021-07-08 21:14:44 1.88MB 大数据 memcached tomcat
1
Memcached 是一个高性能的分布式内存对象缓存系统,用于动态Web应用以减轻数据库负载。它通过在内存中缓存数据和对象来减少读取数据库的次数,从而提高动态、数据库驱动网站的速度。
2021-07-08 10:11:25 668KB memcached memcache 服务 php
1
memcached 1.5.6 windows版本,32位+64位,及安装教程
2021-07-06 14:02:31 543KB memcached1.5.6
1、memcache windows x64,x86 ; 2、自带bat脚本(memcached 1.5后的版本好象不支持用服务的方式启动了)。
2021-07-06 14:02:27 2.37MB memcached
memcache-4.0.5.2.tgz
2021-07-04 11:04:27 73KB memcached
1
Memcache安装(64位win10
2021-06-15 18:05:45 591KB Memcache安装(
.NET分布式缓存Memcached从入门到实战源码下载
2021-06-13 22:02:38 130.74MB 缓存Memcached