zishen.blogspot.com zishen.blogspot.com

zishen.blogspot.com

Sean's Blog

Thoughts on Software Development. Sunday, July 10, 2011. 最近看到了一個令人匪夷所思的 Crash Dump,Call Stack 是長這樣:. 0c 078efe7c 770d15a8 oleaut32! DllMain 0x76 (Unloaded) 0d 078efe9c 7c94118a oleaut32! DllMainCRTStartup 0x52 (Unloaded) 0e 078efebc 7c953a23 ntdll! LdrpCallInitRoutine 0x14 0f 078eff34 7c80c126 ntdll! LdrShutdownThread 0xd7 10 078eff6c 7813299f kernel32! ExitThread 0x3e 11 078eff74 781329c0 msvcr80! Endthreadex 0x1f 12 078effac 78132a47 msvcr80! Callthreadstartex 0x20 13 078effb4 7c80b713 msvcr80! 這篇文章是針對...

http://zishen.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR ZISHEN.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.4 out of 5 with 9 reviews
5 star
2
4 star
4
3 star
1
2 star
0
1 star
2

Hey there! Start your review of zishen.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.7 seconds

FAVICON PREVIEW

  • zishen.blogspot.com

    16x16

  • zishen.blogspot.com

    32x32

  • zishen.blogspot.com

    64x64

  • zishen.blogspot.com

    128x128

CONTACTS AT ZISHEN.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Sean's Blog | zishen.blogspot.com Reviews
<META>
DESCRIPTION
Thoughts on Software Development. Sunday, July 10, 2011. 最近看到了一個令人匪夷所思的 Crash Dump,Call Stack 是長這樣:. 0c 078efe7c 770d15a8 oleaut32! DllMain 0x76 (Unloaded) 0d 078efe9c 7c94118a oleaut32! DllMainCRTStartup 0x52 (Unloaded) 0e 078efebc 7c953a23 ntdll! LdrpCallInitRoutine 0x14 0f 078eff34 7c80c126 ntdll! LdrShutdownThread 0xd7 10 078eff6c 7813299f kernel32! ExitThread 0x3e 11 078eff74 781329c0 msvcr80! Endthreadex 0x1f 12 078effac 78132a47 msvcr80! Callthreadstartex 0x20 13 078effb4 7c80b713 msvcr80! 這篇文章是針對...
<META>
KEYWORDS
1 sean's blog
2 weekend projects
3 twitter
4 facebook
5 linkedin
6 aboutme
7 windbg oleaut32
8 dllmain 0x76 除錯筆記
9 threadstartex 0x66
10 在程式要回到 oleaut32
CONTENT
Page content here
KEYWORDS ON
PAGE
sean's blog,weekend projects,twitter,facebook,linkedin,aboutme,windbg oleaut32,dllmain 0x76 除錯筆記,threadstartex 0x66,在程式要回到 oleaut32,參考資料:,load and unload,posted by,sean yen,no comments,email this,blogthis,share to twitter,share to facebook,labels windbg
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Sean's Blog | zishen.blogspot.com Reviews

https://zishen.blogspot.com

Thoughts on Software Development. Sunday, July 10, 2011. 最近看到了一個令人匪夷所思的 Crash Dump,Call Stack 是長這樣:. 0c 078efe7c 770d15a8 oleaut32! DllMain 0x76 (Unloaded) 0d 078efe9c 7c94118a oleaut32! DllMainCRTStartup 0x52 (Unloaded) 0e 078efebc 7c953a23 ntdll! LdrpCallInitRoutine 0x14 0f 078eff34 7c80c126 ntdll! LdrShutdownThread 0xd7 10 078eff6c 7813299f kernel32! ExitThread 0x3e 11 078eff74 781329c0 msvcr80! Endthreadex 0x1f 12 078effac 78132a47 msvcr80! Callthreadstartex 0x20 13 078effb4 7c80b713 msvcr80! 這篇文章是針對...

INTERNAL PAGES

zishen.blogspot.com zishen.blogspot.com
1

Sean's Blog: 05/2011

http://zishen.blogspot.com/2011_05_01_archive.html

