
数据库
SucreKing
参与项目:互联网大数据、餐饮O2O;
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
了解非关系型数据库(NoSQL)
了解非关系型数据库(NoSQL)原创 2015-04-26 16:08:43 · 577 阅读 · 0 评论 -
Maximum execution time of 30 seconds exceeded
一天早上在PHP中偶然遇到该异常,原因是我们每天都在将数据备份到测试服务器,数据库被锁住了。。。——————————————————————————————————————————在PHP中遇到:Maximum execution time of 30 seconds exceeded,发生在数据库更新操作的时候;在数据库中直接执行该更新操作:Lock wait timeout原创 2015-04-28 10:36:58 · 735 阅读 · 0 评论 -
【SqlServer】未找到或无法访问服务器.请验证实例名称是否正确并且SQL SERVER已配置允许远程链接
在连接到服务器的时候填写服务器名称.弹出一个标题为 连接到服务器无法连接到XXX.其他信息在与SQLServer建立连接时出现与网络相关的或特定与实例的错误.未找到或无法访问服务器.请验证实例名称是否正确并且SQL SERVER已配置允许远程链接.(provide:命名管道提供程序,error:40 -无法打开到SQL Server的连接)(Microsoft SQL Se原创 2015-05-22 12:18:38 · 11084 阅读 · 0 评论 -
分布式事务——Spring.ChainedTransactionManager
代码:https://github.com/JPCui/demos/tree/master/demo-chained-transactionmanager1. 因为之前用过spring-data-neo4j,里面的事务使用了分布式事务的配置;参考:http://docs.spring.io/spring-data/data-neo4j/docs/3.0.x/reference/htmlsingle...原创 2015-12-01 14:47:52 · 14836 阅读 · 0 评论 -
分布式事务——Spring4+Hibernate4+atomikos
使用Spring.JtaTransactionManager + hibernate + atomikos实现分布式事务Hibernate:当前只能用openSession来获取session,至于getCurrentSession,可能是事务不再被spring管理,所以不能使用,之后尝试解决... 可参考(http://hanqunfeng.iteye.com/blog/2121427)使用之前,先修改一下数据库配置(端口、用户名、密码),在src/test/java里可以参考两个junit测试原创 2015-11-30 16:51:41 · 2400 阅读 · 1 评论 -
MySQL—Replication
ReferenceSetting Up Binary Log File Position Based Replication配置步骤 NOTE Certain steps within the setup process require the SUPER privilege. If you do not have this privilege, it might not be...原创 2018-01-27 18:29:18 · 3218 阅读 · 0 评论