C++, although a marvelous language, isn t perfect. Matthew Wilson has been working with it for over a decade, and during that time he has found inherent limitations that require skillful workarounds. In this book, he doesn t just tell you what s wrong with C++, but offers practical techniques and tools for writing code that s more robust, flexible, efficient, and maintainable. He shows you how to tame C++ s complexity, cut through its vast array of paradigms, take back control over your code--and get far better results
標簽:
marvelous
although
language
Matthew
上傳時間:
2014-01-22
上傳用戶:妄想演繹師
這是基于 XLoadTree 的一個強大功能的展示的例子, 文件個頭也不大, 主要功能集中在 Web 前臺.
最終目標是實現一個易于使用的像 Windows 資源管理器那樣管理遠程 JSP 服務器文件的工具, 功能包括: 查看目錄樹, 瀏覽/下載文件, 刪除文件, 重命名文件, 直接修改文件的內容 內置 GZIP 壓縮過濾器加快網頁傳輸.
我們租用虛擬主機或者建立自己企業的服務器的時候經常會遇到文件管理的問題, 用 FTP 方式固然方便, 不過總是需要用一個 FTP 終端軟件來管理, 而這個工具可以幫你只要有瀏覽器, 就可以方便的操作服務器上的文件.
警告: 目前沒有加入任何密碼保護功能, 請自己考慮加入!
在 Tomcat 5.0 下將壓縮包 filebrowser解壓后直接放置在 {Tomcat安裝目錄}\webapps\ 下面, 然后瀏覽器
鍵入 http://localhost:8080/filebrowser/ 即可看到運行結果
標簽:
XLoadTree
Windows
Web
JSP
上傳時間:
2014-01-03
上傳用戶:wpt