摘要: The singleton pattern is useful for creating objects that are shared across the entire application, such as an HTTP client or a notification manager, 阅读全文
posted @ 2016-04-10 20:30 Ficow 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 参考资料:http://nshipster.com/c-storage-classes/ 阅读全文
posted @ 2016-04-10 20:27 Ficow 阅读(5047) 评论(0) 推荐(0) 编辑
摘要: 涉及对象: 两个输入框,一个按钮。 代码功能: 随时监测输入框内容的长度变化,并在输入内容不符合预设要求时,立即改变输入框背景色。 在两个输入框的内容都符合预设要求时,按钮才可用。 阅读全文
posted @ 2016-04-10 15:49 Ficow 阅读(375) 评论(0) 推荐(0) 编辑