4.4. Static Fields and MethodsIn all sample programs that you have seen, the main method is tagged with the static modifier. We are now ready to discu...
分类:
编程语言 时间:
2015-04-15 19:21:55
阅读次数:
206
反射Reflectionimport java.lang.reflect.Modifier;/*
* 反射Reflection
* java.lang.Class类
*/
public class Test01 {
public static void main(String[] args) {
String name = "tom"; // 方式一:通过...
分类:
编程语言 时间:
2015-04-06 10:12:48
阅读次数:
130
【Seperate Query from Modifier】
分类:
其他好文 时间:
2015-04-02 14:58:04
阅读次数:
87
在~/.xprofile中加入setxkbmap -option caps:ctrl_modifier要弄成全局的就在/etc/X11/Xsession.d/ 里面找个文件塞进去。archlinux下面好像是在 /etc/X11/xorg.conf.d/ 搞个配置文件塞进去改个键真难,辣鸡linux...
分类:
系统相关 时间:
2015-03-08 01:24:28
阅读次数:
790
Using keyboard shortcutsTo use a keyboard shortcut, press a modifier key at the same time as a character key. For example, pressing the Command key (i...
分类:
其他好文 时间:
2015-02-09 15:24:22
阅读次数:
215
用法
RegExpObject.compile(regexp,modifier)
用于在脚本执行过程中编译正则表达式,也可用于改变和重新编译正则表达式。
regexp为正则表达式
modifier为规定匹配的类型。"g" 用于全局匹配,"i" 用于区分大小写,"gi" 用于全局区分大小写的匹配。
例子:
在字符串中全局搜索 "today",并用 "tommorow" 替换。
然后通...
分类:
编程语言 时间:
2015-02-05 09:29:55
阅读次数:
194
本文主要记录一下python基础的东西一、python基本输入输出语句1、print()函数:打印输出。整型、浮点型、字符串 print()格式化输出: print(format(var,format_modifier)):var值,format_modifier格式字 如print(...
分类:
编程语言 时间:
2015-02-02 13:52:02
阅读次数:
223
建议用较旧的PHP版本与EcShop搭配,比如PHP5.3,新版的PHP有很多奇奇怪怪的问题。。。错误描述:Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead inD...
分类:
Web程序 时间:
2015-01-16 12:36:43
阅读次数:
199
rtx
expand_expr (exp, target, tmode, modifier)
register tree exp;
rtx target;
enum machine_mode tmode;
enum expand_modifier modifier;
{
.....
case STRING_CST:
...
分类:
其他好文 时间:
2015-01-05 09:27:54
阅读次数:
239
1.method header: modifier, return value type, method signature(method name, parameter)method body2.value-returning methodvoid methodmethod overloading...
分类:
编程语言 时间:
2014-12-29 21:13:37
阅读次数:
176