7.maven配置文件中<scope>的6中配置属性解释 说明:我们知道在pom.xml中<scope>标签是设置依赖作用域的,那么具体的设置类型有哪几种,分别作用的什么时候呢? Dependency Scope Dependency scope is used to limit the trans ...
分类:
其他好文 时间:
2017-08-05 06:10:52
阅读次数:
175
UC: NAME Purpose: Actor: Preconditions: Triggers: Description: Rationale: Post conditions: Exceptions: References: Notes and Issues: Related Items: Se ...
分类:
其他好文 时间:
2017-08-04 13:47:49
阅读次数:
107
sorted 数组, 常用二指针遍历, 会倒叙, 会前序 逆序遍历的好处, 1只遍历后面的 2此题在于空间上可以不干扰. ...
分类:
其他好文 时间:
2017-07-31 13:24:39
阅读次数:
134
ProgressBar作为进度条组件使用,它还派生了SeekBar(拖动条)和RatingBar(星级评分条)。 ProgressBar支持的XML属性: Attribute Name Related Method Description style 设置ProgressBar指定风格 androi ...
分类:
移动开发 时间:
2017-07-21 23:13:10
阅读次数:
295
抽象工厂模式(Abstract Factory Pattern)是工厂方法模式的进一步抽象,其英文原话"Provide an interface for creating families of related or dependent objects without specifying thei ...
分类:
其他好文 时间:
2017-07-21 10:32:54
阅读次数:
246
Reverse bits of a given 32 bits unsigned integer. For example, given input 43261596 (represented in binary as 00000010100101000001111010011100), retur ...
分类:
其他好文 时间:
2017-07-18 01:30:06
阅读次数:
171
PS:这个WebService 服务必须一直开着,关闭就没法访问了 Web Service 教程 一、webservice介绍 1.使用场景 - 不同的移动客户端访问 - 需要访问第三方的项目 2.访问第三方应用的方式 ISO的七层模型 : 物理层、数据链路层、网络层、传输层、表示层、会话层、应用层 ...
分类:
Web程序 时间:
2017-07-17 22:09:45
阅读次数:
425
60-80% of database performance issues are related to poorly performing SQL。60-80%的数据库性能问题要归结于生产中糟糕的SQL语句!以此一文来总结笔者近10多年来的工作经验并基于最主要的也是最有效的对于Oracle数据库中 ...
分类:
数据库 时间:
2017-07-14 10:11:32
阅读次数:
277
php部分 $related = articles::where('title','like','%'.$title.'%') ->where('id','<>',$id) ->groupBy('id') ->limit($count) ->get(); html部分 @foreach($relat ...
分类:
其他好文 时间:
2017-07-10 10:25:58
阅读次数:
148