摘要:
Pointer BasicsFor every value type or pointer type V, there is a corresponding pointer type V*. Apointer instance holds the address of a variable. Poi 阅读全文
摘要:
Ext.util.Format.date Ext.util.Format.date 如下这段简单的代码: 如下这段简单的代码: var d = new Date(value.time); var s = Ext.util.Format.date(d, 'Y-m-d H:m:s'); return s 阅读全文
摘要:
namespace www{ public abstract class SingletonManager<T> : ISingletonManager where T : class, ISingletonManager, new() { public SingletonManager(); pu 阅读全文