原创 jquery基礎(四)

Attributes An element's attributes can contain useful information for your application, so it's important to b

原创 規則二 對常量使用ReadOnly而不是const

1. C# 有兩種類型的常量,編譯類型常量和運行時常量。 編譯常量比運行常量會稍快,但是沒有運行常量靈活。在性能要求非常嚴格但是數值不會改變的情況下使用編譯常量。 編譯常量 public const int Millennium = 20

原创 jquery基礎(二)

原创 jquery基礎(五)

Manipulating Elements Once you've made a selection, the fun begins. You can change, move, remove, and clone el

原创 NX Open Wizard 無法生成的修正方法

NX7_Oen.vsz   Wizard=VsWizard.VsWizardEngine.8.0 (從9.0改成8.0)

原创 jquery基礎(八)

Data Methods As your work with jQuery progresses, you'll find that there's often data about an element that you

原创 mssql 通用存儲過程

create proc commonPagination @columns varchar(500), --要顯示的列名,用逗號隔開 @tableName varchar(100), --要查詢的表名 @orderColumnName v

原创 jquery基礎(九)

Inside the Event Handling Function

原创 利用SQL Server 2005的新特性來簡單高效的實現分頁

這篇文章講述瞭如何利用SQL Server 2005的新特性來簡單高效的實現分頁。對於那些暫時還沒用到SQL Server2005的人們,請看在大規模數據中的高效分頁方法。如果需要,這篇文章會補上這裏講到的內容。 <script

原创 jquery基礎(十)

Built-in Effects Frequently used effects are built into jQuery as methods: $.fn.show Show the selected element

原创 jquery(六)

  Chapter 4. jQuery Core Table of Contents $ vs $()Utility MethodsChecking typesData MethodsFeature & Browser

原创 jquery基礎(七)

Utility Methods jQuery offers several utility methods in the $ namespace. These methods are helpful for accompl

原创 規則一:使用屬性而不是方法

原因: 1. 所有的bind方法綁定屬性。 data bind的機制是使用反射的方法,通過屬性名稱調用相應的方法。 2.使用屬性讓程序更有彈性。    如戶要求名字不能爲空,只要如下修改程序即可   public class Custom

原创 Visual Studio DataSet designer doesn't regenerate designer.cs code

 1) Click on the XSD file in the solution explorer 2) Click on the propert

原创 jquery基礎(一)

. Following are a few examples of common selection techniques. , with several slides focused speci