环境:CentOS7.2MySQL5.7.18从mysql官方网站下载rpm包到服务器本地,依次安装下面的RPM包:mysql-community-common-5.7.18-1.el7.x86_64.rpmmysql-community-server-5.7.18-1.el7.x86_64.rpmmysql-community-client-5.7.18-1.el7.x86_64.rpmmysql-community-libs-5.7.18-1.el7...
分类:
数据库 时间:
2017-06-09 17:32:31
阅读次数:
3767
000-- the way to define a string with several lines 001--to get specific letters from a string 002-- the common error message for new beginner while r ...
分类:
编程语言 时间:
2017-06-05 20:58:42
阅读次数:
205
摒弃: #define ANIMATION_DURATION 0.3 #define ERROR_MESSAGE @“ErrorMessage” 1)没有常量的类型信息 2)假设此指令声明在某个头文件中,那么所有引入了这个头文件的代码,都可以访问和修改ANIMATION_DURATION。 推荐: ...
分类:
其他好文 时间:
2017-06-01 23:42:46
阅读次数:
308
SevenZip.SevenZipLibraryException: Can not load 7-zip library or internal COM error! Message: failed to load library.解决方案 问题原因:就是你的系统版本是64位,然后你用了32位的d ...
分类:
其他好文 时间:
2017-05-27 13:33:14
阅读次数:
325
using System; using System.Collections.Generic; using System.Linq; using System.ComponentModel.DataAnnotations; using System.IO; using System.Text; us... ...
分类:
Web程序 时间:
2017-05-15 14:15:21
阅读次数:
232
1.显示一个错误对话框,该对话框显示的 message 为 'alert': JOptionPane.showMessageDialog(null, "alert", "alert", JOptionPane.ERROR_MESSAGE); 2.显示一个内部信息对话框,其 message 为 'in ...
分类:
其他好文 时间:
2017-03-29 15:51:56
阅读次数:
139
本文参考资料: 启动apache时,解决 How to Fix AH00558 and AH00557 httpd apr_sockaddr_info_get() Error Message http://linux.101hacks.com/unix/httpd-apr-sockaddr-info ...
分类:
Web程序 时间:
2017-03-12 13:31:34
阅读次数:
242
I was working on some code with a Docker Windows container today and ran into this error message: ERROR: client version 1.22 is too old. Minimum suppo ...
#coding=utf-8import timeimport sysimport stompclass MyListener(object): def on_error(self, headers, message): print('received an error %s' % message) ...
分类:
编程语言 时间:
2017-03-01 11:58:29
阅读次数:
391
fatal: refusing to merge unrelated histories: SSH key problem: http://stackoverflow.com/questions/12940626/github-error-message-permission-denied-publ ...
分类:
其他好文 时间:
2017-02-26 17:24:55
阅读次数:
136