自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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

转载 Java几款性能分析工具的对比

http://sd.youkuaiyun.com/a/20120530/2806167.html

2012-07-10 21:59:47 365

转载 推荐6款常用的Java开源报表制作工具

http://sd.youkuaiyun.com/a/20111026/306415.html

2012-07-10 21:57:34 467

转载 在Java 7里如何对文件进行操作

http://sd.youkuaiyun.com/a/20111027/306503.html

2012-07-10 21:56:59 318

转载 Java程序员应该了解的10个面向对象设计原则

http://sd.youkuaiyun.com/a/20120314/313089.html

2012-07-10 21:54:40 323

转载 Java编程中“为了性能”需做的26件事

http://sd.youkuaiyun.com/a/20120601/2806249.html

2012-07-10 21:53:05 1572

转载 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

CSS Mastery is aimed at anybody with a basic knowledge of HTML and CSS. If you have just recently dipped your toes into the world of CSS design, or if you’ve been developing pure CSS sites for years, there will be something in this book for you. However, you will get the most out of this book if you have been using CSS for a while but don’t consider yourself an expert just yet. This book is packed full of practical, real-world advice and examples to help you master modern CSS design.

2011-07-30

Java虚拟机 JVM 内存结构介绍

描述Java虚拟机规范中关于内存管理的部分 主要介绍Runtime Data Area,包括Java Stack,Native Method Stack, Program Counter Register,Method Area以及Heap 还简要介绍了Runtime Data Area周边的模块,包括Class Loader,Execution Engine,Native Interface

2013-04-13

Effective Enterprise Java

本书介绍了在java编程中78条极具实用价值的经验规则,这些经验规则涵盖了大多数开发人员每天所面临的问题的解决方案。通过对java平台设计专家所使用的技术的全面描述,揭示了应该做什么,不应该做什么才能产生清晰、健壮和高效的代码。    本书中的每条规则都以简短、独立的小文章形式出现,并通过例子代码加以进一步说明。本书内容全面,结构清晰,讲解详细。可作为技术人员的参考用书。

2011-08-29

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除