AnotherRedisDesktopManager
与人交,推其长者,讳其短者,故能久也。——孔子 这两天找Redis的可视化客户端,看到了这个 https://github.com/qishibo/AnotherRedisDesktopManager 感觉还可以
spring3 springfox报错Type javax.servlet.http.HttpServletRequest not present
相信一切,失望有日;怀疑一切,收获天明。——乔·赫伯特 就像这个issue里描述的一样: https://github.com/springfox/springfox/issues/4061 在springboot3.0引入: 12345 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-boot-starter</artifactId> <version>3.0.0</version></dependency> 引入完毕后发现启动报错。。。于是查询了下 最后一次更新是三年前。。。 https://central.sonatype.com/artifact/io.springfox/springfox-boot-starter/versions 相对的springboot3是去年出的 https://central.sonatype.com/artifa...
react-json-view
小不忍,则乱大谋。——孔子 分享一个react的json编辑器 https://github.com/mac-s-g/react-json-view 演示: RJV Demo
edex-ui终端
毋以小嫌疏至戚,毋以新怨忘旧恩。——金兰生 一个跨平台,可定制的科幻终端模拟器,具有前瞻性的监控和触摸屏支持。 https://github.com/GitSquared/edex-ui 其实用不着我介绍,看这个界面,就有一种炫酷的感觉 安装 1brew install --cask edex-ui
srs实现合流
伸出你的手去援助别人,而不是伸出你的脚去绊倒他们。——戴尔·卡耐基 文档: https://ossrs.net/lts/zh-cn/docs/v5/doc/webrtc#room-to-live 合流需要打开配置文件的配置,主要是rtc的 1234567891011121314151617181920212223vhost __defaultVhost__ { http_hooks { enabled on; on_publish http://host.docker.internal:8001/im-signaling-service/srs_callback/on_publish; on_unpublish http://host.docker.internal:8001/im-signaling-service/srs_callback/on_unPublish; on_play http://host.doc...
Snipaste
若一国自相纷争,那国就维持不久;若一家自相纷争,那家就站立不住。——佚名 之前说的截图软件要收费,于是更换为免费的Snipaste https://zh.snipaste.com/ Snipaste 始终对个人用户免费 mac的下载地址: https://dl.snipaste.com/mac-beta-cn
网页测速pagespeed
亲昵生轻视,近之则不逊。——佚名 分享一个网页测速网站 https://pagespeed.web.dev/ 我们输入网址进行测速、分析,即可生成报告
srs的http api鉴权
怒后不可便食,食后不可发怒。——梁章钜 文档 https://ossrs.net/lts/zh-cn/docs/v5/doc/http-api#authentication 12345678910# conf/http.api.auth.confhttp_api { enabled on; listen 1985; auth { enabled on; username admin; password admin; }} 配置了之后如何访问? 12345678910111213141516171819fetch("http://localhost:1985/api/v1/clients/", { "headers": { 'Authorization': 'Basic ' + btoa(`admin` + ":" + `admin`), ...
ar.js
没有希望的地方,就没有奋斗。——约翰生 https://github.com/AR-js-org/AR.js AR.js 是用于 Web 上的增强现实的轻量级库,其中包括图像跟踪、基于位置的 AR 和标记跟踪等功能 AR.js Documentation
socket.io
领悟音乐的人,能从一切世俗的烦恼中超脱出来。——贝多芬 分享一个js库: https://socket.io/zh-CN/ https://github.com/socketio/socket.io Socket.IO是一个js库封装 支持及时、双向与基于事件的交流。它可以在每个平台、每个浏览器和每个设备上工作,可靠性和速度同样稳定。 以及
