- 浏览: 150824 次
- 性别:
- 来自: 湖南
最新评论
-
天使建站:
只有代码,不能测试,太不方便,还是结合这里的一起看吧 ...
jquery遍历json -
ggxin:
能不能具体说下如何安装jbpm5插件,下载下来的jbpm5里面 ...
eclipse集成jbpm5 -
hyj0903:
struts:commons-fileupload-1.2.1 ...
ssh整合demo -
zoutuo1986:
letry 写道我在eclipse里面配jbpm的runtim ...
eclipse集成jbpm5 -
冬天秋天:
试验一下,果然可行,朋友做得不错!
jquery.validator表单验证id和name问题
文章列表
pacakge显示方式1 要使用java图或都 myclipse默认的视图
pacakge显示方式2 则使用了其它视图。。。
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600 ...
<fx:Style>
@font-face{
src : url(../libs/font/BaroqueScript.ttf);
font-family : "baroqueScript"
}
</fx:Style>
<s:Label text="hello world " fontFamily="baroqueScript" />
字体放置在libs目录下
<s:Panel horizontalCenter="0" verticalCenter="0" width="400" height="300">
</s:Panel>
horizontalCenter="0"水平居中
verticalCenter="0" 垂直居中
eg1:
<s:TextInput id="text1" text="someboy"/>
<s:Label id="lbl1" text="{text1.text}"/>
eg2:
<s:TextInput id="text1" text="@{text2.text}"/>
<s:TextInput id="text2" />
eg3:
...
在adobe flash builder 4中可以使用
ctrl+/ 单行注释
ctrl+shif+c多行注释
一般在 mxml中使用<!-- -->进行注释
<s:TextInput width="174" displayAsPassword="true"/>
挂载U盘的命令:
mount -t vfat /dev/sdb /mnt/usb
卸载的命令:
umount /dev/sdb
可以使用fdisk -ls查看设备
要求:两个变量并非传说中的int类型,不能采用临时变量。。。
在datagrid中要想显示图片,需要注意如下几点
转:http://jquery-easyui.wikidot.com/forum/t-244725
There's no way to set 'rowspan' property for datagrid body. If you want to display long data in cell, set 'nowrap' property to false. To use the 'nowrap' property, avoid using 'frozenColumns' and 'rownumbers' properti ...
国外:
http://sourceforge.net 开源资源下载
http://www.oracle.com/us/sun/index.html
http://www.javaworld.com/
http://www.eclipse.org/
http://www.myeclipseide.com/
http://www.apache.org/
http://www.hibernate.org/
http://www.springsource.org/
http://jquery.com/(淡定)
国内:
http: ...
var jsonData=eval(data);
for(var i=jsonData.length-1;i>=0;i--){
alert(jsonData[i]);
}
json格式为:[111,0]
<action name="sort*" class="sortManage" method="{1}">
<result name="*" type="redirect">/admin/linkSort/sortManage.jsp?mss=${mss}</result>
</action>
在jsp页面中使用String mss=request.getParameter("mss");得到的是乱码! ...
java.lang.NoSuchMethodError: org.hibernate.hql.antlr.HqlBaseParser.recover(Lantlr/RecognitionException;Lantlr/collections/impl/BitSet;)V org.hibernate.hql.antlr.HqlBaseParser.selectClause(HqlBaseParser.java:1391) org.hibernate.hql.antlr.HqlBaseParser.selectFrom(HqlBaseParser.java:1106) org.hibernate. ...
$('#test').datagrid({
title:'分类管理',
iconCls:'icon-save',
width:$(this).parent().width()
height:500
}