• 點部落
  • 首頁
  • RSS
    • 登入

亂馬客

https://rainmakerho.github.io/

2013-08-20

[ERROR]HttpRequest.FillInFormCollection <System.Web.HttpException> URL 編碼型式資料無效。

  • 12592
  • 0
  • .NET 1.1

在web.config設定aspnet:MaxHttpCollectionKeys居然沒有用? 那是那裡的問題呢? 原來asp.net 1.1是要在機碼中設定!

...繼續閱讀 »
  • FillInFormCollection
  • MaxHttpCollectionKeys
2013-08-08

[SQL]舊的RAISERROR語法在SQL 2012不相容問題

  • 7988
  • 0
  • SQL

raiserror error_number error_msg 在SQL 2012居然不能用了!
那要如何滿足SQL 2005 ~ SQL 2012 透過 RAISERROR 來判斷@@ERROR不為0的做法呢?

...繼續閱讀 »
  • raiseerror
  • SQL2012
2013-06-25

[.NET]VB.NET For Each的Null Dereference問題

  • 7515
  • 0
  • .NET
  • 2013-06-28

奇怪VB.NET用For Each居然會被Fortify掃出有Null Dereference問題,但C#的foreach卻是OK的。
到底是為什麼呢?

...繼續閱讀 »
  • Fortify
  • foreach
2013-06-17

[SQL]透過redgate SQL Monitor 來找出 ASYNC_NETWORK_IO 問題

  • 4165
  • 0
  • Tools

SQL的Top Wait是ASYNC_NETWORK_IO,可以看一下AP跟DB之間的頻寬是否足夠哦!
本篇是透過redgate SQL Monitor來找出問題所在,希望對大家有所幫助。

...繼續閱讀 »
  • ASYNC_NETWORK_IO
  • Monitor
2013-06-07

[IIS]為何Session Timeout時,會跳出要User輸入帳號及密碼的視窗

  • 2478
  • 0
  • IIS

[IIS]為何Session Timeout時,會跳出要User輸入帳號及密碼的視窗

...繼續閱讀 »
  • 401
  • Unauthorized
  • IIS
2013-05-07

[IIS]為什麼在IIS7的工作者處理序中,按右鍵沒有顯示「檢視目前要求」

  • 5058
  • 0
  • IIS

[IIS]為什麼在IIS7的工作者處理序中,按右鍵沒有顯示「檢視目前要求」

...繼續閱讀 »
  • WorkerProcesses
2013-04-17

[.NET]組態區段不可包含 CDATA 或文字項目

  • 4144
  • 0
  • .NET

[.NET]組態區段不可包含 CDATA 或文字項目

...繼續閱讀 »
  • cdata
  • config
  • Error
2013-03-21

[SQL]Msg 601, Could not continue scan with NOLOCK due to data movement.

  • 4888
  • 0
  • SQL

[SQL]Msg 601, Could not continue scan with NOLOCK due to data movement.

...繼續閱讀 »
  • 601
  • 8928
  • 8976
  • 8978
  • sql
  • Error
2012-12-19

[.NET]IEnumerable的Sort, Distinct, Where的操作方式

  • 4064
  • 0
  • .NET

[.NET]IEnumerable的Sort, Distinct, Where的操作方式

...繼續閱讀 »
  • Array
  • sort
  • Distinct
  • IEnumerable
  • Where
2012-11-27

[.NET]Input Validation and Representation Server.HtmlEncode Replace Tool

  • 5933
  • 0
  • .NET
  • 2014-07-09

[.NET]Input Validation and Representation Server.HtmlEncode Replace Tool

...繼續閱讀 »
  • tools
  • Fortify
  • Cross-Site
  • HtmlEncode
  • Scripting
  • 資安
2012-11-07

[.NET]設定物件Binding的格式

  • 4587
  • 0
  • .NET

[.NET]設定物件Binding的格式

...繼續閱讀 »
  • Binding
  • Format
  • MONEY
2012-10-26

[ASP.NET]Input Validation and Representation, Data flow

  • 8731
  • 0
  • ASP.NET
  • 2012-11-23

[ASP.NET]Input Validation and Representation, Data flow

...繼續閱讀 »
  • Fortify
  • Input
  • Validation
2012-10-01

[ASP.NET]解決事件檢視器中出現一堆的ASP.NET警告訊息

  • 3614
  • 0
  • ASP.NET
  • 2015-03-03

[ASP.NET]解決事件檢視器中出現一堆的ASP.NET警告訊息

...繼續閱讀 »
  • Health
  • 停止ASP.NET警告
  • monitoring
2012-09-26

[SQL]SQL Server 2008使用Extended Events SSMS Addin + Performance Dashboard Reports來監看系統

  • 11689
  • 0
  • SQL

[SQL]SQL Server 2008使用Extended Events SSMS Addin + Performance Dashboard Reports來監看系統

...繼續閱讀 »
  • Dashboard
  • Event
  • Extended
  • Performance
2012-09-12

[MVC]ASP.NET Web API遇到了JSONP

  • 6837
  • 0
  • ASP.NET

[MVC]ASP.NET Web API遇到了JSONP

...繼續閱讀 »
  • jsonp
  • JsonpFormatter
  • webapi
2012-09-03

[ASP.NET]Response.Redirect所引發的ThreadAbortException解決方式

  • 5094
  • 0
  • ASP.NET

[ASP.NET]Response.Redirect所引發的ThreadAbortException

...繼續閱讀 »
  • ThreadAbortException
  • Response.Redirect
2012-08-30

[SQL]將資料庫中所有Table的identity欄位重設成1

  • 19303
  • 0
  • SQL

[SQL]將資料庫中所有Table的identity欄位重設成1

...繼續閱讀 »
  • CHECKIDENT
  • identity
  • sp_MSforeachtable
  • TRUNCATE
2012-08-15

[.NET]寫個Visual Studio 2010的自定工具

  • 8737
  • 0
  • .NET

[.NET]寫個Visual Studio 2010的自定工具

...繼續閱讀 »
  • CustomTool
  • IVsSingleFileGenerator
  • VS自定工具
2012-08-13

[.NET]日期 Format要注意的地方

  • 7243
  • 0
  • .NET

[.NET]日期 Format要注意的地方

...繼續閱讀 »
  • datetime
  • Format
2012-07-12

[.NET]取得路徑的上層路徑

  • 20945
  • 0
  • .NET

[.NET]取得路徑的上層路徑

...繼續閱讀 »
  • Path
  • Directory
  • GetParent
  • 6
  • 7
  • 8

學習網站

pluralsight

wintellectnow

標籤雲

系列文章

最新留言

  • 服務規範
  • 聯絡我們
© 2025 點部落 Ver. 1.0.0.0
電魔小鋪有限公司 製作、維運;登豐數位科技 提供資安檢測