这个显示器总算能完整显示我的Java类了

finally, a monitor that will fit the entire name of my Java classes:

6 年 前

说说Anonymous Inner Class (匿名内部类) 是否可以extends(继承)

public class My { public static void main(String[] args) { My my = new My

10 年 前

15个英文简写、缩略语的意思 

BTW = 顺便说一句 GTG = Got to go 必须走了 JK = Just kidding 只是开玩笑 IDK ‍= I don’t know 我不知道 OMG = Oh my

2 个月 前

JavaScript设计模式

myMethod() { alert( 'my method' ); }; // note that we still use a function

10 年 前

新的神奇的部署策略

 My new magical deployment strategy is: docker up docker up docker down docker down docker left

5 年 前

Diet.js是基于Node.js小而快的轻量Web框架

/') app.get('/', function($){ $.end('welcome to my website') }) // Create Server Instance 2

9 年 前

JavaScript实现图片的延迟加载

',LazyLoadImage,false); LazyLoadImage(); } function IsViewPort(e) { var mx=0, my=0, tx=0

10 年 前

JiveJdon 3.0 α版发布

JF的捐赠者) http://www.jdon.com/my/train/controllAction.do JF是一个开源项目,如果您认为它是一个好项目,值得支持捐赠,进入下面地址:1.注册

10 年 前

transqlate:将任何SQL转换为PostgreSQL方言

^D SELECT SYSDATE FROM DUAL; -- my comment ^D SELECT CURRENT_TIMESTAMP; -- my comment $[/code

1 个月 前

Using JCS in Hibernate

to put <jcs-cache usage="read-write" /> to my .hbm.xml file, but I don't know how to test it

20 年 前

JEP 430:字符串模板(预览)

"My name is \{name}" ; assert info.equals( "My name is Joan" );   // true 模板表达式STR."My

1 年 前

Patterns and Frameworks (my first topic)

Just some feel from my view! In big IT companys, they prefer to have their own frameworks which

10 年 前

CRUD in DDD

care why a name is changing in my domain where I ship products to people and only need that data to

10 年 前

Apache Curator :让ZooKeeper使用更容易

: client.create().forPath("/my/path", myData) Curator的好处是它来管理ZooKeeper连接,如果连接有问题将会重新进行连接。

10 年 前

Visitor模式的一些想法

class Cat implements Animal { int hp = 10; void hp() { println( "I am a cat, my hp is ${hp

10 年 前