- 博客(13)
- 资源 (3)
- 收藏
- 关注
转载 How the Java virtual machine performs thread synchronization
This month's Under the Hood looks at thread synchronization in both the Java language and the Java virtual machine (JVM). This article is the last in the long series of bytecode articles I began last
2012-07-16 10:44:33
641
转载 文件扩展名列表
A ACE:Ace压缩档案格式 ACT:Microsoft office助手文件 AIF,AIFF:音频互交换文件,Silicon Graphic and Macintosh应用程序的声音格式 ANI:Windows系统中的动画光标 ARC:LH ARC的压缩档案文件 ARJ:Robert Jung ARJ压缩包文件 ASD:Microsoft Word的自动保存文件;
2012-07-11 20:33:52
1872
原创 C# JAVA 可访问性修饰符对比
C# Java 可访问性修饰符对比C#Java可访问性publicpublic在任何类中可见protected internalprotected在当前类,以及子类中或同一个Assembly/Package的其他类中可见protectedNot Applicable在当前类,以及子类中可见
2012-07-11 20:24:57
711
转载 C#修饰符总结
C#修饰符总结An enum has default modifier as public A class has default modifiers as Internal . It can declare members (methods etc) with following access modifiers: publicinternalprivat
2012-07-11 18:44:09
474
转载 Java修饰符总结
1.类(class)可见性修饰符:public—在所有类中可见,在其他包中可以用import导入。 缺省—就是没有修饰符,在同一个包中的类中可见,在其他包中不能用import导入。修饰符:final—终态类,表示该类不能被继承 abstract—抽象类,不能新建对象2.接口(interface)可见性修饰符:publ
2012-07-11 18:07:31
814
转载 Internals of Java Class Loading - O'Reilly Media
Internals of Java Class Loading - O'Reilly Media点击打开链接
2012-07-10 21:47:11
646
转载 Inside Class Loaders - O'Reilly Media
Inside Class Loaders - O'Reilly Media点击打开链接
2012-07-10 21:38:41
720
转载 C#中如何判断实例是否继承了某个父类或者实现了某类接口
bool isIMyInterface = typeof(IMyInterface).IsAssignableFrom(myObj.GetType());bool isIEnumerable = typeof(IEnumerable).IsAssignableFrom(myObj.GetType());使用Type.IsAssignableFrom 方法 public
2012-07-10 21:32:09
8444
CSS Mastery Advanced Web Standards Solutions Second Edition
2011-07-30
Java虚拟机 JVM 内存结构介绍
2013-04-13
Effective Enterprise Java
2011-08-29
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人