随笔 - 314  文章 - 0 评论 - 27 阅读 - 92万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

01 2018 档案
How to make MySQL handle UTF-8 properly
摘要:To make this 'permanent', in my.cnf: To check, go to the client and show some variables: Verify that they're all utf8, except ..._filesystem, which sh 阅读全文
posted @ 2018-01-27 19:50 七月逆流 阅读(113) 评论(0) 推荐(0) 编辑
如何禁用Firefox,chrome浏览器“不安全密码警告”
摘要:在任何HTTP页面中,一个全新的“不安全密码警告”将会在用户点击表单时直接出现在登陆框的下方,强行保证所有用户都能看到“此链接不安全,你的个人利益将受到损害”等字眼,同时整个页面也会收到损坏的挂锁图标,点击时显示相同的警告。 然而,尽管Mozilla这么拼地想给还没用上HTTPS的网站敲警钟,其用户 阅读全文
posted @ 2018-01-27 19:06 七月逆流 阅读(971) 评论(0) 推荐(0) 编辑
How to start a VirtualBox VM headless in Windows 10
摘要:If you wanted to start a VirtualBox VM headless (no UI) in the past, you needed additional tools. I always found this to be a bit of a pain that Virtu 阅读全文
posted @ 2018-01-24 22:34 七月逆流 阅读(252) 评论(0) 推荐(0) 编辑
Centos7安装activeMQ
摘要:1、简介 ActiveMQ 是Apache出品,最流行的,能力强劲的开源消息总线。完全支持JMS1.1和J2EE 1.4规范的 JMS Provider实现2、activemq的特性 1. 多种语言和协议编写客户端。语言: Java, C, C++, C#, Ruby, Perl, Python, 阅读全文
posted @ 2018-01-24 11:47 七月逆流 阅读(234) 评论(0) 推荐(0) 编辑
centos7 redis配置
摘要:https://www.cnblogs.com/web424/p/6796993.html 阅读全文
posted @ 2018-01-23 00:20 七月逆流 阅读(130) 评论(0) 推荐(0) 编辑
VirtualBox配置
摘要:安装增强工具:http://mikemainguy.blogspot.jp/2015/03/installing-virtualbox-guest-additions.html 安装ssh:https://www.rosehosting.com/blog/how-to-configure-and-u 阅读全文
posted @ 2018-01-16 22:25 七月逆流 阅读(123) 评论(0) 推荐(0) 编辑
VirtualBox安装增强工具方法
摘要:1.http://blog.csdn.net/wuliowen/article/details/71541561 2.https://segmentfault.com/a/1190000006233585 阅读全文
posted @ 2018-01-16 01:32 七月逆流 阅读(183) 评论(0) 推荐(0) 编辑
linux MYSQL大小写问题处理
摘要:1)window下默认大小写不敏感,所以在window下.创建表 test后再想创建表TEST会报错.而linux下默认可以.认为是不同的两张表 2)linux创建数据库,安装完毕后 首要任务是在linux下配置 vi /etc/my.cnf文件,增加lower_case_table_names=1 阅读全文
posted @ 2018-01-04 22:44 七月逆流 阅读(440) 评论(0) 推荐(0) 编辑
重置mysql5.7密码
摘要:其实想要重置 5.7 的密码很简单,就一层窗户纸: 1、修改 /etc/my.cnf,在 [mysqld] 小节下添加一行:skip-grant-tables=1 这一行配置让 mysqld 启动时不对密码进行验证 2、重启 mysqld 服务:systemctl restart mysqld 3、 阅读全文
posted @ 2018-01-02 17:56 七月逆流 阅读(185) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示