內文加上%0D%0A就可以斷行了!
資料來源:
How to enter line break into mailto body command
2013年4月11日 星期四
2013年3月23日 星期六
windows 8 更新出現8024800A的錯誤而無法完成更新
windows 8 更新出現8024800A的錯誤,可參考如下的做法:
1.使用管理員權限打開命令提示字元
2.輸入net stop wuauserv後按enter
3.輸入ren c:\windows\SoftwareDistribution softwaredistribution.old後按enter
4.輸入net start wuauserv後按enter
5.輸入exit後按enter
6.重新執行windows update
資料來源:
http://answers.microsoft.com/en-us/windows/forum/windows_8-windows_update/window-update-fails-with-code-8024800a/84d5d997-35a4-4035-b6e0-5de60d7aee39
1.使用管理員權限打開命令提示字元
2.輸入net stop wuauserv後按enter
3.輸入ren c:\windows\SoftwareDistribution softwaredistribution.old後按enter
4.輸入net start wuauserv後按enter
5.輸入exit後按enter
6.重新執行windows update
資料來源:
http://answers.microsoft.com/en-us/windows/forum/windows_8-windows_update/window-update-fails-with-code-8024800a/84d5d997-35a4-4035-b6e0-5de60d7aee39
2013年3月5日 星期二
jquery .height在chrome/safari無法抓到正確的數值
當使用jquery的$height()時.發現在chrome及safari無法抓到正常的高度.
經過google查詢.發現$(document).ready() 改用為$(window).load()就正常了.
兩個的差異如下:
$(document).ready()代表DOM已經完成讀取但不表示圖片已經讀取完成.
$(window).load()觸發在$(document).ready()之後且所有圖片已讀取完成.
資料來源:
http://littleshell-multimedia.blogspot.tw/2012/11/jquery-height-problem-in-chromesafari.html
2013年1月18日 星期五
Classic ASP Err Object相關參考
相關參考:
http://developer.earthskater.net/asp/asp_error_object.asp
http://blog.csdn.net/sophiawang/article/details/4276950
http://blog.yam.com/cenota/article/1068638
http://www.7537.org/Yuchao/vb-asp-err-number.html
http://support.microsoft.com/kb/300043/zh-tw
另外的參考
ADO的相關資訊
http://www.borg.com.tw/Eip/books/doc/run9903.htm
http://developer.earthskater.net/asp/asp_error_object.asp
http://blog.csdn.net/sophiawang/article/details/4276950
http://blog.yam.com/cenota/article/1068638
http://www.7537.org/Yuchao/vb-asp-err-number.html
http://support.microsoft.com/kb/300043/zh-tw
另外的參考
ADO的相關資訊
http://www.borg.com.tw/Eip/books/doc/run9903.htm
2013年1月16日 星期三
使用BESR無法完成備份並出現錯誤 EBAB03F1: 伺服器存放空間不足,無法處理此命令。
這幾天發現伺服器的BESR沒有備份成功,
錯誤訊息顯示:
錯誤 E7D1001F: 無法寫入檔案。
錯誤 EBAB03F1: 伺服器存放空間不足,無法處理此命令。
錯誤 E7D10046: 無法設定檔案大小。
錯誤 EBAB03F1: 伺服器存放空間不足,無法處理此命令。
拜請Google大神後,輾轉看到Symantec的技術服務中心中的文章.
有提到該問題的解法,解法如下:
A. On the Options page of the BESR or SSR backup job, click the
"Advanced" button. Select the option to "Divide into smaller files to
simplify archiving" and specify a 4 GB file size. This will result in
the backup being split into multiple file that are each below the file
system limitation on the destination.
B. If backup software other than BESR or SSR is also being used to backup the same computer, confirm that the other backup software specifies that the Microsoft VSS Provider should be used for its backups. Look in the Related Articles section below for links to technotes about how to configure Symantec Backup Exec or Microsoft NTBackup to use the Microsoft VSS Provider for their backups. If other backup software is being used, please contact the software vendor for information on configuring them to specify the correct VSS Provider.
原文出處:
http://www.symantec.com/business/support/index?page=content&id=TECH158113
目前採用A解法,希望可以備份成功.
已成功完成備份.持續觀察後續狀況.(2013/01/17)
另外有看到另一篇技術文章,文章連結如下:
http://www.symantec.com/business/support/index?page=content&id=TECH55684
如A解法無效的話,再使用此文中的解法,將路徑改為\\<ip address>\<share name>
而不用\\<server name>\<share name>
B. If backup software other than BESR or SSR is also being used to backup the same computer, confirm that the other backup software specifies that the Microsoft VSS Provider should be used for its backups. Look in the Related Articles section below for links to technotes about how to configure Symantec Backup Exec or Microsoft NTBackup to use the Microsoft VSS Provider for their backups. If other backup software is being used, please contact the software vendor for information on configuring them to specify the correct VSS Provider.
原文出處:
http://www.symantec.com/business/support/index?page=content&id=TECH158113
目前採用A解法,希望可以備份成功.
已成功完成備份.持續觀察後續狀況.(2013/01/17)
另外有看到另一篇技術文章,文章連結如下:
http://www.symantec.com/business/support/index?page=content&id=TECH55684
如A解法無效的話,再使用此文中的解法,將路徑改為\\<ip address>\<share name>
而不用\\<server name>\<share name>
訂閱:
文章 (Atom)