会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
YSHY
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
23
24
25
26
27
28
29
30
31
···
66
下一页
2015年9月2日
001Spark文件分析测试
摘要: 使用spark-1.4.1-bin-hadoop2.6进行处理,测试文件大小为3G,测试结果:1:统计一个文件中某个字符的个数scala> sc.textFile("/home/y/my_temp/1.txt").filter(line=>line.contains("ok")).count()sc...
阅读全文
posted @ 2015-09-02 08:42 yshy
阅读(204)
评论(0)
推荐(0)
2015年8月31日
001Spring4.2基本环境搭建
摘要: 1:工程目录以及依赖jar包如下,如果缺少某些jar包在weblogic控制台下面会有提示2:applicationContext.xml配置文件 3:web.xml配置文件 30 ind...
阅读全文
posted @ 2015-08-31 22:14 yshy
阅读(585)
评论(0)
推荐(0)
2015年8月27日
Rectangle 响应按键
摘要: import QtQuick 2.4import QtQuick.Window 2.2Window { visible: true MainForm { anchors.fill: parent } Rectangle{ width: 300 ...
阅读全文
posted @ 2015-08-27 21:19 yshy
阅读(260)
评论(0)
推荐(0)
透明与Z序示例
摘要: import QtQuick 2.4import QtQuick.Controls 1.4import QtQuick.Controls.Styles 1.4import QtQuick.Window 2.2Window { visible: true MainForm { ...
阅读全文
posted @ 2015-08-27 21:01 yshy
阅读(297)
评论(0)
推荐(0)
Qt Quick分组属性案例
摘要: import QtQuick 2.4import QtQuick.Controls 1.4import QtQuick.Controls.Styles 1.4import QtQuick.Window 2.2Window { visible: true MainForm { ...
阅读全文
posted @ 2015-08-27 20:34 yshy
阅读(323)
评论(0)
推荐(0)
2015年8月26日
TextView 设置超过几行后显示省略号
摘要: android:lines="5" android:ellipsize="end"
阅读全文
posted @ 2015-08-26 10:52 yshy
阅读(658)
评论(0)
推荐(0)
2015年8月25日
ionic list item-radio checked
摘要: {{k.NAME}}-{{k.IS_MR}} ...
阅读全文
posted @ 2015-08-25 22:08 yshy
阅读(2044)
评论(0)
推荐(0)
2015年8月24日
webkit的基本应用
摘要: 新建Qt Widgets Application->Browser01修改.pro文件内容:#-------------------------------------------------## Project created by QtCreator 2015-08-24T21:48:01##-...
阅读全文
posted @ 2015-08-24 22:02 yshy
阅读(289)
评论(0)
推荐(0)
2015年8月22日
信号槽操作案例
摘要: 场景:在应用主界面,点击"按钮",弹出用户登陆对话框,用户输入用户名点击登陆,在主界面显示用户输入的用户名.1:新建Qt Widgets Application,名称:signal-t022:在主应用界面(mainwindow.ui)增加一个Label与PushButton,objectName分别...
阅读全文
posted @ 2015-08-22 16:27 yshy
阅读(322)
评论(0)
推荐(0)
报错:tr was not declared in this scope
摘要: 报错代码如下:label->setText(tr("您好,Qt5.5.0!"));修改为: label->setText(QObject::tr("您好,Qt5.5.0!"));
阅读全文
posted @ 2015-08-22 09:57 yshy
阅读(824)
评论(0)
推荐(0)
上一页
1
···
23
24
25
26
27
28
29
30
31
···
66
下一页
公告