Time of Update: 2018-12-07
最近對RedGlove
Time of Update: 2018-12-07
Mercurial是優秀的分布式版本管理系統,與Git並列為最有希望的分布式VCS。TortoiseHg模仿TortoiseSVN,為Mercurial提供了一個直觀的操作介面,而且青出於藍,功能更加強大和方便。 遺憾的是,Mercurial在Windows下不能很好的支援非英文檔案名稱和目錄名。Mercurial在Windows下使用系統編碼,在簡體中文系統中使用GB2312作為檔案名稱編碼。這帶來兩個問題:建立的庫不能在其他語言(如繁體中文)的Windows系統上使用,反之亦然。非ASCII
Time of Update: 2018-12-07
XP下grub4dos硬碟安裝和啟動FreeBSD-8.0-i386+GNOME案頭 標題:XP下grub4dos硬碟安裝和啟動FreeBSD-8.0-i386+GNOME案頭【黑括弧表示說明,#代表超級使用者shell,$代表普通使用者shell,~代表家目錄】內容:〇、安裝環境ThinkpadX61--2G記憶體、X3100顯卡、120G硬碟,ADSL,已裝有XP,硬碟分區如下:[1]5G -主要磁碟分割 -XP系統磁碟分割-ad4s1-(hd0,0)[2]3G -主要磁碟分割
Time of Update: 2018-12-07
http://www.2cto.com/os/201102/83942.html 之前我在Ubuntu Server下用 sudo passwd root 啟用了 root 使用者,如果你沒有啟用,記得在命令前加"sudo"。1、備份源列表檔案 cp /etc/apt/sources.list /etc/apt/sources.list.bak2、用vim開啟源列表檔案 vim
Time of Update: 2018-12-07
Code highlighting produced by Actipro CodeHighlighter
Time of Update: 2018-12-07
using System;using Lephone.Data;using Lephone.Data.Definition;using Lephone.Web;namespace Debug{ public class TestClass1 : DbObject { public string Name; } public class TestClass2 : DbObject { public int Age; }
Time of Update: 2018-12-07
Code highlighting produced by Actipro CodeHighlighter
Time of Update: 2018-12-07
using System;using System.Collections;using System.Reflection;public class Person { private string _Name; private int _Age; private string _Sex; public string Name { get { return this._Name; } set { this._Name =
Time of Update: 2018-12-07
http://yubanzhi779.blog.163.com/blog/static/30519166200938105938466/使用 StateServer 儲存 SessionPost by roydux, 2008-4-23, Views:89 正常操作情況下Session會無故丟失。因為程式是在不停的被操作,排除Session逾時的可能。另外,Session逾時時間被設定成60分鐘,不會這麼快就逾時的。
Time of Update: 2018-12-07
1、從sun網站下載jdk1.6版2、從tomcat官方站下載tomcat6.0.14版3、下載JK2 (:http://archive.apache.org/dist/jakarta/tomcat-connectors/jk2/binaries/win32/jakarta-tomcat-connectors-jk2.0.4-win32-IIS.zip)版本:jakarta-tomcat-connectors-jk2.0.4-win32-IIS
Time of Update: 2018-12-07
TRUNCATE TABLE TRUNCATE TABLE 在功能上與不帶 WHERE 子句的 DELETE 語句相同:二者均刪除表中的全部行。但 TRUNCATE TABLE 比 DELETE 速度快,且使用的系統和交易記錄資源少。 DELETE 語句每次刪除一行,並在交易記錄中為所刪除的每行記錄一項。TRUNCATE TABLE 通過釋放儲存表資料所用的資料頁來刪除資料,並且只在交易記錄中記錄頁的釋放。TRUNCATE TABLE
Time of Update: 2018-12-07
INSERT INTO ZICHANG (ID, DM, MC, SERIAL, ISLB) VALUES (1, '1', '房屋及建築物', 1, '1');INSERT INTO ZICHANG (ID, DM, MC, SERIAL, ISLB) VALUES (2, '101', '房屋及建築物', 2, '1');INSERT INTO ZICHANG (ID, DM, MC, SERIAL, ISLB)
Time of Update: 2018-12-07
DNN編譯後找不到資源檔,大概要改一下程式才能用,下面是找的代碼片斷,有這方面經驗的好手們,方便的話就指點下,謝謝//////////////////////////// ASP.NET操作資源檔 轉自:http://tb.blog.csdn.net/TrackBack.aspx?PostId=1653141在上次的一個國際化項目中用到資源檔,在.NET中對資源檔的訪問很多人遇到過同樣的麻煩,在這裡跟大家共用一種方法,希望能對初學者有所協助. private string
Time of Update: 2018-12-07
DotNetNuke與MemberShip的結合(五年版) 第一步:實裝基於現有membership的DNNhttp://www.cnblogs.com/shiningrise/archive/2007/08/13/854297.html 第二步:修改Provider.Membership.AspNetProvider登入方法, 添加membership使用者到DNN資料庫 (指原本沒有的使用者) http://www.cnblogs.com/shiningrise/archive/2007/0
Time of Update: 2018-12-07
發佈於: http://shiningrise.cnblogs.com/(轉載請保留此連結)DNN先行編譯後會找不到資源檔看F:\編程\DNN\DNN4.5.5\DotNetNuke_04.05.05_Source\Library\Components\Localization\Localization.vb檔案中的#Region"Constants"FriendConst keyConst AsString = "resourcekey"PublicConst SystemLocale
Time of Update: 2018-12-07
DotNetNuke與MemberShip的結合(五年版) 第一步:實裝基於現有membership的DNNhttp://www.cnblogs.com/shiningrise/archive/2007/08/13/854297.html 第二步:修改Provider.Membership.AspNetProvider登入方法, 添加membership使用者到DNN資料庫 (指原本沒有的使用者) http://www.cnblogs.com/shiningrise/archive/2007/0
Time of Update: 2018-12-07
<script type="text/javascript">// $(document).ready(function () {// var allInputs = $(":input");// var formChildren = $("form > *");// $("#messages").text("Found " + allInputs.length + " inputs and
Time of Update: 2018-12-07
IIS 6.0中僱用HTTP Gzip壓縮的方法步驟:1) 開啟Internet資訊服務(IIS)管理器,右擊"網站"->"屬性",選擇"服務"。在"HTTP壓縮"框中選中"壓縮應用程式檔案"和"壓縮靜態檔案",按需要設定"臨時目錄"和"臨時目錄的最大限制";2)
Time of Update: 2018-12-07
當有多個SiteMap檔案時,如何讓SiteMapDataSource選擇特定的SiteMap檔案由於前段時間做的網站都只有一個sitemap檔案,當有多個sitemap檔案的時候,就不知道如何讓SiteMapDataSource選擇特定的那個SiteMap檔案了,文檔上也找不著,那就一直擱著,今天看了一個DEMO,原來是如此簡單:例如現在在網站的根目錄上有兩個SiteMap檔案,分別是web1.sitemap和web2.sitemap開啟web.config檔案在<system.web&
Time of Update: 2018-12-07
曉陽(12189135) 9:30:24 Lephone.Core.Logging.DtsFileLogRecorder 如何將日記存放在指定的目錄 梁利鋒(840097) 9:44:54 <add key="LogFileName" value="c:\test.log" /> 曉陽(12189135) 9:45:42 這隻能指定檔案啊 曉陽(12189135) 9:46:19 最好是指定目錄,,, 曉陽(12189135) 9:46:33 都放一個檔案裡面,,感覺不大好,,,