待學工具

今晚技術分享會,研發GG說了幾項很有用的工具,很感興趣,記錄下先:

1、數據庫分析報表:

ORACLE AWR報告,需要DBA權限

2、JAVA分析工具:JProfiler 9  可以分析JAVA代碼執行效率與資源消耗分析、調用的SQL的執行效率等

http://www.ej-technologies.com/index.html

3、curl 通過命令行或者腳本進行數據調用,即向各種協議傳輸數據,一般用以在編程過程中造測試數據

https://curl.haxx.se/


免費開源的工具:https://github.com/curl/curl

4、xmllint 命令行XML工具

http://xmlsoft.org/xmllint.html

解析一個或者多個XML文件,然後根據選項可以獲得多種不同類型的輸出。可以進行XML解析以及校驗XML代碼的錯誤

語法:

xmllint [[--version] | [--debug] | [--shell] | [--debugent] | [--copy] | [--recover] | [--noent] | [--noout] | [--nonet] | [--htmlout] | [--nowrap] | [--valid] | [--postvalid] | [--dtdvalid URL] | [--dtdvalidfpi FPI] | [--timing] | [--output file] | [--repeat] | [--insert] | [--compress] | [--html] | [--xmlout] | [--push] | [--memory] | [--maxmem nbbytes] | [--nowarning] | [--noblanks] | [--nocdata] | [--format] | [--encode encoding] | [--dropdtd] | [--nsclean] | [--testIO] | [--catalogs] | [--nocatalogs] | [--auto] | [--xinclude] | [--noxincludenode] | [--loaddtd] | [--dtdattr] | [--stream] | [--walker] | [--pattern patternvalue] | [--chkregister] | [--relaxng] | [--schema] | [--c14n]] [xmlfile]



發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章