Redis2NginxModule 是一个 Nginx 的 upstream 模块,让 nginx 可以使用非堵塞方式跟 Redis 2.x 服务器通讯。该模块返回原生的 Redis 服务器的 TCP 响应信息。在 OpenResty 中,该模块默认启用,可通过传递 --without-http_redis2_module 参数到 ./configure 脚本来禁用。 标签:redis
2021-05-23 14:34:49 34KB 开源项目
1
一个基于ASP.NET Core的可伸缩、通用的文件服务器。 通常后端项目可能会有头像、图片、音频、视频等上传/下载需求,这些需求都可以抽象为文件服务。 功能特点 支持Linux(推荐)、Windows 可伸缩式架构,支持部署1-N台文件服务器 RESTful架构的API接口,支持多语言客户端 支持文件秒传、断点续传、远程拉取上传 支持为用户指定磁盘空间配额 支持自定义文件处理器 系统架构 文件的上传/下载通常由客户端直接与文件服务器交互,上传时需要提供代表用户身份token(由业务服务器生成),成功后会返回文件根地址。 也可以直接由业务服务器上传返回文件根地址给客户端。 源码中包含基于.Net Standard的服务端SDK,可以生成token、上传文件等 源码中包含基于.Net Standard的客户端SDK,可以上传/下载文件等 后端使用 配置业务服务器 //Startup.cs代码片段 public void ConfigureServices(IServiceCollection services) { //.... services.AddFileService(opts => { opts.Host = "fs.mondol.info"; //文件服务器域名 opts.AppSecret = "xxxxxx"; //加密密钥,需要与文件服务器相同 }); } 生成访问令牌 IFileServiceManager fileSvceMgr; //此实例可通过DI框架获得 //根据业务规定其意义,例如:1-代表管理员,2-代表用户 var ownerType = 2; var ownerId = 2; //如果ownerType=2,则为用户ID var validTime = TimeSpan.FromDays(2); //token有效期 var ownerToken = fileSvceMgr.GenerateOwnerTokenString(ownerType, ownerId, validTime); 前端使用 文件上传 IFileServiceClient fileClient; //此实例可通过DI框架获得 var ownerToken = "业务服务器返回的token"; var periodMinute = 0; //有效期,0不过期 var updResult = await fileClient.UploadAsync(ownerToken, "文件路径", periodMinute); var url = updResult.Data.Url; //得到文件根地址 标签:文件服务器
2021-05-21 10:56:14 197KB 开源项目
1
weasis开源项目jar包
2021-05-20 19:04:34 121.53MB weasis jar
1
基于.NET 2.0的GIS开源项目SharpMap分析手记打包下载。。
2021-05-20 10:25:46 146KB SharpMap GIS 开源 .NET
1
openMVG 是一款开源的SFM软件,它在某些方面要优于Bundler,可以利用N多张任意拍摄的照片,重建场景的三维模型。 SFM 指的是,在计算机视觉中的从运动到结构,以及在摄影测量中的空中三角测量与光束法平差。 标签:openMVG
2021-05-20 08:50:52 15.77MB 开源项目
1
来客电商,免费商城,可去LOGO 微信小程序电商平台(前后端开源PHP),包含分销,拼团,抽奖,红包,多店,会员制,种草社交,新零售等功能,整个系统架构非常简单,适合小型团队或者个人开发者二次开发。 小程序 + APP + 公众号 + PC + 生活号 + 支付宝小程序 + 百度小程序 + 头条号小程序,注重界面美感与用户体验,打造独特电商系统生态圈。 QQ交流群 群一:631252151,群二:615981686,群三:340645969
2021-05-19 21:47:54 16.54MB 电商小程序 商城源码 uniapp 开源项目
1
OpenH264 是思科公司发布的一个开源的 H.264 编码和解码器。编码器特性Constrained Baseline Profile up to Level 5.2 (4096x2304)Arbitrary resolution, not constrained to multiples of 16x16Rate control with adaptive quantization, or constant quantizationSlice options: 1 slice per frame, N slices per frame, N macroblocks per slice, or N bytes per sliceMultiple threads automatically used for multiple slicesTemporal scalability up to 4 layers in a dyadic hierarchySpatial simulcast up to 4 resolutions from a single inputLong Term Reference (LTR) framesMemory Management Control Operation (MMCO)Reference picture list modificationSingle reference frame for inter predictionMultiple reference frames when using LTR and/or 3-4 temporal layersPeriodic and on-demand Instantaneous Decoder Refresh (IDR) frame insertionDynamic changes to bit rate, frame rate, and resolutionAnnex B byte stream outputYUV 4:2:0 planar input解码器特性Constrained Baseline Profile up to Level 5.2 (4096x2304)Arbitrary resolution, not constrained to multiples of 16x16Single thread for all slicesLong Term Reference (LTR) framesMemory Management Control Operation (MMCO)Reference picture list modificationMultiple reference frames when specified in Sequence Parameter Set (SPS)Annex B byte stream inputYUV 4:2:0 planar output支持的操作系统Windows 64-bit and 32-bit (initial release is only 32-bit, 64-bit will follow soon)Mac OS X 64-bit (initial release does not include this target, will follow soon)Linux 64-bit and 32-bit (initial release is only 32-bit, 64-bit will follow soon)Android 32-bit (initial release does not include this target, will follow soon)iOS 64-bit and 32-bit (not supported yet, may be added in the future)支持的处理器Intel x86 optionally with MMX/SSE (no AVX yet, help is welcome)ARMv7 optionally with NEON (initial release does not include this target, will follow later)Any architecture using C/C fallback functions 标签:OpenH264
2021-05-19 16:18:02 57.83MB 开源项目
1
android开源项目源码,完整商城项目源码(服务端+客户端)
2021-05-17 18:28:45 44.95MB android开源项目源码,完整
1
经典的php开放源代码项目,值得学习。 Crossday Discuz! Board(简称 Discuz!)是北京康盛新创科技有限责任公司推出的一套通用的社区论坛软件系统。自2001年6月面世以来,Discuz!已拥有11年以上的应用历史和200多万网站用户案例,是全球成熟度最高、覆盖率最大的论坛软件系统之一。目前最新版本Discuz! X2.5正式版于2012年4月7日发布,首次引入应用中心的开发模式。2010年8月23日,康盛创想与腾讯达成收购协议,成为腾讯的全资子公司。
2021-05-17 16:57:30 8.12MB php
1
Izidropdown 这是一个基于模块的开源项目,可轻松实现可自定义的下拉菜单。 安装 首先,您将需要安装此模块。 npm install izidropdown --save-dev 为了从JavaScript导入和使用此模块,您需要安装和并将其添加到。 npm install --save-dev style-loader css-loader 另外,您需要安装并添加 。 npm install sass-loader sass webpack --save-dev 将SASS模块添加到。 module.exports = { module: { rules: [ { test: /\.s[ac]ss$/i, use: [ // Creates `style` nodes from JS s
2021-05-17 15:03:30 47KB JavaScript
1