会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
喵小喵~
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
68
下一页
2018年6月13日
java正则表达式
摘要: 1.为什么要用正则表达式 如果不用正则表达式判断某一个字符串是否满足格式要求显然会有点麻烦,比如我们对qq进行判断,如果采用如下代码: 是不是觉得很麻烦? 如果我们采用正则表达式来进行判断,那么代码如下: 是不是更简单快捷.所以采用正则表达式还是非常有必要的.代码中\d代表数字,+代表1次或者多次,
阅读全文
posted @ 2018-06-13 17:03 喵小喵~
阅读(217)
评论(0)
推荐(0)
2018年5月14日
48.自用qss
摘要: /* R1 */ QDialog { background-image: url(:/images/background.png); } /* R2 */ QLabel { font: 9pt; color: rgb(0, 0, 127); } /* R3 */ QComboBox:editable, QLineEdit, QListView { color:...
阅读全文
posted @ 2018-05-14 16:56 喵小喵~
阅读(225)
评论(0)
推荐(0)
47.使用帧缓存对象生成叠加
摘要: main.cpp teapots.h teapots.cpp
阅读全文
posted @ 2018-05-14 13:09 喵小喵~
阅读(674)
评论(0)
推荐(0)
2018年5月13日
46.Qt 使用OpenGL绘制立方体
摘要: main.cpp vowelcube.h vowelcube.cpp
阅读全文
posted @ 2018-05-13 22:24 喵小喵~
阅读(5232)
评论(0)
推荐(0)
45.Qt openGL实现三维绘图
摘要: main.cpp tetraheaderon.h tetraheadron.cpp
阅读全文
posted @ 2018-05-13 19:00 喵小喵~
阅读(4030)
评论(0)
推荐(0)
44.Qt通过子类化qstyle实现自定义外观
摘要: main.cpp bronzestyle.h bronzestyle.cpp brozedialog.h brozedialog.cpp
阅读全文
posted @ 2018-05-13 17:24 喵小喵~
阅读(1873)
评论(0)
推荐(0)
43.qt通过qss自定义外观
摘要: 样式: 文件格式类型: candy.qss main.cpp candydialog.h candydialog.cpp
阅读全文
posted @ 2018-05-13 14:56 喵小喵~
阅读(1402)
评论(0)
推荐(0)
2018年5月12日
42.写入XML
摘要: 1 #include 2 #include 3 #include 4 5 //创建一个树结构 6 void populateTree(QTreeWidget *treeWidget) 7 { 8 QStringList labels; 9 labels setHeaderLabels(labels); 12 treeWidget->header(...
阅读全文
posted @ 2018-05-12 16:01 喵小喵~
阅读(180)
评论(0)
推荐(0)
41.使用SAX读取XML
摘要: main.cpp saxhandler.h saxhandler.cpp
阅读全文
posted @ 2018-05-12 12:32 喵小喵~
阅读(718)
评论(0)
推荐(0)
40.DOM读取XML
摘要: main.cpp DomPaser.h domparser.cpp
阅读全文
posted @ 2018-05-12 09:33 喵小喵~
阅读(216)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
68
下一页
公告