`
文章列表
    总结构:   J2EE应用/ |__EJB组件/(haiejb.jar) |  |__META-INF/ |  |  |__ejb-jar.xml |  |  |__jboss.xml |  |__ejbs/ |     |__HaiHome.class |     |__HaiClient.class |     |__HaiBean.class |__WEB应用/(haiejb.war)|  |__haiejb.jsp |  |__WEB-INF/ ...
J2EE应用/|__EJB组件/(haiejb.jar)|  |__META-INF/|  |  |__ejb-jar.xml|  |  |__jboss.xml|  |__ejbs/|     |__HaiHome.class|     |__HaiClient.class|     |__HaiBean.class|__WEB应用/(haiejb.war)|  |__haiejb.jsp|  |__WEB-INF/|     |__web.xml|     |__jboss-web.xml|__META-INF/    |__application.xmljavac -classpath % ...
public List getWorkDailyLogList(String type, Date date,String userId,String queryInfo)    {        StringBuffer sql = new StringBuffer("select guid, title as 标题,convert(char(10),createddate,20) as 日期");        sql.append(getAppRelationCore().getPersonManagementFacade().getColumnStatement(&q ...
In struts, there is only one tag instance with one tag, so if there is one state field in tag class, please don't forget to revert the value of the state field before returning .For example:public class UserDefinedTableTag   extends TagSupport{   private boolean isAddRichScript = false;   public int ...
ipconfig /all
net send name messagefor example:net send zhl hahahahhahaha
<Context path="/OceanSoftPortal" docBase="d:\workspace\OceanSoftPortal\main\web" workDir="d:\workspace\OceanSoftPortal\work" reloadable="true">            <Resource auth="Container" name="jdbc/javadb" type="javax.sql.DataSource ...
mysqldrivers=org.gjt.mm.mysql.Driver logfile=\doc\\lo.txt mysql.url=jdbc:mysql://localhost/数据库名?useUnicode=true&characterEncoding=8859_1 mysql.maxconn=5 mysql.user= mysql.password= mysql.driver=org.gjt.mm.mysql.Drivermysql.url=jdbc:mysql://218.197.19.113/study?useUnicode=true&charact ...
Fisrt, get tag by the id of the tag , then set tag.style.display =" none", the tag will be hidden, if set tag.style.display='',the tag will be displayed,for example:var tag=document.getElementById("tdGrid")tag.style.display="none"or tag.style.display="";
If there is <p id="hiredlist"></p> tag in one jsp page, we want to insert some content into that tag with using javascript, we can do this,document.getElementById('hiredlist').innerHTML=<table></table>how easy that is!
In Hibernate 3.0, we can't use chinese character in HQL statement, if you do that, when The Hibernate  convert HQL statement to Sql statement , The chinese character will be converted to  ???, So you will get uncorrect data from database.But we can do this, we use ? code to instead of chinese charact ...
select table_name from INFORMATION_SCHEMA.TABLES SELECT dbo.syscolumns.name, dbo.syscolumns.colid AS columnID,dbo.sysobjects.ID AS TableID, dbo.systypes.name as DataType,case when dbo.syscolumns.autoval is not null then 1 else 0 end isautoval,  dbo.syscolumns.prec ,dbo.syscolumns.isnullable ,dbo. ...
Following are some phrases & sentences generally used in business letters, and I hope it will be useful while you need to or have to writing or replying business letters or emails in English.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> 一. 商业书信常用开头语 ...
Global site tag (gtag.js) - Google Analytics