代码改变世界

阿里云直播 笔记

2016-09-10 16:47 by VinpleZhang, 320 阅读, 0 推荐, 收藏,
摘要:dubbo 潘多拉容器 edas jenkins自动部署 tddl 读写分离 drds 垂直拆分 拆库 全量更新 水平拆分 拆表 从业务角度来拆分 三.MQ消息队列 消息中间介 订阅 、缓存、 比喻成巨大的变压器 阿里技术发展史 同步发送 一定要等 异步发送 日志 、监测数据 事务消息顺序消息(全局 阅读全文

springframework开源代码导入eclipse

2016-09-07 00:05 by VinpleZhang, 263 阅读, 0 推荐, 收藏,
摘要:从毕业到现在已经3个多点年头了,开源框架也用过不少。对于j2ee开发来说,spring框架是是最流行的轻量级可选的框架之一,如果还停留在只会使用,而对源代码不研究是不行的。 话不多说 先从导入代码开始吧 环境:jdk1.8 maven3.3.9 还需安装git bash https://git-fo 阅读全文

javascript闭包

2016-08-09 17:51 by VinpleZhang, 122 阅读, 0 推荐, 收藏,
摘要:http://blog.sina.com.cn/s/blog_4a157f470102v92i.html 阅读全文

Volocity循环高级用法

2016-08-02 22:05 by VinpleZhang, 325 阅读, 0 推荐, 收藏,
摘要:#foreach($announcementDo in $announcementList) #set($listSize=$!announcementList.size() - 1) #if(($velocityCount - 1) % 3 == 0) <span style="display: 阅读全文

Mybatis if test中字符串比较

2016-07-26 18:04 by VinpleZhang, 585 阅读, 0 推荐, 收藏,
摘要:错误写法:if test="status == 'Y'" 结果:抛异常NumberFormatException异常!提示内容非常少,看不出问题在哪里! 正确写法:if test='status == "y"' 还可以这样写:if test="status == 'y'.toString()" 这明 阅读全文

Test4J与Jtester单元测试常用注解比较

2016-07-18 20:07 by VinpleZhang, 1443 阅读, 0 推荐, 收藏,
摘要:package com.alibaba.ceres.catalog.biz.product.impl; import org.junit.After; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; import org.testng.annotations.AfterClass; p... 阅读全文

Mybatis全解

2016-07-06 17:36 by VinpleZhang, 159 阅读, 0 推荐, 收藏,
摘要:http://limingnihao.iteye.com/blog/782190 阅读全文

深入理解事务

2016-05-30 16:17 by VinpleZhang, 168 阅读, 0 推荐, 收藏,
摘要:http://www.cnblogs.com/davenkin/archive/2013/02/16/java-tranaction-1.html 阅读全文

并发调用get请求

2016-05-25 16:28 by VinpleZhang, 617 阅读, 0 推荐, 收藏,
摘要:http://zeusami.iteye.com/blog/1172864 阅读全文

ali面试点滴

2016-05-05 15:26 by VinpleZhang, 214 阅读, 0 推荐, 收藏,
摘要:1.喜欢问原理 最好问2句 回答8句 把相关的知识也加上 最好说一下优势与区别 2.sql优化 分库 分表 ssl https 3.jvm、高并发(事务、原子操作)、设计模式(一定要烂熟于心) 4.访问者模式与观察者模式(黑白名单 biz层 可以研究下) 集合 虚拟机内存 session和cooki 阅读全文
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 16 下一页