The principle to create Object Constants is that make variables shouldn't be changed stand out using all caps and add constants as static properties t...
分类:
编程语言 时间:
2014-07-02 20:28:47
阅读次数:
210
免责声明: 本文转自网络文章,转载此文章仅为个人收藏,分享知识,如有侵权,请联系博主进行删除。 原文作者:kyfxbl 原文地址: spring配置中classpath和classpath*的区别 在spring配置文件里,可以用classpath:前缀,来从classpath中加载资源 比如在sr...
分类:
编程语言 时间:
2014-07-02 18:51:58
阅读次数:
217
$(function () {$('.out').click(function () { $('#box').fadeOut('slow'); }); $('.in').click(function () { $('#box').fadeIn('slow'); }); $('.toggle')...
分类:
Web程序 时间:
2014-07-02 18:13:05
阅读次数:
231
之前在博客中已经叙述过这个问题,但是最近一次笔试中居然有碰到了这个知识点,而且还做错了,囧!学艺不精啊。题目大概是这样的:Java代码Strings2="thisisatest";Stringsarray[]=s2.split("/s");System.out.println("sarray.len...
分类:
编程语言 时间:
2014-07-02 17:13:30
阅读次数:
277
Java引用的涵义 System.out.println(new A())...
分类:
其他好文 时间:
2014-07-02 17:01:23
阅读次数:
160
题目如下:
Dungeon Master
You are trapped in a 3D dungeon and need to find the quickest way out!The dungeon is composedof unit cubes which may or may not be filled with rock. It ...
分类:
其他好文 时间:
2014-07-02 16:53:39
阅读次数:
199
The Story:Last week, I found one of our embedded arm linux device ran out of flash space( totally only 128M for apps and OS).After checking for a whil...
分类:
其他好文 时间:
2014-07-02 14:30:13
阅读次数:
317
1 #include 2 #include "resource.h" 3 4 LRESULT CALLBACK MyWndProc( HWND hwnd, // handle to window 5 UINT uMsg, // message identifier 6...
大家好,我是成都[LD],博客四年前就申请了,一直没打理,最近正好有时间,遂萌生了写技术博客的念头。我不得不感慨现在新技术更新很快,一不小心,就感觉自身就Out了。记得一年前,当时我也是在51CTO上了解到NoSQL和Hadoop这样的信息,当时就简单觉得很新奇,没想到一年之后发..
分类:
编程语言 时间:
2014-07-02 11:10:33
阅读次数:
1811
有些对象不用声明就可以在JSP页面的脚本部分使用,这就是JSP的内置对象。
JSP的内置对象有:request 、response、session、application、out。以下我们将一一介绍。
Reponse 和request对象是JSP的内置对象中较重要的两个,这两个对象提供了对服务器和浏览器通信方法的控制。直接讨论这两个对象前,要先对HTTP协议---Word Wide Web底层...
分类:
Web程序 时间:
2014-07-02 08:05:46
阅读次数:
240