Monolithic Architecture Issues 传统的Web application 架构非常简单,一个实例包含了所有业务模块,比如 Omniselling v4 一个实例有 order,billing,account,courier,warehouse etc.。这种架构的好处是开发 ...
分类:
其他好文 时间:
2017-11-05 23:27:51
阅读次数:
222
package lianxi; public class Q { public int id; public String name; public int age; public String city; public String introduce() { return "My id=" + ...
分类:
其他好文 时间:
2017-10-30 19:43:43
阅读次数:
128
Speex is based on CELP, which stands for Code Excited Linear Prediction. This section attempts to introduce the principles behind CELP, so if you are ...
分类:
其他好文 时间:
2017-10-24 11:48:59
阅读次数:
263
转自:https://blog.tonyseek.com/post/introduce-to-xss-and-csrf/ XSS:跨站脚本(Cross-site scripting) CSRF:跨站请求伪造(Cross-site request forgery) 在那个年代,大家一般用拼接字符串的方 ...
分类:
其他好文 时间:
2017-10-24 11:36:28
阅读次数:
251
今天继续总结《重构》这本书中的一个重构手法,Introduce Null Object。写这个手法是因为它确实很巧妙,在实际编程中经常会遇到这种情况,前人总结出来了这么一个经典的手法,当然还有由此手法扩展更普遍更经典的手法--Special Object。 刚入行的时候,听“老人”给我讲,书是要越读 ...
分类:
其他好文 时间:
2017-10-16 23:25:15
阅读次数:
223
最近Pixar的开源USD软件很火,官方在Introduce中明确讲到这个软件的设计开发目标是增强艺术家协作,减少不确定因素,最大化资产版本迭代效率,追求更大的承载能力。 当今行业中传统的线性的制作方式来已经很难满足日益复杂的流程需求了,采用Alemibc是一个好办法,但Alembic只能作为中间文 ...
分类:
其他好文 时间:
2017-10-03 16:55:48
阅读次数:
394
The main changes is about how you import rxjs opreators from now on. And introduce lettable opreator. Build own opreator: ...
分类:
Web程序 时间:
2017-09-30 21:07:01
阅读次数:
267
https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/funcZone_TKDE_Zheng.pdf Specifically, we introduce the concept of Latent Activity ...
分类:
其他好文 时间:
2017-09-27 23:17:05
阅读次数:
210
主页-http://www.zhixin9001.cn/Home/Introduce GitHub- https://github.com/zhixin9001/Fitness 这是关于Fit网站的最后一篇,这几天网站备案审核通过,以后就可以正式使用了。 项目过程中学习了MVC、单元测试、Boots ...
分类:
Web程序 时间:
2017-09-25 22:57:12
阅读次数:
205
博客中要分别讨论的java专题:Calendar类File类Number类计算机中字节(byte)是最小的存储单元,1byte=8bits。内存:随机访问存储器(RAM)。内存中每一个字节都有其唯一的地址。点距是指像素之间以毫米为单位的距离,点距越小,显示效果越好。计算机能够理解的语言是机器语言,为... ...
分类:
编程语言 时间:
2017-09-25 19:54:19
阅读次数:
225