debug最新書籤


Icon_arrow_right 742 天前 
Icon_arrow_right 764 天前 
Image-not-available

最近我們家常連不上的原因 Popup

最近我們家常連不上的原因 Popup

原文來自 原木
原木 收藏於 2010/01/11
去年12月中旬我們的部落格搬新家,但在裝潢新家的同時,小白(NAS)卻開始不穩,幾乎每天當機一次,後來尋求原廠的協助,原本以為是硬體的問題,但在一一排除各項硬體設備後,目前已經朝向是系統(韌體)的問題。
Icon_arrow_right 849 天前 
Icon_arrow_right 971 天前 
Image-not-available

!locks failed in windbg ?  Popup

!locks failed in windbg ?  Popup

小浣熊 收藏於 2009/06/18
windbg 6.11 has bug to show critical sections (!locks) use 6.10 instead.
Image-not-available

Debugging Deadlock  Popup

Debugging Deadlock  Popup

小浣熊 收藏於 2009/06/18
This is an old article in windbg manual, however I found that not every one familiar with this. This article helped me a lot while most dead lock result from not obeying lock ordering.
Icon_arrow_right 1044 天前 
Image-not-available

IE8與AJAX (II): 開發者工具與JavaScript偵錯 Popup

IE8與AJAX (II): 開發者工具與JavaScript偵錯 Popup

timhuang 收藏於 2009/04/06
開發者工具的指令碼偵錯功能,讓JavaScript(JScript)的偵錯在IE之中終於變得沒那麼困難了。

在IE8下使用 javascript 除錯的介面及功能介紹    繼續閱讀...

在IE8下使用 javascript 除錯的介面及功能介紹繼續閱讀
Icon_arrow_right 1087 天前 
1127430

使用超高效率的 NTrace 套件追蹤 .NET 程式執行效能與除錯 Popup

使用超高效率的 NTrace 套件追蹤 .NET 程式執行效能與除錯 Popup

原文來自 Will 保哥
Will 保哥 收藏於 2009/02/22
使用超高效率的 NTrace 套件追蹤 .NET 程式執行效能與除錯

ETW 是一個在作業系統核心層級(Kernel-level)的服務,通常用於驅動程式開發的領域,因為大多數驅動程式會在 Kernel-level 執行,除了追蹤除錯不易之外,效能也是另一個考量,所以可想見 ETW 絕對是個超高效能的事...    繼續閱讀...

ETW 是一個在作業系統核心層級(Kernel-level)的服務,通常用於驅動程式開發的領域,因為大多數驅動程式會在 Kernel-level 執行,除了追蹤除錯不易之外,效能也是另一個考量,所以可想見 ETW 絕對是個超高效能的事...繼續閱讀
Icon_arrow_right 1238 天前 
Icon_arrow_right 1367 天前 
1012224

今天成功的利用 WinDbg 分析與解決程式 Hang 住的狀況 Popup

今天成功的利用 WinDbg 分析與解決程式 Hang 住的狀況 Popup

原文來自 Will 保哥
Will 保哥 收藏於 2008/05/18
今天成功的利用 WinDbg 分析與解決程式 Hang 住的狀況

我們之前有一支 Console Program 程式是用來收取 POP3 伺服器中的郵件,並在解析郵件內容後進行分析與後續處理,不過三不五時程式都會 Hang 住不動,導致分析作業無法進行下去。又因為我們在開發環境一直都很正常的執行,...    ...

我們之前有一支 Console Program 程式是用來收取 POP3 伺服器中的郵件,並在解析郵件內容後進行分析與後續處理,不過三不五時程式都會 Hang 住不動,導致分析作業無法進行下去。又因為我們在開發環境一直都很正常的執行,...
Icon_arrow_right 1372 天前 
1009242

drnic's rails-footnotes at master — GitHub Popup

drnic's rails-footnotes at master — GitHub Popup

CrazyLion 收藏於 2008/05/13
Every Rails page has footnotes that link give request information and link back to your source via TextMate [extracted from Rails TextMate bundle project]
Icon_arrow_right 1396 天前 
Icon_arrow_right 1451 天前 
948640

網路揭弊天后--Xdite - 遨遊天地任我行 Popup

網路揭弊天后--Xdite - 遨遊天地任我行 Popup

tern 收藏於 2008/02/24
提起一個名字,許多網路公司可能對她是又敬又怕,一方面很怕自己公司的網站被她抓到小辮子,馬上就會在網路圈引起宣然大波,但她的批評與建議又往往一針見血、言之有物,讓人不得不感到發自內心的佩服。本周,就讓我們來歡迎網路上最有名的揭弊天后、QC專家──Xdite。

很棒的一個訪問,很少有訪問程式設計師的訪談,聽看看吧!    ...

很棒的一個訪問,很少有訪問程式設計師的訪談,聽看看吧!
Icon_arrow_right 1463 天前 
942196

Fiddler-HTTP Debugger Popup

