大数据
-
linux JIRA安装
第一步 [root@bogon home]# chmod 755 atlassian-jira-software-7.6.2-x64.bin [root@bogon home]# ./atlassian-jira-software-7.6.2-x64.bin Unpacking JRE ... Starting Installer ... This will install JIRA So…
-
janus 启动问题
root@4c9f329b2677:/home/dong/janus-src/janus-gateway# /opt/janus/bin/janus -configs-folder=/opt/janus/etc/janusJanus commit: 5aab9f03f57060eb6ba29150f132f248a4f24e0aCompiled on: Fri Dec 6 17:07:07 …
-
基于python的大数据分析实战学习笔记-Anaconda
Anaconda指的是一个开源的Python发行版本,其包含了conda、Python等180多个科学包及其依赖项。还有很多官方介绍,总而言之就是强大强大很强大。。。在我看来 TA主要面向科学计算,其实就是数据分析的一个标准环境。…
-
activemq 安全连接
一、定义用户组 1.1 simpleAuthenticationPlugin通过在activemq.xml中配置用户组 <plugins> <simpleAuthenticationPlugin> <users>  …
-
some of the best practices for software development
According to Professor Joe Hummel, of Lake Forest College, some of the best practices for software development include these elements:* Object-oriented programming: This style of programming ma…
-
Java注册登陆学习笔记
import java.util.Scanner; //用户类 class Users { String username; String password; public Users(String username,String password) { this.username = username; this.password = password; } } public class…
-
Apache Hadoop 入门教程第二章
Apache Hadoop 单节点上的安装配置 下面将演示快速完成在单节点上的 Hadoop 安装与配置,以便你对 Hadoop HDFS 和 MapReduce 框架有所体会。 先决条件 支持平台: GNU/Linux:已经证实了 Hadoop 在 GNU/Linux 平台…
-
<Qt C++>Timer实现变速
//Dialog.h private: QTimer *timer; //Dialog.cpp //构造函数里 timer = new QTimer(this); connect(timer, SIGNAL(timeout()), this, SLOT(update())); updatetime();…
-
BUG漏测的原因总结,以及如何处理
一、漏测的概率 漏测,是指软件产品的缺陷没有在测试过程中被发现,而是在版本发布之后,用户在使用过程中发现存在的缺陷。 二、预防漏测的意义 我…
-
Azure平台跨存储迁移虚拟机
客户场景描述: 近段时间,客户注册了Azure测试账号(一个月的使用时间),进行测试使用,搭建了WEB网站服务,客户对Azure云平台,针对web开发,应用服务,非常满意,准备把web网站正式投入到生产,由于Azure测试账…