freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

jsp財務(wù)管理系統(tǒng)畢業(yè)設(shè)計論文-資料下載頁

2024-11-23 16:20本頁面

【導(dǎo)讀】網(wǎng)絡(luò)管理系統(tǒng)是計算機(jī)技術(shù)和網(wǎng)絡(luò)迅速發(fā)展的一個辦公應(yīng)用解決方。網(wǎng)絡(luò)管理系統(tǒng)將Inter網(wǎng)絡(luò)技術(shù)與現(xiàn)代管理觀念相融合。安全的、專有的數(shù)字化信息源。這樣的情況下對工作人員異地辦公是不能實(shí)現(xiàn)的。JSP是一種HTML內(nèi)嵌式的語言類似IIS上的ASP。JSP跟Tomcat緊密結(jié)合的特性;加上它不斷的更新及加。JSP可以編譯成具有與許多數(shù)據(jù)庫相連接的函數(shù)。訊網(wǎng)HTTP及Tomcat伺服器;目錄協(xié)定LDAP以及其它網(wǎng)路的相關(guān)函式。JSP寫出來的Web后端CGI程式,可以很輕易的移植到不同的作業(yè)平臺上。到SUN工作站上,不用重新編譯CGI程式。伸縮性傳統(tǒng)上網(wǎng)頁的交互作用是通過CGI來實(shí)現(xiàn)的。程序的伸縮性不很理想,因?yàn)樗鼮槊恳粋€正在運(yùn)行的CGI程序開一個獨(dú)立進(jìn)程。JSP就可以以這種方式安裝,雖然很少有人愿意這樣以CGI. 內(nèi)嵌的JSP可以具有更高的可伸縮性。錢,可以從JSP官方站點(diǎn)自由下載。JSP遵守GNU公共許可(GPL。數(shù)據(jù)庫的流行而廣泛使用起來的。MSSQLserver2020所提供的API進(jìn)行開發(fā)。允許基于主機(jī)的認(rèn)證。和其它許多函數(shù)。

  

【正文】 39。 and xingzhi 39。+xingzhi+39。 order by id desc 。 DBO dbo new DBO 。 list new ArrayList 。 。 try rs sql 。 while List list2 new ArrayList 。 1 。 2 。 3 。 4 。 5 。 6 。 7 。 list2 。 return list。 catch Exception e 。 return null。 finally 。 public List getAllCaiWu7 String ks,String xingzhi String sql select * from inmoney where addtime 39。+ks+ 23:59:5939。 and xingzhi 39。+xingzhi+39。 order by id desc 。 DBO dbo new DBO 。 list new ArrayList 。 。 try rs sql 。 while List list2 new ArrayList 。 1 。 2 。 3 。 4 。 5 。 6 。 7 。 list2 。 return list。 catch Exception e 。 return null。 finally 。 //all in ,all out public List getAllIn String xingzhi String sql select * from inmoney where xingzhi 39。+xingzhi+39。 order by id desc 。 DBO dbo new DBO 。 list new ArrayList 。 。 try rs sql 。 while List list2 new ArrayList 。 1 。 2 。 3 。 4 。 5 。 6 。 7 。 list2 。 return list。 catch Exception e 。 return null。 finally 。 package 。 /** * * 管理員登陸 修改密碼 登陸記錄查詢 通用類文件 * */ import 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 public class AdminBean private List list。 private ResultSet rs null。 private int EVERYPAGENUM 2。 private int count 1。 private int 0。 private String sql select count * from adminlog。 private String sql2 select * from adminlog order by id desc 。 //聲明時間變量 String date new SimpleDateFormat yyyyMMdd HH:mm:ss .format .getTime 。 //分頁查詢登陸日志 public void setEVERYPAGENUM int EVERYPAGENUM EVERYPAGENUM。 public int getMessageCount //得到信息總數(shù) DBO dbo new DBO 。 。 try rs sql 。 。 count 1 。 return count。 catch SQLException ex 。 return 1。 finally 。 public int getPageCount //得到共多少頁(根據(jù)每頁要顯示幾條信息) if count % EVERYPAGENUM 0 return count / EVERYPAGENUM。 else return count / EVERYPAGENUM + 1。 public List getMessage int page //得到每頁要顯示的信息 DBO dbo new DBO 。 。 List list new ArrayList 。 try rs sql2 。 for int i 0。 i page 1 * EVERYPAGENUM。 i++ 。 for int t 0。 t EVERYPAGENUM。 t++ if ++。 List list2 new ArrayList 。 id 。 username 。 password 。 logintime 。 loginip 。 useros 。 ok 。 list2 。 else break。 //減少空循環(huán)的時間 return list。 catch SQLException ex 。 return null。 finally 。 //管理員登錄 更新登錄次數(shù) 寫登錄日志 public int adminLogin String username,String md5password,String password,String loginip,String useros String sql select * from admin where username 39。+username+39。 and isuse 39。139。 String sql2 insert into adminlog username,password,logintime,loginip,useros,ok values 39。+username+39。,39。+md5password+39。,39。+date+39。,39。+loginip+39。,39。+useros+39。,39。true39。 。 String sql3 insert into adminlog username,password,logintime,loginip,useros,ok values 39。+username+39。,39。+password+39。,39。+date+39。,39。+loginip+39。,39。+useros+39。,39。false39。 。 String sql4 update admin set logintimes logintimes+1 where username 39。+username+39。 。 DBO dbo new DBO 。 String pwd。 。 try rs sql 。 if pwd password 。 if .equals md5password sql2 。 sql4 。 return 。 else sql3 。 return 。 else sql3 。 return 。 catch Exception e 。 return 。 finally 。 //查詢管理員信息 public List getAdminInfo String username String sql select * from admin where username 39。+username+39。 。 DBO dbo new DBO 。 。 list new ArrayList 。 try rs sql 。 。 username 。 flag 。 logintimes 。 date 。 quanxian 。 return list。 catch Exception e 。 return list。 finally 。 //admin edit password public int editPassword String username,String oldpwd,String newpwd String sql select * from admin where username 39。+username+39。 and password 39。+oldpwd+39。 String sql2 update admin set password 39。+newpwd+39。 where username 39。+username+39。 DBO dbo new DBO 。 。 try rs sql 。 if int i sql2 。 if i 1 return 。 else return 。 else return 。 catch Exception e 。 return 。 finally 。 //add manager public int addManager String username,String password,String type,String isuse String sql insert into admin username,password,creattime,flag,isuse,logintimes,quanxian values 39。+username+39。,39。+password+39。,39。+date+39。,39。+type+39。,39。+isuse+39。,39。039。,39。11139。 。 String sql2 select * from admin where username 39。+username+39。 DBO dbo new DBO
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1