zoukankan
html css js c++ java
数据层参考资料
•
Amoeba
db
-proxy
项目
(
最早的开源
dbproxy
切分项目
):
http://amoeba.sourceforge.net/wordpress
•
Antlr
(
处理字符串解析
):
http://www.antlr.org/
•
Antlr
work (
字符串解析
gui
工具
):
http://www.antlr.org/works/index.html
•
Nosql
知识清单
:http://blog.nosqlfan.com/html/1647.html
•
Mysql
internal :
http://forge.mysql.com/wiki/MySQL_Internals
•
Groovy
脚本库
:
http://groovy.codehaus.org/
•
Jdbc
规范
:
http://www.oracle.com/technetwork/java/javase/jdbc/index.html#corespec40
•
Sql
规范
:
http://savage.net.au/SQL/sql-92.bnf.html
•
Mysql
binlog
解析器
java
版本开源实现
:
http://code.google.com/p/tungsten-replicator/
•
Zookeeper
配置服务器
:
http://zookeeper.apache.org/
•
存储
构建模型参考和依托
:
hbase
,
mongodb,redis,Cassandra,mysql
,oracle (
请自行
google
)
查看全文
相关阅读:
如果int x=20, y=5,则语句System.out.println(x+y +""+(x+y)+y); 的输出结果是()
子父类存在同名成员时super的使用条件
7mysql高级查询
1udp编程
6mysql外键
4mysql数据表增删改查
5mysql数据类型
3mysql数据库操作
2mysql基本使用
1mysql安装
原文地址:https://www.cnblogs.com/coser/p/2215735.html
最新文章
剑指offer练习题 Day01
安装VUE
安装VUE
python报错
webpack的安装
Linux 硬盘操作(分区、分区、删除分区、格式化、挂载、卸载)
openwrt与应用开发
openwrt的编译与安装
2020-4
windows管理
热门文章
go-ahead
inode
标准I/O库
2020-3
apue初识
外部/局部/内部类的权限修饰符
ceil中有-0啊
线程与进程 的关系
ThreadLocal与Thread与Runable之间的关系
return i++ 是先用再加么
Copyright © 2011-2022 走看看