随笔分类 -  architecture

上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 42 下一页
摘要:Spring Framework Overview https://www.tutorialspoint.com/spring/spring_overview.htm Aspect Oriented Programming (AOP) One of the key components of Spr 阅读全文
posted @ 2018-11-29 10:54 papering 阅读(251) 评论(0) 推荐(0)
摘要:小结: 1、 Dependency Injection is merely one concrete example of Inversion of Control. 依赖注入是仅仅是控制反转的一个具体例子。 2、 Dependency Injection helps in gluing these 阅读全文
posted @ 2018-11-29 10:27 papering 阅读(181) 评论(0) 推荐(0)
摘要:小结: 1、IOC控制反转 2、AOP面向方面编程 面向切面编程 3、mixin Spring 系列: Spring 框架简介 https://www.ibm.com/developerworks/cn/java/wa-spring1/ Spring 框架简介 Spring AOP 和 IOC 容器 阅读全文
posted @ 2018-11-28 19:14 papering 阅读(292) 评论(0) 推荐(0)
摘要:element. ]]> tag --> and other elements, typically the root element in the doc... 阅读全文
posted @ 2018-11-28 17:40 papering 阅读(378) 评论(0) 推荐(0)
摘要:zerodb/index.rst at master · zerodb/zerodb https://github.com/zerodb/zerodb/blob/master/docs/source/index.rst 阅读全文
posted @ 2018-11-27 11:02 papering 阅读(170) 评论(0) 推荐(0)
摘要:电子商务(电销)平台中订单模块(Order)数据库设计明细 - sochishun - 博客园 http://www.cnblogs.com/sochishun/p/7040628.html 电子商务(电销)平台中订单模块(Order)数据库设计明细 以下是自己在电子商务系统设计中的订单模块的数据库 阅读全文
posted @ 2018-11-26 17:39 papering 阅读(1793) 评论(0) 推荐(1)
摘要:去游标 mongo 游标机制: 在遍历全表、集合的情况下,当表、集合本身在增量时,游 刚开始是一致的,后续,就有效增量为0 1094295 / 1300000 {'_id': ObjectId('5b03c2a99341f521755dd7c1')}start:2018-11-23 17:16:03 阅读全文
posted @ 2018-11-23 17:02 papering 阅读(188) 评论(0) 推荐(0)
摘要:京东京麦交易平台设计与实现 - CSDN研发技术 - CSDN博客 https://blog.csdn.net/dev_csdn/article/details/78981674 2018年01月05日 15:14:27 CSDN研发技术 阅读数:5113 标签: 京麦架构高可用交易支付 更多 个人 阅读全文
posted @ 2018-11-23 11:21 papering 阅读(643) 评论(0) 推荐(0)
摘要:动态发布接口-贾小仙-51CTO博客 http://blog.51cto.com/hackerxian/2170593 2018-09-05 12:39:43 动态发布接口 HTTP接口分为REST和SOAP2种方式,文中都涉及到,包含从动态生成文件到编译class再到装载到spring容器和ws. 阅读全文
posted @ 2018-11-23 11:11 papering 阅读(500) 评论(0) 推荐(0)
摘要:API网关的开源解决方案那么多,为什么我们却还要选择自研? - SDK.CN - 中国领先的开发者服务平台 https://sdk.cn/news/8001 技术细节Microservice+SOA状态维持在web层(spring session+redis)每层都可以Cache(spring ca 阅读全文
posted @ 2018-11-21 11:43 papering 阅读(144) 评论(0) 推荐(0)
摘要:https://www.alibabacloud.com/blog/detailed-explanation-of-guava-ratelimiters-throttling-mechanism_594820 限流算法实践 https://mp.weixin.qq.com/s/2f5-2bydqbe 阅读全文
posted @ 2018-11-21 11:07 papering 阅读(554) 评论(0) 推荐(0)
摘要:硅谷Spring项目组专家教你利用Spring Cloud构建微服务 https://dbaplus.cn/news-21-506-1.html 阅读全文
posted @ 2018-11-21 10:32 papering 阅读(223) 评论(0) 推荐(0)
摘要:Socket (Java Platform SE 7 ) https://docs.oracle.com/javase/7/docs/api/java/net/Socket.html#sendUrgentData(int) sendUrgentData Send one byte of urgent 阅读全文
posted @ 2018-11-20 21:31 papering 阅读(475) 评论(0) 推荐(0)
摘要:js >netty >flume 阅读全文
posted @ 2018-11-20 12:05 papering 阅读(528) 评论(0) 推荐(0)
摘要:BSON Types — MongoDB Manual https://docs.mongodb.com/manual/reference/bson-types/#objectid ObjectId ObjectIds are small, likely unique, fast to genera 阅读全文
posted @ 2018-11-19 11:04 papering 阅读(445) 评论(0) 推荐(0)
摘要:大文本 mysql es mysql id longText > es longText mysqlId 大文本先入mysql,再同步至es; 文本查询逻辑交由es实现; mysql作用:生成Id,备份; 拿mysqlId取mysql大文本; 阅读全文
posted @ 2018-11-19 10:25 papering 阅读(203) 评论(0) 推荐(0)
摘要:nginx平台初探(100%) — Nginx开发从入门到精通 http://ten 众所周知,nginx性能高,而nginx的高性能与其架构是分不开的。那么nginx究竟是怎么样的呢?这一节我们先来初识一下nginx框架吧。 nginx在启动后,在unix系统中会以daemon的方式在后台运行,后 阅读全文
posted @ 2018-11-16 15:13 papering 阅读(554) 评论(0) 推荐(0)
摘要:Elastic Load Balancing with Sticky Sessions — Shlomo Swidler https://shlomoswidler.com/2010/04/elastic-load-balancing-with-sticky-sessions.html Elasti 阅读全文
posted @ 2018-11-16 11:49 papering 阅读(289) 评论(0) 推荐(0)
摘要:Netty框架学习之路(五)—— EventLoop及事件循环机制 - 懋懋之为 - CSDN博客 https://blog.csdn.net/tjreal/article/details/79751342 netty 在半透明做代理网关下 对请求的批处理 阅读全文
posted @ 2018-11-15 19:10 papering 阅读(376) 评论(0) 推荐(0)
摘要:jvm 前置 nginx lua 阅读全文
posted @ 2018-11-15 18:32 papering 阅读(172) 评论(0) 推荐(0)

上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 42 下一页