`
hyj0903
  • 浏览: 148266 次
  • 性别: Icon_minigender_1
  • 来自: 湖南
社区版块
存档分类
最新评论
文章列表
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 }
Global site tag (gtag.js) - Google Analytics