Problem DescriptionYou, the leader of Starship
Troopers, are sent to destroy a base of the bugs. The base is built underground.
It is actually a huge ...
分类:
其他好文 时间:
2014-05-14 04:02:54
阅读次数:
336
安装时出现“command line option syntax error,Type command/?for help可能是因为你的安装源文件所在的路径中有中文,所以你可将安装文件放在一个没有中文的路径。...
分类:
其他好文 时间:
2014-05-14 01:08:29
阅读次数:
231
下面介绍一款jquery图片播放插件叫Fancybox,项目主页地址:http://fancybox.net/
Fancybox的特点如下:
1、可以支持图片、html文本、flash动画、iframe以及ajax的支持
2、可以自定义播放器的CSS样式
3、可以以组的形式进行播放,导航的按钮(上一项,下一项)
4、如果将鼠标滚动插件(mouse wheel plugin)包含进来的话Fancybox还能支持鼠标滚轮滚动来翻阅图片
5、Fancybox播放器支持投影,更有立体的感觉...
分类:
Web程序 时间:
2014-05-13 00:22:11
阅读次数:
573
Multiple annotations found at this line: - schema_reference.4: Failed to read schema document 'http://www.directwebremoting.org/schema/spring-dwr-2.0.xsd', because 1) could not find the document; 2)...
分类:
编程语言 时间:
2014-05-12 22:55:47
阅读次数:
409
今天遇到几个css中的重要的知识点,记得这些都是以前看过的:margin、padding、border和position。可是用起来还是有很多的问题,以前自己看过去总是懒得记录,等到用起来了都不知道自己记忆中的那些是在那里看到的,找起来特别的麻烦,还是老老实实的写博客写下来吧!本着既然打算写成...
分类:
Web程序 时间:
2014-05-12 21:36:48
阅读次数:
517
body { font-family:Verdana; font-size:14px;
margin:0;} #container {margin:0 auto; width:100%;}定义网页主体 字体是 Verdana 字体大小是 14px
网页主体距离浏览器边框距离为0、又定义了一个类(id...
分类:
Web程序 时间:
2014-05-12 20:43:32
阅读次数:
325
#include using namespace std;#define
TestArrayLengthA(A) sizeof(A)/sizeof(*A)#define TestArrayLengthB(B)
sizeof(B)/sizeof(B[0])//这样测出的是数组可以放多少个元素,比如Ar...
分类:
其他好文 时间:
2014-05-12 19:46:09
阅读次数:
374
JxBrowser能在Windows、Linux、MacOSX(IntelandPPC-based)平台上将MozillaFirefox浏览器完美地整合到JavaAWT/Swing应用程序里。该库程序使用Gecko设计引擎来转换HTML文档。因而保证了它能与许多Internet标准(如HTML4、CSS、XML、JavaScript以及其它)兼容。主要功能用来将HTML..
分类:
编程语言 时间:
2014-05-12 04:07:32
阅读次数:
386