数据库中间件
文章平均质量分 93
数据库中间件
kwin_zhang
本博客上的所有文章仅供学习交流使用,无任何商业用途
展开
-
shardingjdbc
Apache ShardingSphere 概述 官网:http://shardingsphere.apache.org/index_zh.html 下载地址:https://shardingsphere.apache.org/document/current/cn/downloads/ 快速入门:https://shardingsphere.apache.org/document/current/cn/quick-start/shardingsphere-jdbc-quick-start/ [外链图片转存转载 2021-08-13 21:57:59 · 149 阅读 · 0 评论 -
Node.js
Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行环境。 Node.js 使用了一个事件驱动、非阻塞式 I/O 的模型。 [1] Node 是一个让 JavaScript 运行在服务端的开发平台,它让 JavaScript 成为与PHP、Python、Perl、Ruby 等服务端语言平起平坐的脚本语言。 [2] 发布于2009年5月,由Ryan Dahl开发,实质是对Chrome V8引擎进行了封装。 Node对一些特殊用例进行优化,提供替代的API,使得V8在非浏览器环境原创 2020-05-28 11:03:34 · 216 阅读 · 0 评论