01 2009 档案

X.509数字签名
摘要:Zju.GUI.App_TemporaryKey.pfx文件:公钥加密技术12号标准(Public Key Cryptography Standards #12,PKCS#12)为存储和传输用户或服务器私钥、公钥和证书指定了一个可移植的格式。它是一种二进制格式,这些文件也称为PFX文件。开发人员通常... 阅读全文

posted @ 2009-01-17 20:02 oyl 阅读(1834) 评论(0) 推荐(0)

MVC,MVP,MVVM(model-view-viewModel
摘要:一.What is MVCA model is an object representing data or even activity, e.g. a database table or even some plant-floor production-machine process.A view... 阅读全文

posted @ 2009-01-17 17:18 oyl 阅读(1085) 评论(0) 推荐(0)

ItemsControl.filter
摘要:ItemsControl.Items.Filter = new Predicate(SetFilter);private bool SetFilter(object de){m_FilterCount++;Notification noti = de as Notification;if (noti... 阅读全文

posted @ 2009-01-04 21:16 oyl 阅读(287) 评论(0) 推荐(1)

Helper methods
摘要:////// Attempts to find the child framework element recursively from a given parent root object.//////the parent root object///the name of the child e... 阅读全文

posted @ 2009-01-04 16:29 oyl 阅读(481) 评论(5) 推荐(0)

导航