每天進步1%,一年後的自己將比現在強37倍
- Aug 16 Tue 2011 00:03
in contrast/ on the contrary
- Aug 15 Mon 2011 19:35
Serialization
http://en.wikipedia.org/wiki/Serialization
.NET Framework
In the .NET languages, classes can be serialized and deserialized by adding the Serializable
attribute to the class.
If new members are added to a serializable class, they can be tagged with the OptionalField
attribute to allow previous versions of the object to be deserialized without error. This attribute affects only deserialization, and prevents the runtime from throwing an exception if a member is missing from the serialized stream. A member can also be marked with the NonSerialized
attribute to indicate that it should not be serialized. This will allow the details of those members to be kept secret.
To modify the default deserialization (for example, to automatically initialize a member marked NonSerialized
), the class must implement theIDeserializationCallback
interface and define the IDeserializationCallback.OnDeserialization
method.
Objects may be serialized in binary format for deserialization by other .NET applications. The framework also provides the SoapFormatter
and XmlSerializer
objects to support serialization in human-readable, cross-platform XML.
- Aug 15 Mon 2011 15:36
JavaScript Introduction
- Aug 12 Fri 2011 15:22
英文中常用符号的读法
- Aug 11 Thu 2011 11:57
BOOK: Beginning Visual C#
- Aug 10 Wed 2011 15:46
C#公共语言运行时 (CLR) 安全模型
- Aug 08 Mon 2011 17:22
XSL Languages
- Aug 08 Mon 2011 17:13
XPath data
Note that XPath indexes are based on 1, not 0.
1.Basic XPath Expressions
http://www.liquid-technologies.com/xpath-tutorial.aspx
2.XmlDataProvider.XPath プロパティ
http://msdn.microsoft.com/ja-jp/library/system.windows.data.xmldataprovider.xpath.aspx
3.XPath Reference
http://www.w3schools.com/xpath/
- Aug 07 Sun 2011 00:24
有字幕可以練聽力網站
- Aug 04 Thu 2011 10:38
NFC STOCK
- Aug 03 Wed 2011 00:51
[資訊] 網路創業者資訊
MR.6趨勢,創業,網路,生活, http://mr6.cc/
Inside 網路趨勢與行銷, http://www.inside.com.tw/
engadget http://chinese.engadget.com/
數位時代, http://www.bnext.com.tw/
MMdays, http://mmdays.com
ReadWriteWeb, http://www.readwriteweb.com/
Mr Jamie看網路與創投 , http://mrjamie.cc/
科技報橘http://techorange.com/
癮科技 http://www.cool3c.com/
- Aug 02 Tue 2011 13:55
Hide serf web info link
- Jul 22 Fri 2011 00:36
Using Sort Keys
- Jul 18 Mon 2011 21:33
usefullcode
- Jul 14 Thu 2011 18:49
Quake II .NET
- Jul 11 Mon 2011 19:16
Implementing the Singleton Pattern in C#
- Jul 09 Sat 2011 16:53
Articles in the 微軟相關 Category
http://me.wmos.coms.hk/category/ms
- Jul 08 Fri 2011 13:40
初めてのC# ~ 覚え書き ~
- Jul 04 Mon 2011 19:08
The table of property precedence
Local Settings have precedence over
Style Settings, which have precedence over the
Theme Style, which has precedence over
Property Inheritance, which has precedence over
Default Values
- Jun 29 Wed 2011 20:36
ノンプログラマーのためのjQuery入門
http://s.deeeki.com/slidefinder/keyword/jQuery#modal-p7665168
- Jun 29 Wed 2011 13:48
SlideShareにある日本語のスライド資料
- Jun 29 Wed 2011 13:43
Korean Grammar
- Jun 29 Wed 2011 12:39
jQueryとHTML5でジオロケーションするデモ