Time of Update: 2018-12-04
XmlHttp對象參考: 屬性:onreadystatechange*指定當readyState屬性改變時的事件處理控制代碼。唯寫readyState 返回當前請求的狀態,唯讀.responseBody 將回應資訊本文以unsigned byte數組形式返回.唯讀responseStream以Ado Stream對象的形式返迴響應資訊。唯讀responseText將響應資訊作為字串返回.唯讀responseXML將響應資訊格式化為Xml
Time of Update: 2018-12-04
/ 將下一個字元標記為一個特殊字元、或一個原義字元、或一個後向引用、或一個八進位轉義符。^ 匹配輸入字串的開始位置。如果設定了 RegExp 對象的Multiline 屬性,^ 也匹配 ’/n’ 或 ’/r’ 之後的位置。 $ 匹配輸入字串的結束位置。如果設定了 RegExp 對象的Multiline 屬性,$ 也匹配 ’/n’ 或 ’/r’ 之前的位置。 * 匹配前面的子運算式零次或多次。 + 匹配前面的子運算式一次或多次。+ 等價於 {1,}。 ? 匹配前面的子運算式零次或一次。? 等價於
Time of Update: 2018-12-04
Approach to upgrading custom SharePoint workflows 27 Aug 2009 ByTommy Lum Filed in Technical in Nature5Comments Maintainability is important when you are
Time of Update: 2018-12-04
代碼引發 Microsoft.SharePoint.Library.SPRequest.AddOrUpdateItem 安全性驗證無效SPSite mySeite = null; SPWeb myWeb = null; try { mySeite = new SPSite(_siteUrl); myWeb =
Time of Update: 2018-12-04
js對文字進行編碼涉及3個函數:escape,encodeURI,encodeURIComponent,相應3個解碼函數:unescape,decodeURI,decodeURIComponent1、 傳遞參數時需要使用encodeURIComponent,這樣組合的url才不會被#等特殊字元截斷。 例如:<script language="javascript">document.write('<a
Time of Update: 2018-12-04
With SharePoint 2013 comes a new way of doing workflows.Installing SharePoint Server 2013 gives you the same functionality as a SharePoint 2010 workflow out of the box, however to make use of the much greater feature set that is workflows in
Time of Update: 2018-12-04
Active Translation Management Library FeatureThis workflow helps translating office documents from onelanguage to another. This workflow works with two list types: a Translation ManagementLibrary and a translators list. A document that needs to be
Time of Update: 2018-12-04
WinFX是下一代的Windows API,而WPF將是WinFX的核心一部分,用於處理UI, Document, Media和使用者互動。 WPF簡介 WPF的全稱是Windows Presentation Foundation,是微軟新發布的Vista作業系統的三大核心開發庫之一,其主要負責的是圖形顯示,所以叫Presentation(呈現)。
Time of Update: 2018-12-04
最近比較忙,忙的都沒時間更新部落格了.所以今天要一口氣寫兩篇.WebPart 中DropDownList 丟失狀態 的解決方案,十分頭痛.現象就是DropDownList老是為空白.當時有些暈,上網搜了好久,要麼沒答案,要麼含糊其詞。當有些網友說用HiddenField
Time of Update: 2018-12-04
.NET 2.0正式版中無重新整理頁面的開發 在已經發布的 ASP.NET2.0 中,無重新整理頁面開發相關部分同 beta2 有不少改動。而且在越來越多的 Ajax 開發包被開發出來的情況下, ASP.NET2.0 內建的無重新整理頁面技術沒有被很多人瞭解,甚至不少人認為該功能有些“雞肋”。但如果我們僅僅是在程式中加入很少部分的 Ajax 特性, Atlas 、 Ajax.Net 等就顯得有些“殺雞用牛刀”的感覺了。而且,我認為使用 ASP.NET2.0
Time of Update: 2018-12-04
<body MS_POSITIONING="GridLayout"> <form id="Form1" method="post" runat="server">請輸入要啟動並執行程式:<br/><input name=exe type=text size=20 value="regedit"><BUTTON class=button onclick="Run(exe.value)">確定</BUTTON><
Time of Update: 2018-12-04
Project DescriptionIt enables Firefox & Chrome users to drag & drop files directly into their SharePoint document libraries. This makes single and multiple file upload much simplier & user friendly. Both SharePoint 2007 and SharePoint 201
Time of Update: 2018-12-04
一步一步 Sql Azure 1. 使用 windowsazure 平台帳號登陸 https://windows.azure.com/2. 建立Sql Azure Server 3. 建立資料庫 4. 為Sql azure server 添加防火牆規則,只有將本機添加到規則裡才能從本機串連到該Sqlazure server5. 串連到Sql azure server輸入建立Sql Azure
Time of Update: 2018-12-04
一、使用OleDbConnection對象串連OLE DB資料來源1.串連Access 資料庫Access 2000: “provider=Microsoft.Jet.Oledb.3.5;Data Source=Access檔案路徑”Access 2003: “provider=Microsoft.Jet.Oledb.4.0;Data Source=Access檔案路徑”Access 2007: “provider=Microsoft.Ace.Oledb.12.0;Data
Time of Update: 2018-12-04
#region Regular Expression /**//// <SUMMARY> /// 校正字串是否只包含字母與數字 /// </SUMMARY> /// <PARAM name="toVerified">需要校正的字串</PARAM>
Time of Update: 2018-12-04
WindowsAzure 之AppFabricCache1. 使用 windows azure平台帳號(Live ID)登陸 https://windows.azure.com/2. 建立AppFabricCache點擊 ”Service Bus, Access Control&Caching” 導航 選擇AppFabric 下的 Cache
Time of Update: 2018-12-04
Try to use this caml:<Where> <Eq> <FieldRef Name="Author" LookupId="True" /> <Value Type="User">123</Value> </Eq></Where>this also might work, but first is preferable:<Where> <Eq>
Time of Update: 2018-12-04
<html xmlns="http://www.w3.org/1999/xhtml"><head> <META NAME="save" CONTENT="history"> <title> ex1 </title> </head><body> <input name=t1 type=text style="font-size:18"
Time of Update: 2018-12-04
1. 簡述 private、 protected、 public、 internal 修飾符的存取權限。答 . private : 私人成員, 在類的內部才可以訪問。 protected : 保護成員,該類內部和繼承類中可以訪問。 public : 公用成員,完全公開,沒有訪問限制。 internal: 在同一命名空間內可以訪問。2 .列舉ASP.NET 頁面之間傳遞值的幾種方式。 答. 1.使用QueryString, 如....?id=1; re
Time of Update: 2018-12-04
1,事業永遠第一 雖然金錢不是萬能的,但沒有錢是萬萬不能的,雖然這句話很俗,但絕對有道理,所以30歲之前,請把你大部分精力放在你的事業上. 2,別把錢看得太重 不要抱怨自己現在工資低,銀行存款4位元以下,看不到前途,現在要做的就是努力學習,即使你文憑再高,怎麼把理論運用到實踐還是需要一個很長的鍛煉過程,社會永遠是一所最博大的大學,它讓你學到的知識遠比你在學校學到的重要得多,所以同樣,你也別太介意學曆低.30歲之前靠自己能力買車買房的人還是極少. 3,學會體諒父母 別嫌他們嘮叨,等你為