`
文章列表
    comment on table "HNASIS_TEST"."TA_FLIGHT_V2" is '系统的航班基本信息表';     comment on column "HNASIS_TEST"."TA_FLIGHT_V2"."FLT_ALCDTW" is '航空公司两字代码'; 1.exception setting property value with CGLIB (set hibernate.cglib.use_reflection_optimizer=false for mo ...
其实很简单!!! var t = document.getElementById('table_id'); var tr = document.createElement('tr'); var td = document.createElement('td'); td.innerHTML = "name:<input type='text' name='n' />"; tr.appendChild(td); t.appendChild(tr); 操作HTML元素,把select换成input 先把select放到一个span中,然后 ...
select level ,id,name,parentid from temptable2   connect by prior parentid(属于顶层的列)=id(子层的列)  start with id =1 select t.obj_id ,t.p_obj_id ,t.area_name from saas.asset_physical_area t start with obj_id='1' connect by prior obj_id = p_obj_id;
//ajax function retrieveURL(url,nameOfFormToPost) { //convert the url to a string url=url+getFormAsString(nameOfFormToPost); //Do the AJAX call if (window.XMLHttpRequest) { // Non-IE browsers req = new XMLHttpRequest(); req.onreadystatechange = proces ...
<bean id="dataSource" class="org.springframework.jndi.JndiObjectFactoryBean"> <property name="jndiName"> <value>java:/jdbc/src-name</value> </property> </bean>
<generator class="sequence" > <param name="sequence">XXX.SEQ_XXXXX</param> </generator>
1 进入页面前有个FORM,设置好了FORM的各个值 2 进入页面时通过GET方法把值去除来放在页面的html:xxx 元素中在页面,这里取得的都是字符串,即使XXX元素是放的对象,他取出的也是对象的toString 3 提交时装填FORM,装填不了对象,只能通过SET方法装填对象的属性值(字符串,装填的都是字符串!!!),这里的FORM应该是新的form了,而不是进入前ACTIONG中设置好的form!!!而且这个新FORM原页面是拿不到的。。。
1. *.hbm.xml中配置 <many-to-one name="user" entity-name="User" fetch="select" not-found="ignore" lazy="false"> <column name="PRINCAIPAL_USER_OBJ_ID"> <comment>负责人</comment> ...
1.写ApplicationResources.properties文件 peizhi = /xxxx/xxxx(这个里用%java_home%\bin\native2ascii传换下) 2.在struts-config.xml中配置 <message-resources parameter="com.xxx.ApplicationResources" null="false" key="cfgkey"> </message-resources> 3.将文字替换成标签 <bea ...
1.TLD编写 <?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"> <taglib> <tlib-version>1.0</tlib-version> ...
Global site tag (gtag.js) - Google Analytics