当你觉得写代码是一件重复性极高的工作时,这时你就应该考虑换个方式来实现了。 提高代码效率,减少代码量。 代码片: [cpp] view plain copy print? void Widget::onClicked() { QPushButton* button = qobject_cast<QP Read More
posted @ 2016-10-19 23:06 findumars Views(947) Comments(0) Diggs(0)
From: http://blog.csdn.net/kfbyj/article/details/9284923 最近做项目遇到的问题,总结下。 有时候我们觉得系统的标题栏和按钮太丑太呆板,想做自己的标题栏以及最大化、最小化、关闭,菜单按钮,我们就需要 [cpp] view plaincopypri Read More
posted @ 2016-10-19 23:05 findumars Views(3598) Comments(0) Diggs(0)
采用自身模块规范编写的前端UI框架,遵循原生HTML/CSS/JS的书写形式,极低门槛,拿来即用。 http://www.layui.com Layui 是一款采用自身模块规范编写的国产前端UI框架,遵循原生HTML/CSS/JS的书写与组织形式,门槛极低,拿来即用。其外在极简,却又不失饱满的内在, Read More
posted @ 2016-10-19 22:21 findumars Views(576) Comments(0) Diggs(0)
HTML 已经发展了多年,现在 W3C 已经发布了 HTML 5.1 的提案推荐标准,一些陈旧废弃的标签已经在后继的标准中逐渐消失。这里为大家列出那些已经被废弃 HTML 标签,看看你是不是还在使用它们。 <acronym> 首字母缩写,例如 WWW 类似的有<abbr>标签,表示单词缩写,例如 < Read More
posted @ 2016-10-19 22:16 findumars Views(7458) Comments(0) Diggs(0)
http://www.cnblogs.com/onechen/p/5935579.html Read More
posted @ 2016-10-19 20:03 findumars Views(205) Comments(0) Diggs(0)