Regular Expression Modifiers: Option FlagsRegular expression literals may include an optional modifier to control various aspects of matching. The mod...
分类:
其他好文 时间:
2016-02-26 18:46:22
阅读次数:
178
1. sun为我们提供了那些反射机制中的类: java.lang.Class; java.lang.reflect.Constructor; java.lang.reflect.Field; java.lang.reflect.Method; java.lang.reflect.Modifier;
分类:
编程语言 时间:
2016-02-25 11:52:58
阅读次数:
173
1、Rename Method(函数改名)2、Add Parameter(添加参数)3、Remove Parameter(移除参数)4、Separate Query form Modifier(将查询参数和修改参数分离)5、Parameterize Method(令函数携带参数)6、Replace ...
分类:
其他好文 时间:
2016-01-27 14:18:45
阅读次数:
139
一、The {{action}} Helper二、Action Bubbling(Action 冒泡)三、Action Parameters四、Specifying the type of event五、Specifying Whitelisted modifier keys六、Default Ac...
分类:
其他好文 时间:
2016-01-23 13:09:06
阅读次数:
119
URL rewriting modifier,因为tomcat的session实现不是通过cookie的,而是通过session id的,就是说,用户登录有了session之后,tomcat就会维护一个session id,然后每次request的时候,要求每个http request的URL都要带...
分类:
Web程序 时间:
2016-01-21 23:39:44
阅读次数:
299
"You can specify that an imported variable be mutable—that is, read-write— by applying the__blockstorage type modifier."文档已经清楚说明了它的作用。反汇编就是要看个究竟。__blo...
分类:
其他好文 时间:
2016-01-13 07:06:00
阅读次数:
246
1、成员修饰符的顺序类成员声明语句由下列部分组成,核心声明、一组可选的修饰符(modifier)和一组可选的特性(attribute)。用于描述这个结构的语法如下。方括号表示方括号的成分是可选的。[attribute] [modifier] 核心声明如果有修饰符,它必须放在核心声明之前,如果有特性,...
分类:
其他好文 时间:
2015-11-28 16:41:05
阅读次数:
148
Referrence: Oracle Java DocTwo levelstop level: public, or package-private (no explicit modifier)member level: public, private, protected, package-pri...
分类:
数据库 时间:
2015-11-07 06:41:13
阅读次数:
205
出现这样的错,一般都是在方法中声明变量时提示,原因是用了public,private,static等修饰词去修饰方法内部变量,然而在java类的方法里声明变量时,他是只能用final修饰(only final is permitted)。除此之外不能...
分类:
其他好文 时间:
2015-09-27 15:03:29
阅读次数:
218
原文地址:http://my.oschina.net/orgsky/blog/368768摘要Gson过滤字段Gson过滤字段Gson过滤字段属性目录[-]最简单的用法方法1:排除transient字段方法2:排除Modifier为指定类型的字段方法3:使用@Expose注解方法4:使用Exclus...
分类:
其他好文 时间:
2015-08-28 15:36:56
阅读次数:
182