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

亂馬客

https://rainmakerho.github.io/

2013-09-02

[.NET]計算年齡,包含年、月、日

  • 7422
  • 0
  • .NET

要知道如何計算年齡,包含年、月、日?

...繼續閱讀 »
  • age
  • birthday
2013-08-29

[SQL]使用UNPIVOT來取代CASE WHEN

  • 27214
  • 0
  • SQL
  • 2013-09-02

[SQL]使用UNPIVOT來取代CASE WHEN

...繼續閱讀 »
  • sql
  • UNPIVOT
  • case
2013-08-29

[.NET]分享使用Web Service介接的方式

  • 40914
  • 0
  • ASP.NET
  • 2017-06-10

最近同事在呼叫客戶做的Web Service時,居然出現「伺服器無法辦認HTTP標頭SOAPAction的值」的錯誤,到底是什麼原因造成的呢?

...繼續閱讀 »
  • 伺服器無法辦認HTTP標頭SOAPAction的值
  • WebService
  • WebServices
2013-08-26

[.NET]VB.NET透過DataTable使用Parallel.ForEach的方式

  • 9123
  • 0
  • .NET
  • 2013-08-27

[.NET]VB.NET透過DataTable使用Parallel.ForEach的方式

...繼續閱讀 »
  • Parallel.ForEach
  • vb.net
2013-08-26

[SQL]取出某欄位的最大日期中的最大序號

  • 13412
  • 0
  • SQL

常常在SQL中需要取某個欄位的最大日期中最大的序號資料,目前筆者想到2種方式分享給大家!

...繼續閱讀 »
  • sql
  • sort
  • maxdate
2013-08-22

[ERROR]使用Web參考物件,發生 型別 '<type1>' 的值無法轉換成 '<type2>' 的錯誤

  • 1707
  • 0
  • ASP.NET

使用VS2005加入Web參考,建立統一的Method來建立Web參考物件,居然出現「型別'' 的值無法轉換成 ''」的錯誤!

...繼續閱讀 »
  • ASP.NET
  • Error
2013-08-20

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

  • 12767
  • 0
  • .NET 1.1

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

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

[SQL]PIVOT使用多個彙總資料行(Multiple Aggregates)

  • 15376
  • 0
  • SQL

使用PIVOT目前只Support一個彙總資料行,那如何有多個彙總資料行要如何處理呢?

...繼續閱讀 »
  • Aggregates
  • sql
  • PIVOT
  • multiple
2013-08-19

[EXCEL]Application.Save ErrorCode=-2146827284 HRESULT: 0x800A03EC

  • 9821
  • 0
  • Excel

透過 Excel.Application 呼叫 Save Method存檔時,在Excel 2013會發生 ErrorCode=-2146827284 HRESULT: 0x800A03EC 的錯誤,要怎麼辦呢?

...繼續閱讀 »
  • 0x800A03EC
  • 2146827284
  • Application.Save
2013-08-16

[.NET]取得資源回收筒RecycleBin的檔案清單

  • 2114
  • 0
  • .NET

要如何透過參考shell32.dll來取得資源回收筒RecycleBin的檔案資訊呢?

...繼續閱讀 »
  • RecycleBin
  • shell32.dll
2013-08-13

[ASP.NET]ASP Web Application加入別的Web Page發生「由於其保護層級,可能無法對其進行存取」的錯誤

  • 9059
  • 0
  • ASP.NET
  • 2013-08-14

ASP Web Application加入別的Web Page發生「由於其保護層級,可能無法對其進行存取 (xxx is not declared. It may be inaccessible due to its protection level.)」的錯誤,要如何解決呢?

...繼續閱讀 »
  • Codebehind
  • codefile
2013-08-08

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

  • 8001
  • 0
  • SQL

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

...繼續閱讀 »
  • raiseerror
  • SQL2012
2013-08-07

[Tool]在SSMS中使用redgate SQL Prompt

  • 6408
  • 0
  • Tools

[Tool]在SSMS中使用redgate SQL Prompt

...繼續閱讀 »
  • Intellisense
  • redgate
2013-08-01

[SQL]Database Restore後,一直重覆在「復原中」(In Recovery)的問題

  • 17857
  • 0
  • SQL
  • 2013-08-16

DB一下子正常,一下子又出現「復原中」(In Recovery),要如何是好呢?

...繼續閱讀 »
  • sql
  • Recovery
  • 復原中
2013-07-27

[ERROR]Sys.WebForms.PageRequestManagerServerErrorException: Timeout expired.

  • 3562
  • 0
  • ASP.NET

當asp.net web page發生Sys.WebForms.PageRequestManagerServerErrorException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. status 500,要檢查那裡呢?

...繼續閱讀 »
  • 500
  • Timeout expired
2013-07-26

[SQL]查看物件的相依性SQL Object Dependency

  • 4260
  • 0
  • SQL

SQL 2008之後有提供sys.dm_sql_referencing_entities、sys.dm_sql_referenced_entities及sys.sql_expression_dependencies 動態管理檢視和函數,可讓我們取得SQL物件的相依性。

...繼續閱讀 »
  • Dependency
  • sql
2013-07-23

[SQL]ReadTrace遇到SQL 2012的解決方式

  • 2034
  • 0
  • SQL

ReadTrace目前不Support SQL Server 2012的Trace File要怎麼辦呢?
以下透過Power Shell來將SQL 2012的Trace File改成SQL 2008的Trace File。

...繼續閱讀 »
  • ReadTrace
  • SQL2012
2013-07-17

[.NET]讓Winform畫面,按下Enter也能像按Tab一樣,切到另一個Textbox

  • 19915
  • 0
  • .NET

要讓Winform畫面可以按下Enter也能像按Tab一樣,可透過SelectNextControl去設定,但是,如果要限定只能在TextBox中切換要如何做呢?

...繼續閱讀 »
  • GetNextControl
  • ProcessCmdKey
  • SelectNextControl
2013-07-15

[ACCESS]單精準數運算Round取到小數位數問題

  • 8216
  • 0
  • Office

欄位運算透過Round設定取到小數2位時,顯示出來的卻超過小數2位?

...繼續閱讀 »
  • access
  • round
  • single
2013-07-15

[.NET]將共用的DLL放在同一個目錄之中

  • 8607
  • 0
  • .NET

有些共用的DLL,想要給多個應用程式使用的話,可以將那些DLL到GAC之中。
那如果不想放到GAC之中要如何做呢?

...繼續閱讀 »
  • Appbase
  • assemblyBinding
  • dependentAssembly
  • probing
  • 20
  • 21
  • 22

學習網站

pluralsight

wintellectnow

標籤雲

系列文章

最新留言

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