上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 66 下一页
摘要: 使用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)
摘要: 1:工程目录以及依赖jar包如下,如果缺少某些jar包在weblogic控制台下面会有提示2:applicationContext.xml配置文件 3:web.xml配置文件 30 ind... 阅读全文
posted @ 2015-08-31 22:14 yshy 阅读(585) 评论(0) 推荐(0)
摘要: 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)
摘要: 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)
摘要: 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)
摘要: android:lines="5" android:ellipsize="end" 阅读全文
posted @ 2015-08-26 10:52 yshy 阅读(658) 评论(0) 推荐(0)
摘要: {{k.NAME}}-{{k.IS_MR}} ... 阅读全文
posted @ 2015-08-25 22:08 yshy 阅读(2044) 评论(0) 推荐(0)
摘要: 新建Qt Widgets Application->Browser01修改.pro文件内容:#-------------------------------------------------## Project created by QtCreator 2015-08-24T21:48:01##-... 阅读全文
posted @ 2015-08-24 22:02 yshy 阅读(289) 评论(0) 推荐(0)
摘要: 场景:在应用主界面,点击"按钮",弹出用户登陆对话框,用户输入用户名点击登陆,在主界面显示用户输入的用户名.1:新建Qt Widgets Application,名称:signal-t022:在主应用界面(mainwindow.ui)增加一个Label与PushButton,objectName分别... 阅读全文
posted @ 2015-08-22 16:27 yshy 阅读(322) 评论(0) 推荐(0)
摘要: 报错代码如下: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 下一页