`
lixw
  • 浏览: 196609 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论
文章列表
转自:http://hi.baidu.com/serial_story/blog/item/e9d6668213bb85aa0cf4d293.html   configure: error: C++ preprocessor "/lib/cpp" fails sanity check according to some articles on web: 1.http://forum.ubuntu.org.cn/viewtopic.php?f=85&t=102970 出现该情况是由于c++编译器的相关package没有安装,以超级用户登陆,在 ...
      最近大家都在玩虚拟机,也决定装一个玩玩,要不然还真对不起这双核2.53的CPU。 安装虚拟机,安装Ubuntu,以及常用的JDK,Tomcat,Mysql暂且不说了,网上有一大堆的文章可以信手拈来。 不过在安装was6.1倒是让哥们汗了一把! 记录如下:   1、问题一:安装向导链接无效      首先 launchpad.sh,出现了熟悉的安装向导,可是链接却死活点不动(据同事说直接在服务器上安装的时候是OK的),郁闷!随机gedit了一下launchpad下的html, js,更郁闷没看出个所以然。后来索性来到了WAS目录下,gedit了一把install,s ...

JSR

这才是Java:http://jcp.org/en/jsr/all
Ajax/RIA框架异彩纷呈,该如何做出取舍呢,《 Ajax Framework Analysis Results 》这篇文章给了我们一个选型案例。 在这篇文章中作者通过对比许多主流的Ajax框架,给出了一个矩阵图: 其中罗列出了标注为不同权重的20多个比较项目,如:浏览器支持,可靠性,性能,可测试性, 生产力等等。 当然你可以借助这个决策中心作出选择:《 Ajax Frameworks Decision Center 》,当然你要先注册哦! JavaEye中googleme同学的E文:《 关于JS框架选择 》,先标记下来再看看。
JUnit4通过大量引入Annotation,让我们的测试变得更加简单和高效。通过学习深入探索Junit4 的例子,进行了一些小小实践: import static org.junit.Assert.*; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Ignore; import org.junit.Test; /** * @Before:初始化方法 * @Afte ...
转自:http://www.cnblogs.com/binyong/archive/2009/03/17/1414774.html        今天测试div层和flash的交互,发现div层总是被flash层遮盖,在百度上找了一会, 说是加个<param name="wmode" value="transparent" />就成了, 我加完后在IE下问题是解决了,但是FF下好像没有反应,后来才知道IE中和FF加的代码是不一样的,如下:   IE浏览器下可用      <param name="wmode ...
一个利用Dom4j实现了简单功能树组件,仅仅是简单使用,所有功能树和角色配置在XML文件中。
参考这里:http://www.cnblogs.com/kaixin110/archive/2007/12/25/1013722.html   kaixin110 写道 对于UTF-8编码的文件来说, BOM头是可有可无的. 如果用dom4J加载含有BOM 头的UTF-8格式的xml文件, 却会抛出"Content is not allowed in prolog"异常. 原来无BOM头的UTF-8文件在经过UltraEdit编辑后, UltraEdit会擅自作主添加一个 BOM头(EditPlus无此问题, 记事本似乎有此问题), 即使去掉UltraEdit中与BOM ...
  一、标签选择器:   顾名思议,标签选择器是直接将HTML标签作为选择器,可以是p、h1、dl、strong等HTML标签。如: p { font:12px;} em { color:blue;} dl { float:left; margin-top:10px;}   二、id选择器:   我们通常给页面元素定义id。例如定义一个层 <div id="menubar"></div> 然后在样式表里这样定义: #menubar { margin:0 auto; background:#ccc; color:#c00; }     其中"m ...
1、are you launching your app from Ext.onReady() ? 2、This typically happens when you are trying to extend from a class that doesn't exist . For example if you tried to extend from Ext.grid.GRidPanel. (Notice the capital R in GridPanel). If you are extending from any classes then you should check to ...
  Ext.fly()正解 写道 Result: higher performance, lower memory usage. You only need to keep in mind that you cannot keep Element returned by Ext.fly for later use as it's dom will sooner or later gets replaced by another one. 写道 仅在第一次调用Ext.fly时创建一个Flyweight对象(该对象包含了Element的所有操作接口)并将其缓存,之后的所有fly操 ...
先看看这里的说明:http://www.cnblogs.com/beginor/archive/2008/03/07/1095887.html   测试代码:   Employee = function(name) { this.name = name; this.addEvents({ "confirm" : true, "quit" : true }); this.confirmBeforeQuit(); }; Ext.extend(Employee, Ext.util.Observable, { confirmB ...
简单介绍: XmlBeans 提供了一种直接的读写XML的方式,它通过从XML Schma编译生成对象Jar包,提供了以面向对象的方式处理XML的高效机制。   快速上手: 1、定义XML模式,这个可以通过XmlSpy这样的工具图形化生成; 2、利用命令scomp scomp的语法如下:-   scomp [options] [dirs]* [schemaFile.xsd]* [service.wsdl]* [config.xsdconfig]*      主要参数说明:   -src [dir]      -- 生成的Java Classes存放目录   -srconly      -- ...
首先看一个界面:   默认情况下,Ext中的FormPanel各个Field是一个占一行,如果想实现上面的横排,如何做呢? Google了一下,发现下面几种解决方案: 利用CSS控制:http://www.iteye.com/topic/178772 利用DOMHelper处理:http://www.phpweblog.net/susam119/archive/2007/12/06/2474.html 利用Table布局:http://www.blogjava.net/wangbing/archive/2008/11/09/239574.html 对于1的方式,无法实现连续换行 ...
easyb has been nominated as a 2008 Jolt award finalist , baby! I know I speak for the entire easyb team when I say we are truly honored to have been considered for such prestigious award. The awards are segregated into categories and easyb is in the Testing Tools category along with such tools as ...
Global site tag (gtag.js) - Google Analytics