摘要: 在Qt中,QLineEdit是文本编辑框控件,是比较基础且常用的控件的之一,下面是其的一些基本操作。 比如: 禁用或启用该控件 设置内容或者返回内容: 将控件设为只读模式: 控件只接受整型或者浮点型: 文本改变响应函数: 阅读全文
posted @ 2015-06-19 06:32 Grandyang 阅读(6483) 评论(0) 推荐(0) 编辑
摘要: Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and put. get(key) - Get the 阅读全文
posted @ 2015-06-19 03:10 Grandyang 阅读(29828) 评论(15) 推荐(2) 编辑
Fork me on GitHub