jsp blog系統 說明:
1,使用前,請先打開db.java修改其中的數據庫信息,然后用你的jdk編譯后放入WEB-INF\classes\dbpac\下。將所有文件上傳到服務器,然后運行install.html建立數據庫。安裝完畢后,請手動刪除install.html和install.jsp
2, 如果是unix服務器,請設置config.php,db.php,links.php,skinlist.php的文件權限設置為777
3, 打開js目錄下的my.js,根據自己的需要修改即可。
4,打開JavaMail.jsp,將 "郵件服務器登錄用戶名"," 郵件服務器登錄密碼","發送人郵件地址","接受人郵件地址",替換成自己的信息。(郵件服務器最好為163的郵箱,否則有些郵箱可能不支持。推薦 接受人郵件地址為您的QQ郵箱地址,這樣方便。注意 發送人郵件地址必須和您的郵件服務器用戶名匹配。)
標簽:
blog
jsp
上傳時間:
2013-12-15
上傳用戶:lhw888
Java has become a confusing world. Five years ago, there were few decisions to make once
you started programming in Java—you used AWT for graphical user interfaces, sockets for
network programming, and hacked together everything else you needed. Since then, though,
the APIs available for the Java language have grown, and grown. . . and grown. Now you can
dabble in Swing, servlets, Enterprise JavaBeans (EJB), JavaMail, and more. Additionally,
there are now packages of APIs, like the Java 2 Micro Edition (J2ME) and Java 2 Enterprise
Edition (J2EE). While these packages seem to be nicely wrapped bundles of useful APIs, they
don t help the average developer figure out how to piece together the APIs contained in these
packages. Though it s simple to find documentation on the individual APIs, getting the "big
picture" is difficult, at best. One of the most interesting, but difficult, aspects of Java today is
building Java enterprise applications using the J2EE package.
標簽:
confusing
decisions
become
world
上傳時間:
2013-12-30
上傳用戶:haoxiyizhong