Thoughts on Software Development. Sunday, May 29, 2011. Automate Characterization Test by Googletest. 也許你我都有面對過自己不熟析的程式碼的經驗,通常我會用兩種方式來了解程式碼:一種方式就是直接面對做 Code Tracing,讀文件,檢視所有的流程;另一種方式就是從外面去測試,Live Debugging,看看這個程式碼的行為為何。 Characterization Test 指的就是類似後者的策略。Characterization Test 主要是要藉由測試的過程,去檢查(Check)現有的程式碼的行為,而不是去驗證(Verify)現有程式碼是否有符合Specification。最終的目的就是要取出可以代表目前程式碼的特徵(Characterizing)。 Bool CheckSupportedLocale(std: string locale) { return (0 = locale.compare("en-us") ; }. 最後,Characterization Test 所找...

2

Sean's Blog: 08/2010

http://zishen.blogspot.com/2010_08_01_archive.html

Thoughts on Software Development. Friday, August 27, 2010. 介面的文字要明確之外,還要白話。像是UAC視窗,剛從XP時代升級上來的使用者,會因為UAC被嚇到。另一種想法就是要有足夠的教育訊息(第一次發生UAC的時候可能要有一段簡易的Tutorial。). 使用者完成他的目的後,介面一定要有明確的訊息去告訴使用者目前已經完成。有些程式是Console模式,執行完就消失,使用者完全不知道是做完了沒。 初階的使用者更需要準確的指示讓他們Steps by Steps完成一件事情,如果提供一些模糊的指示只會讓他們更害怕去操作。(像是Screen Shot比文字描述更容易讓初階使用者接受). Subscribe to: Posts (Atom). View my complete profile. Buffered I/O and Unbuffered I/O. Win32程式設計: beginthreadex or CreateThread? ISO C Committee Approves C 0x Final Draft.

3

Sean's Blog: 11/2009

http://zishen.blogspot.com/2009_11_01_archive.html

Thoughts on Software Development. Wednesday, November 25, 2009. 軟工隨想:User Login is not a Use Case. 以前在學校的時候上過一門軟體工程的課,課堂最後有個期末專題。專題內容就是要我們親自跑一次Project。我記得那時候做了一個線上聊天室系統,在台上Demo系統Login的時候,被助教問了個問題:為什麼User Login不在你們的Use Case中? 對呀,為什麼我忘記把Login/Logout放進Use Case中呢?當時我一直覺得一定是自己的粗心大意,忽略了這個功能。不過,最近閱讀到Karl的書,作者指出User Login並不適合放進Use Case中,也解答了 為何從需求的角度來看待系統,很容易就會忽略User Login的Use Case. 這也就是為何User Login不算是User Case。 對於我們的聊天室系統,使用者的目標就是選擇一個聊天室,然後開始打字聊天. 8220;More About Software Requirement”, Karl E. Wiegers.

4

Sean's Blog: 03/2010

http://zishen.blogspot.com/2010_03_01_archive.html

Thoughts on Software Development. Sunday, March 14, 2010. 最近閱讀的經濟書籍當中,最想推薦的大概就是這本了。內容涵蓋範圍很廣,作者明快的敘述了20世紀的華爾街與學術界在經濟學和財務學上的互動。 從前都是單獨閱讀大師的著作,多少會被作者的思維帶著走。不過從歷史的角度來閱讀,多了比較,也多了一些批判。如果有看過裡面提到的一些書籍,我想更會有把事情串起來的感覺。 題外話,好像電腦科學從二戰之後也已經快要步入百年歷史,不知道有沒有類似的書籍也可以來讓讀者過癮一下呢。 Subscribe to: Posts (Atom). View my complete profile. Buffered I/O and Unbuffered I/O. Win32程式設計: beginthreadex or CreateThread? ISO C Committee Approves C 0x Final Draft. Simple template. Powered by Blogger.

5

Sean's Blog: 03/2011

http://zishen.blogspot.com/2011_03_01_archive.html

Thoughts on Software Development. Monday, March 28, 2011. 在我的工作環境中,Developer和QA是兩個不同的腳色。在開發的過程中兩者就不斷的在Coding-Testing-Debugging的反覆循環中讓事情繼續前進。就因為這個生產線般的過程,Developer所做的事情都會直接影響QA的工作效率。 所以,如果你是Developer,在你提交你的程式碼以前,請保持以下的好習慣:. 不管修了多小的Defect,請在自己的機器上測過一次,然後再交給QA。如果你聲稱解決了某個Defect,QA卻驗證失敗,除了浪費了QA的驗證時間(人家也是要在很多Test Case之間Context-Switch的.),也會讓QA對於Developer的程式碼失去信心。 要讓QA對團隊做最大的貢獻,就是不要浪費他們的時間。留給QA更多時間去設計複雜的測試案例,就更有機會在早期發現問題,早期治療。身為Developer也就少一點機會成為下一個在版本釋出後才出包的苦主。XD. Thursday, March 24, 2011. Buffered I/O 讀寫的資料都會經...

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

SOCIAL ENGAGEMENT



OTHER SITES

zishe.com zishe.com

zishe.com

zishe.net zishe.net

含义+个性=品牌

This domain name is for sale. 您正在访问的域名可以转让! If you would like to purchase this domain name, please. To make an offer. Site=zishe.net&Menu=no" title="点击这里给我留言" target=" blank" class="bg". Escrow through ename.com. Wwwename.com is the largest domain registrar and escrow services company in China. The first and leading registrar in China which provides complete professional domain service system. The CNNIC first recommended transaction platform. For the detail process, you can visit here.

zished.com zished.com

Zished

GREAT GIFTS and TREATS. It's As Easy As. Select your gifts or treats from our curated selection. Tell us when and where you want them delivered in Accra, Ghana. Sit back, relax and watch us make you look ridiculously good. Why Zished Will Leave You Feeling Like A Star. Awesome customer service, we're always happy to chat with you regardless of the reason. A gift for every budget with a fixed delivery fee - We make sure there are no hidden or extra fees. Need More Reasons to Use Zished? We'll Give You 10.

zisheekhan.blogspot.com zisheekhan.blogspot.com

Alarming Call

Sunday, November 4, 2012. درد کا عنوان دھتکار ہی تو ہے. Click Link for Read Column. Http:/ www.saach.tv/2012/11/03/dard-ka-anwaan-dhutkaar-hi-to/. Sunday, July 22, 2012. اتنا آسان نہیں محترمہ. Http:/ www.saach.tv/2012/07/22/itna-asan-nahi-muhtarma/. Thursday, July 19, 2012. مقدمہ دوہری شخصیت کا. Http:/ www.saach.tv/2012/07/18/mukadama-duhri-sehriyat-ka/. Molana Fazl ul Rehman. Thursday, July 12, 2012. پاکستانی انقلاب ۔ ۔ ۔ ہماری کوئ دوسری برانچ نہیں ہے'. شیخ صاحب ،اسلام آباد اورمظلوم سقراط.

zishehui.com zishehui.com

zishehui.com域名出售,zishehui.com可以转让,this domain is for sale

This domain name is for sale.您正在访问的域名可以转让! Site=zishehui.com&Menu=no" title="点击这里给我留言" target=" blank" class="bg". If you would like to purchase this domain name, please click here. To make an offer. 1Escrow through ename.com. Wwwename.com is the largest domain registrar and escrow services. Company in China. The first and leading registrar in. China which provides complete professional domain service system. The CNNIC first recommended transaction platform.For. The detail process, you can visit here.

zishen.blogspot.com zishen.blogspot.com

Sean's Blog

Thoughts on Software Development. Sunday, July 10, 2011. 最近看到了一個令人匪夷所思的 Crash Dump,Call Stack 是長這樣:. 0c 078efe7c 770d15a8 oleaut32! DllMain 0x76 (Unloaded) 0d 078efe9c 7c94118a oleaut32! DllMainCRTStartup 0x52 (Unloaded) 0e 078efebc 7c953a23 ntdll! LdrpCallInitRoutine 0x14 0f 078eff34 7c80c126 ntdll! LdrShutdownThread 0xd7 10 078eff6c 7813299f kernel32! ExitThread 0x3e 11 078eff74 781329c0 msvcr80! Endthreadex 0x1f 12 078effac 78132a47 msvcr80! Callthreadstartex 0x20 13 078effb4 7c80b713 msvcr80! 這篇文章是針對...

zishen.cc zishen.cc

子申传媒_巴市网站制作_巴市网站建设_巴市软件开发

zishen.com zishen.com

Zishen

zishen.com.tw zishen.com.tw

日盛搬家公司-台北搬家,新北市搬家推薦公司

搬家專線 02-2596-0011 (北市) 02-2928-2808 (中永和) 02-22-995995 (新北市). 行動電話 0933-871111 傳真 02-22994207.

zishen.lawyermr.com zishen.lawyermr.com

深圳资深律师 - 深圳资深婚姻/离婚,劳动,经济纠纷,合同纠纷律师

zishen100.com zishen100.com

昆山教育-昆山家教-昆山资深教育

特色提分课程 1 对 1 辅导、1 对 2. 139-1404-2696 王老师 137-7317-8471 李老师. 地址 凯悦花园31幢207室门面 同丰路与黑龙江路交叉口 市政府东 华雄楼上.