风花雪月 风花雪月
4年前
thinter加入背景图片
photoImagetk.PhotoImage(file"背景.png")theLabeltk.Label(root,         text"我是内容,\n请你阅读",内容         justifytk.LEFT,对齐方式         imagephoto,加入图片         compoundtk.CENTER,关键:设置为背
Wesley13 Wesley13
4年前
MySQL Config
全局参数system\_time\_zone系统时区,在MySQL启动时会检查当前系统的时区并根据系统时区设置全局参数system\_time\_zone的值。Thesystemtimezone.Whentheserverstarts,itattemptstodeterminethetimezoneofthehos
Stella981 Stella981
4年前
CentOS7.5 安装部署Apache+Mysql+Php
系统:CentOS7.5安装Apache1.安装yumyinstallhttpd2.开启apache服务systemctlstarthttpd.service3.设置apache服务开机启动systemctlenablehttpd.service4.开启防火墙firewallcmd
Stella981 Stella981
4年前
Docker 搭建 ELK 集群步骤
前言本篇文章主要介绍在两台机器上使用Docker搭建ELK。正文环境CentOS7.7系统Dockerversion19.03.8dockercomposeversion1.23.2系统设置vim编辑/etc/secur
Stella981 Stella981
4年前
HTML5新标签与javaScript新方法
HTML5(0106)1、文档声明<!DOCTYPEhtml2、字符编码设置<metacharset"UTF8"3、验证(http://validator.w3.org/)HTML5新增的语义化标签
Stella981 Stella981
4年前
Hadoop YARN配置参数剖析(4)—Fair Scheduler相关参数
首先在yarnsite.xml中,将配置参数yarn.resourcemanager.scheduler.class设置为org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler。FairScheduler(https://www.oschina.net/
Wesley13 Wesley13
4年前
(Go)04.go工作区目录规范及简单例子
一.规范目录结构D:\\project\\src\\go\_dev\\day1\\example1!(https://img2018.cnblogs.com/blog/683937/201901/68393720190124112023185189177204.png)二.设置GOPAH环境变量
Stella981 Stella981
4年前
Kafka 自定义指定消息partition策略规则及DefaultPartitioner源码分析
Kafka自定义指定消息partition策略规则及DefaultPartitioner源码分析一.概述kafka默认使用DefaultPartitioner类作为默认的partition策略规则,具体默认设置是在ProducerConfi
Wesley13 Wesley13
4年前
Linux命令集合
groupadd&&useradd创建一个普通用户hadoop,属于hadoop组,设置密码,管理员权限,自动创建home目录groupaddhadoopuseraddmphadooprghadoophadoop修改密码对于普通用户:
Wesley13 Wesley13
4年前
unity监听粒子播放结束
需要在粒子上挂脚本脚本添加代码publicvoidOnParticleSystemStopped(){Debug.Log("粒子停止");}这是个生命周期粒子的StopAction设置成Callback最好再加上voidStart()