Fiddler-HTTP Debugger Popup

fire 收藏於 2008/02/12
在寫 web 程式時, 常常需要除錯 http header 的時候, 或是要得到 browser 如何和 web server 溝通的過程時, 尤其是在寫 AJAX Code 的時候, 我們對於 packet level 的資訊會十分感興趣. 當然我們可以使用像是 sniffer 或是我常用的 ethereal 來進行封包的監聽, 再接著對這些監聽下來的封包分析. ethereal 可以利用一些 filter 或是關鍵字來進行封包的搜尋, 以方便在茫茫封包海中找到我們感興趣的資料.
Icon_arrow_right 1492 天前 
922596

Fiddler HTTP Debugger - A free web debugging tool Popup

Fiddler HTTP Debugger - A free web debugging tool Popup

CrazyLion 收藏於 2008/01/14
Fiddler is a HTTP Debugging Proxy which logs all HTTP traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP Traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language. Fiddler is freeware and can debug traffic from virtually any application, including Internet Explorer, Mozilla Firefox, Opera, and thousands more.

網頁開發 debug 工具    ...

網頁開發 debug 工具
Icon_arrow_right 1523 天前 
903002

邦邦的部落格(Beta): Android Debug Bridge Popup

邦邦的部落格(Beta): Android Debug Bridge Popup

笨蛋小傑西 收藏於 2007/12/14
提供了一些 command line 指令,來與模擬器做溝通,相關指令如下:
Icon_arrow_right 1529 天前 
Icon_arrow_right 1556 天前 
Icon_arrow_right 1558 天前 
872852

Linux & Ocarina: Stack Dump Debug Tip Popup

Linux & Ocarina: Stack Dump Debug Tip Popup

笨蛋小傑西 收藏於 2007/11/09
In developing embedded system, developer may encounter an ambiguous condition that the system so limited that cannot run gdb, and the network is also too unstable to run gdb-server. And the rootfs is too small that core dump is not available. In such miserable condition there is still a powerful debug skill: stack dump.
Icon_arrow_right 1567 天前 
866567

Using PDT : User Guide : PHP Source Level Debugging - PDTWiki Popup

Using PDT : User Guide : PHP Source Level Debugging - PDTWiki Popup

Kirin Lin 收藏於 2007/10/31

For setting up a debug configuration and doing real debugging with Eclipse PDT    ...

For setting up a debug configuration and doing real debugging with Eclipse PDT
Icon_arrow_right 1592 天前 
846605

今天的 Tetralet 又在唧唧喳喳了 | Linux 除錯利器 - GDB 簡介 Popup

今天的 Tetralet 又在唧唧喳喳了 | Linux 除錯利器 - GDB 簡介 Popup

笨蛋小傑西 收藏於 2007/10/06
GDB 是 Linux 上最常見的除錯器。我們將以一個簡易的小程式來介紹如何使用 GDB 來替程式除錯。
Icon_arrow_right 1633 天前 
Icon_arrow_right 1671 天前 
Icon_arrow_right 1672 天前 
668346

Open On-Chip Debugger Popup

Open On-Chip Debugger Popup

letoh 收藏於 2007/07/18
The Open On-Chip Debugger (openocd) aims to provide debugging, in-system programming and boundary-scan testing for embedded target devices. The targets are interfaced using JTAG (IEEE 1149.1) compliant hardware, but this may be extended to other connection types in the future.
Icon_arrow_right 1693 天前 
616646

Tsung's Blog | MySQL 設定 記錄執行過的 SQL 語法 Popup

Tsung's Blog | MySQL 設定 記錄執行過的 SQL 語法 Popup

原文來自 Jon
elleryq 收藏於 2007/06/27
第一種: 查 Slow query 的 SQL 語法: * log_slow_queries = /var/log/mysql/mysql-slow.log * long_query_time = 2 (超過 2秒的 SQL 語法記錄起來, 設短一點來記錄除錯也是一種方法 XD) 第二種: 設 MySQL Replication 用 binlog: * log_bin = /var/log/mysql/mysql-bin.log (此檔要用 mysqlbinlog 解來看) * mysql 會將所有 INSERT/UPDATE/DELETE 語法記於此(但是語法可能跟你想的不同), 這是要寫給 SLAVE 用的 log 檔 第三種: 推薦此方法, 將 MySQL 執行的每行指令全都記錄起來: * log = /tmp/mysql.log restart mysql 後, tail -f /tmp/mysql.log 就可以看到囉! :)
Icon_arrow_right 1707 天前 
[推薦] 點點印,把你的照片變成寫真書/照片書!

這些內容是怎麼產生的?

黑米沒有編輯,所有內容都是使用者貢獻。網站每天會分析最近最多人收藏的書籤,越多人收藏,排在越上面。綠色的數字代表收藏推薦的人數。

書籤心得

需要幫忙嗎?
黑米小工具

黑米數位版權所有 Copyright© 2006-2008 HEMiDEMi. All Rights Reserved.