userChrome.js

  1. 安裝mozdev.org - userchromejs
  2. 重新起動Firefox
  3. 你的Profile\Chrome\userChrome.js填入下列程式 if (location == "chrome://browser/content/browser.xul")
         userChrome.import("SubScript", "UChrm"); //從SubScript資料夾載入us.js、uc.xul

給新手的userChrome.js安裝指導 - Mozest.com

關閉主機板嗶嗶聲

  1. 裝置管理員
  2. 檢視 → 顯示隱藏裝置
  3. 非隨插即用驅動程式
  4. Beep → 內容 → 驅動程式 → 已停用

Ethan & shutter-關閉Windows Beep聲
Gavin's Linux學習手札: 關閉擾人的 BB 聲 - yam天空部落

Get All Siblings

Get All Siblings — Gist Get All Siblings - JS Bin
javascript - Is there a way to select sibling nodes? - Stack Overflow

firstChild vs firstElementChild

The first child node and the first child element can be different. A node is an element node if it's nodeType is 1 (Node.ELEMENT_NODE). Text nodes and comment nodes are not element nodes. If you need the first child node of an element, use the firstChild property. firstElementChild property JavaScript

maxJsonLength 指定 JSON 字串的最大長度

maxJsonLength — Gist
jquery - Can I set an unlimited length for maxJsonLength in web.config? - Stack Overflow

Apply CSS to Content Page in Asp.NET

In MasterPage <head>
  <asp:contentPlaceholder id="head" runat="server" />
</head>
In ContentPage <asp:content cntentplaceholderid="head" runat="server">
<link rel="stylesheet" href="css/your.css" type="text/css" media="screen" />
</asp:content>

Apply CSS to Content Page in Asp.NET - Stack Overflow

document.createDocumentFragment

document.createDocumentFragment — Gist
document.createDocumentFragment - DOM | MDN
JavaScript 中的 document.createDocumentFragment | ericsk.net
JavaScript DocumentFragment

build.prop

ro.ril.hsdpa.category=28
ro.ril.hsupa.category=9
ro.telephony.call_ring.delay=0
ro.lge.proximity.delay=25
mot.proximity.delay=25
ro.ril.def.agps.mode=2
ro.ril.gprsclass=12
ro.ril.hsxpa=3

# Test Effect
dalvik.vm.checkjni=0
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
debug.performance.tuning=1
dalvik.vm.execution-mode=int:fast
dalvik.vm.verify-bytecode=0

# Faster Scrolling
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000

# Increase battery saving
pm.sleep_mode=1
ro.ril.disable.power.collapse=0

# Proximity sensor tweak
ro.telephony.call_ring.delay = 0
ro.lge.proximity.delay = 25
mot.proximity.delay = 25


2G EDGE:顯示E,為CDMA技術。下載速度為200kbps左右
2G GPRS:顯示G,為CDMA技術。下載速度為9600bps
3G UMTS:顯示3G,一樣是WCDMA技術,下載速度384Kbps
3G HSDPA:顯示H,一樣是WCDMA技術但更快,下載速度5.6~7.2Mbps
3G HSUPA:顯示H+,一樣是WCDMA技術但更快,也就是一般說的3.75G規格


ro.ril.hsxpa=0 - UMTS (2G)
ro.ril.hsxpa=1 - HSDPA (3G)
ro.ril.hsxpa=2 - HSDPA/HSUPA
ro.ril.hsxpa=3 - HSUPA

安卓系統優化Build.prop 系統參數屬性詳解,系統性能調整,LG Optimus LTE/P930 安卓論壇

遠端方法呼叫(Page Method)

  1. ScriptManager的EnablePageMethods屬性設定為True
  2. 後置程式碼method需加上[System.Web.Services.WebMethod] 修飾語,並宣告成靜態方法(Static or Share)。
  3. Javascript呼叫方式:PageMethods.MethodName(參數,CallbackFunction)。
  4. 注意:無法使用在User Control與Custom Control裡。

[ASP.NET]91之ASP.NET由淺入深 不負責講座 Day27 - AJAX.NET(3) - In 91- 點部落

不支援這個伺服器版本

當您嘗試使用 Microsoft Visual Studio 2005 Service Pack 1 設計工具開啟 Microsoft SQL Server 2008 資料庫連線時,此更新會解決下列錯誤訊息:
「不支援這個伺服器版本。僅支援 Microsoft SQL Server 2005 以上的伺服器。」
Microsoft SQL Server 2008 支援的 Microsoft Visual Studio 2005 Service Pack 1 更新