Time of Update: 2014-10-30
標籤:http ar 使用 sp 檔案 資料 on 問題 代碼 Cookie簡介 首先,我們對Cookie做一個簡單的介紹,說明如何利用ASP來維護cookie。 Cookie是儲存在用
Time of Update: 2014-10-30
標籤:http io ar 使用 java for sp 檔案 資料 從今天開始我們將正式學習 ASP 的精華部分 --ActiveX 組件。事實上,當你用 ASP 編寫伺服器端應用程式時,
Time of Update: 2014-10-30
標籤:http io ar 使用 sp on 問題 cti 代碼 許多人利用Session變數來開發ASP(Active Server
Time of Update: 2014-10-30
標籤:des blog http io os ar 使用 for sp 應用需求: 使用者在選擇渲染
Time of Update: 2014-10-30
標籤:style http os ar 使用 java sp 檔案 資料 jQuery Ajax 操作函數jQuery 庫擁有完整的 Ajax
Time of Update: 2014-10-30
標籤:http io os ar 使用 for sp 檔案 資料 一、 Browser Capabilities 組件眾所周知,並不是所有瀏覽器都支援現今 Internet 技術的方方面面。
Time of Update: 2014-10-30
Asp.Net伺服器控制項開發的Grid實現(三),asp.netgrid下面是GridColumnsEditor的實現代碼:GridColumnsEditor.csusing System;using System.Collections.Generic;using System.ComponentModel.Design;using System.Linq;using System.Text;using System.Threading.Tasks;using
Time of Update: 2014-10-30
uploadify上傳檔案Firefox瀏覽器上傳失敗解決方案,uploadifyfirefox最近做檔案上傳使用到了uploadify但是出現了各種奇葩的問題,而且針對各個不同瀏覽器問題不同在Firefox中,很坑爹的是,每次上傳就丟失session值,但是我的系統在登入,儲存檔案目錄等處使用了session,結果session值為null;花了大半天的時間調試,最後發現是falsh上傳的問題sessionid變了,而且在此請求上傳檔案地址時,系統就會從新登入,這個
Time of Update: 2014-10-30
說說常見的幾個js疑痛點,說說常見js疑難JavaScript match() 方法定義和用法match() 方法可在字串內檢索指定的值,或找到一個或多個Regex的匹配。該方法類似 indexOf() 和 lastIndexOf(),但是它返回指定的值,而不是字串的位置。文法//匹配字串,返回指定的值stringObject.match(searchvalue)//匹配正則,返回指定的值stringObject.match(
Time of Update: 2014-10-30
訪問遠程WAMP 下phpmyadmin,wampphpmyadminWAMP環境是一個很優秀的webserviceIntegration Environment,它整合的phpmyadmin也是一款非常優秀的資料庫訪問軟體。wamp預設安裝下,phpmyadmin工具只能本地用,在網站開發中,資料庫都是在另外的伺服器上,那麼wamp下如何訪問呢?文章帶來“如何訪問遠程wamp下的phpmyadmin?”wamp2.5(32bit)環境Integration
Time of Update: 2014-10-30
Asp.Net伺服器控制項開發的Grid實現(二),asp.netgrid我們先來實現Grid類,代碼如下:Grid.csusing System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using
Time of Update: 2014-10-30
部落格收錄集的原始碼分享,需要那就快來吧,原始碼來吧原文:http://www.ido321.com/1112.html之前的部落格收錄集只是初版,還在修改,所以就不拿出來分享了。現在部落格收錄集的終版已經敲定:http://www.ido321.com/daohang/改版說明如下:1、增加了“我要上榜”板塊:根據隨機篩選和博主在本部落格的活躍度匹予以展示,增加各收錄部落格的展示機會。2、統計每個分類的部落格數目:每個分類在首頁顯示20個,超出部分已連結形式連結到對應的頁面(檔案名稱以類別首碼
Time of Update: 2014-10-30
javascript——Regex,javascriptRegex(RegExp對象):主要用於表單驗證1、建立Regex:(1)、var ret = /pattern/; pattern是內容,可以是Regex的內容,可以是字元或是其他的內容(2)、var rag = new RegExp("pattern");括弧內可以是雙引號或者單引號2、Regex的exec方法:reg.exec(str);
Time of Update: 2014-10-30
MyReport增加匯出PDF功能,myreport匯出pdf產生PDF的第三方庫AlivePDFAlivePDF 0.1.5RC(For FB) MyReportto PDF的程式碼範例//外部方式向ReportViewer.Instance添加自訂PDF匯出按鈕privatefunctionInitCustomButtons():void{ varexportPDF:ToolButton =
Time of Update: 2014-10-30
Javascript數組的操作,javascript數組頭部操作unshift和shiftvar arr = [1, 2, 3];arr.unshift(4); // arr = [4, 1, 2, 3]; 頭部添加arr.shift(); // arr = [1, 2, 3]; 頭部刪除尾部操作push和popvar arr = [1, 2, 3];arr.push(4); // arr = [1, 2, 3, 4]; 尾部添加arr.pop(); // arr = [1, 2, 3];
Time of Update: 2014-10-30
bootstrap jQuery Ztree非同步載入資料,check選擇&可添加、修改、刪除節點,jqueryztree:一、下載zTree外掛程式 地址:http://www.ztree.me二、html代碼<link href="../Scripts/zTree/css/zTreeStyle/zTreeStyle.css" rel="stylesheet" /> <script
Time of Update: 2014-10-30
jquery版本升級不相容的問題:$("input").attr("value")功能發生改變,jquery.attr之前項目中使用的是jquery-1.6.3.js,在這個版本中,如果我們想擷取輸入框的值,可以使用$("input").attr("value")或者是$("input").val(),這2種方式是等價的。<input type="text"
Time of Update: 2014-10-30
驗證Regex 替換,驗證Regexvar t_tPipeId = $("#tPipeId").val();t_tPipeId = $.trim(t_tPipeId);t_tPipeId = t_tPipeId.replace(/\-/g, "_n");//特殊字元除外"-"var t_tPipeLen = $("#tPipeLen").val();t_tPipeLen =
Time of Update: 2014-10-30
CSS3提交意見輸入框樣式,css3提交輸入框做了個輸入框樣式,CSS代碼如下:#button { cursor:pointer; width:30%; margin:5px; padding:8px; border-radius:4px 4px 4px 4px; font-size:14px; font-weight:bold;}input{transition:all 0.30s ease-in-out;-webkit-transition:
Time of Update: 2014-10-30
MyReport示範下載串連和相關文章索引,myreport相關文章示範地址Flex整合方式 示範地址2(舊版2.6) HTML整合方式示範地址1 MyReport產品網站 NEW 相關文章------------------------2.6以下版本----------------------------------MyReport報表引擎介紹Web報表引擎——MyReport