摘要:
SQL:select id,pid,treename,url,treetype from web_menu_tree where roleid = 1 and delflag = 1 start with id = 1 connect by prior id = pid表结构-- Create tablecreate table WEB_MENU_TREE( ID NUMBER not null, PID NUMBER, TREENAME VARCHAR2(200), URL VARCHAR2(200), ROLEID ... 阅读全文
摘要:
提供部分代码 String sql="*****"; List list = commonDao.getAllRecord(sql);GetProperties gp = new GetProperties("dictionary");String spath = ServletActionContext.getServletContext().getRealPath("/")+ gp.getProp("uploadpath");String name = "planbuycar"+ StrUt 阅读全文
摘要:
<?php/* * Created on 2011-7-13 * long.tang * To change the template for this generated file go to * Window - Preferences - PHPeclipse - PHP - Code Templates */?><?php require_once('conn.php'); require_once('checklogin.php'); require_once('function.php');//用php将mysql中 阅读全文