小笔记: Mavon是一种项目管理工具,通过xml配置来设置项目信息。 Mavon POM(project of model). Steps: 1. set up and configure the development environment. 2. writing your map and r ...
分类:
其他好文 时间:
2016-06-07 16:15:15
阅读次数:
236
本节包括内容: 继承Objective-C的类(Inheriting from Objective-C Classes) 采用协议(Adopting Protocols) 编写构造器和析构器(Writing Initializers and Deinitializers) 集成Interface B ...
分类:
编程语言 时间:
2016-06-06 11:53:45
阅读次数:
240
javascript模块化是一个比较大也是比较容易混淆的topic.通常几乎所有的第三方Library都支持CMD,AMD,ES6,Global object方式来引用lib所暴露出来的服务。 那么如果我们希望自己写一个lib,并且作为模块能被其他模块自由引用应该怎么写呢? 首先,我们需要弄清楚我们 ...
分类:
编程语言 时间:
2016-06-02 23:13:58
阅读次数:
329
原文地址:http://howtodoinjava.com/spring/spring-aop/writing-spring-aop-aspectj-pointcut-expressions-with-examples/ 1) Matching Method Signature Patterns T ...
分类:
编程语言 时间:
2016-06-02 18:22:11
阅读次数:
471
writing-mode这个CSS属性,我们是不是很少见到,很少用到!我们往往称不常见的东西为“生僻”,就像是不常见的文字我们叫“生僻字”,因此不常见的CSS属性,我们可以叫做“生僻属性”,writing-mode给我们的感觉就是一个“生僻属性”,很弱,可有可无。 但是,实际上,我们都错了,大错特错 ...
分类:
Web程序 时间:
2016-05-30 01:05:20
阅读次数:
195
今天我们来讲下如何用Spring来整合CXF,来发布WebService服务; 给下官方文档地址:http://cxf.apache.org/docs/writing-a-service-with-spring.html 根据官方文档。我们把前面的实例用Spring整合CXF来处理下。会简化很多; ...
分类:
编程语言 时间:
2016-05-28 20:28:58
阅读次数:
178
摘要:介绍如何编写自定义的控件,用在报表的窗体上(如Edit,Button等) Writing Custom Common Controls 编写自定义控件 FastReport contains a set of common controls which can be placed on dia... ...
分类:
其他好文 时间:
2016-05-26 13:03:40
阅读次数:
206
fuser的作用是列出使用某文件/文件系统的进程ID
一.fuser的六种访问状态:
ccurrentdirectory.(表示有进程的当前路径是fuser指定的目录or文件系统)
eexecutablebeingrun.(表示fuser指定的文件是一个正在执行的可执行文件)
fopenfile.fisomittedindefaultdisplaymode.
Fope..
分类:
其他好文 时间:
2016-05-25 07:06:41
阅读次数:
156
Surface shader 本小结对Unity的Surface Shader做一个大概的了解。主要了解在Surface Shader当中比较重要的几个部分,分别是: SurfaceOutput Input lighing shadow 首先查看一下Unity的官方手册中的Writing Surfa ...
分类:
其他好文 时间:
2016-05-23 16:44:20
阅读次数:
201
I.Titles a precise description of the contents 1.Elements the main,general subject that the author is writing about; a detailed narrowing down of the ...
分类:
其他好文 时间:
2016-05-18 23:53:20
阅读次数:
186