新版MySQL(本人Server version: 8.0.15)在刚开始使用时遇到的问题: 查看mysql安装版本:命令窗口 时区问题解决(The server time zone value 'Öйú±ê׼ʱ¼ä'): 下边两句同时执行 -- show variables like "%time_zone%"; -- 查看当前时区,修改前应该是system,修改后是+: set global time_zone = '+8:00'; -- 修改mysql全局时区为北京时间,即
linux下调试程序,出现如下错误: /tmp/ccG8fpwg.o: In function `apache_viewlog_form':apache.c:(.text+0x776): undefined reference to `GTK_TEXT'apache.c:(.text+0x789): undefined reference to `GTK_TEXT'apache.c:(.text+0x7c3): undefined reference to `GTK_TEXT'/tmp/ccSL
自己新建的ceph环境,下载了s3cmd来做客户端,使用了s3cmd --configure配置后,在使用s3cmd ls可以查看到所有的bucket,但s3cmd ls s3://xxx 具体bucket时,却提示 ERROR: S3 error: (InvalidAccessKeyId): The AWS Access Key Id you provided does not exist in our records. 怎么回事呢?? 好在s3cmd有-d调试命令来查看是怎么一回事,加-d后
安装win8.1后,启动eclipse,也会提示 "java was started but returned exit code=13" 可能是eclipse.ini配置文件错误了,配置文件中-vm参数设置错误,在windows8.1系统下需要使用 / 而不是 原配置: -vm D:\Java\jdk1.8.0_31\bin\javaw.exe 修改为: -vm D:/Java/jdk1.8.0_31/bin/javaw.exe 或者版本号不对应: -vmargs-Dosgi.req
linux使用su切换用户提示 Authentication failure的解决方法:这个问题产生的原因是由于ubtun系统默认是没有激活root用户的,需要我们手工进行操作,在命令行界面下,或者在终端中输入如下命令: sudo passwd Password:你当前的密码 Enter new UNIX password:这个是root的密码Retype new UNIX password:重复root的密码然后会提示成功的信息. 在说明一点,使用su和sudo是有区别的,使用su切换用户需要
<body> <canvas id=" style="border:1px solid #c3c3c3;"> Your browser does not support the canvas element. </canvas> <script type="text/javascript"> var c = document.getElementById("myCanvas"); var
1.问题描述:IDEA使用时,提示"8080端口被占用" Description: The Tomcat connector configured to listen on port 8080 failed to start. The port may already be in use or the connector may be misconfigured. 2.解决方法: ① 开始---->运行---->cmd(window+R组合键),调出命令窗口 ② 输入