码迷,mamicode.com
首页 >  
搜索关键字:introduce    ( 268个结果
Monolithic archeitecture issues and introduce Microservices
Monolithic Architecture Issues 传统的Web application 架构非常简单,一个实例包含了所有业务模块,比如 Omniselling v4 一个实例有 order,billing,account,courier,warehouse etc.。这种架构的好处是开发 ...
分类:其他好文   时间:2017-11-05 23:27:51    阅读次数:222
10.23
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
Introduction to CELP Coding
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
总结XSS与CRSF两种跨站攻击
转自: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
今天继续总结《重构》这本书中的一个重构手法,Introduce Null Object。写这个手法是因为它确实很巧妙,在实际编程中经常会遇到这种情况,前人总结出来了这么一个经典的手法,当然还有由此手法扩展更普遍更经典的手法--Special Object。 刚入行的时候,听“老人”给我讲,书是要越读 ...
分类:其他好文   时间:2017-10-16 23:25:15    阅读次数:223
USD在CentOS7.0操作系统下的安装方法
最近Pixar的开源USD软件很火,官方在Introduce中明确讲到这个软件的设计开发目标是增强艺术家协作,减少不确定因素,最大化资产版本迭代效率,追求更大的承载能力。 当今行业中传统的线性的制作方式来已经很难满足日益复杂的流程需求了,采用Alemibc是一个好办法,但Alembic只能作为中间文 ...
分类:其他好文   时间:2017-10-03 16:55:48    阅读次数:394
[RxJS] Learn How To Use RxJS 5.5 Beta 2
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
Latent Activity Trajectory (LAT)
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
MVC与单元测试实践之健身网站(完)-备案与部署
主页-http://www.zhixin9001.cn/Home/Introduce GitHub- https://github.com/zhixin9001/Fitness 这是关于Fit网站的最后一篇,这几天网站备案审核通过,以后就可以正式使用了。 项目过程中学习了MVC、单元测试、Boots ...
分类:Web程序   时间:2017-09-25 22:57:12    阅读次数:205
Introduce to Java ProgrammingNOTE
博客中要分别讨论的java专题:Calendar类File类Number类计算机中字节(byte)是最小的存储单元,1byte=8bits。内存:随机访问存储器(RAM)。内存中每一个字节都有其唯一的地址。点距是指像素之间以毫米为单位的距离,点距越小,显示效果越好。计算机能够理解的语言是机器语言,为... ...
分类:编程语言   时间:2017-09-25 19:54:19    阅读次数:225
268条   上一页 1 ... 7 8 9 10 11 ... 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!