zdd小小菜鸟 zdd小小菜鸟
2年前
windows--docker-指定ip启动mysql
windowsdocker指定ip启动mysql前提条件tex默认电脑已经安装好了docker,以及自定义配置docker的网络;若无请参考安装1.搜索mysql镜像shelldockersearchmysql2.拉取镜像shelldockerpullmy
Stella981 Stella981
3年前
Linux CentOS MySQL 5.7.18安装教程
1、新建用户组和用户groupaddmysqluseraddmysqlgmysql2、解压Mysql软件包tarzxvf/data/soft/mysql5.7.18linuxglibc2.5x86_64.tar.gzC/data/webserver3、重命名解压后的文件夹cd
Wesley13 Wesley13
3年前
MySQL远程连接丢失问题解决方法(Lost connection to MySQL server)
MySQL远程连接丢失问题解决方法(LostconnectiontoMySQLserver)参考文章:(1)MySQL远程连接丢失问题解决方法(LostconnectiontoMySQLserver)(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww
Wesley13 Wesley13
3年前
ubuntu 安装apache2,php7
(1)更新aptget源 aptgetupdate(2)安装addaptrepository命令依赖aptgetinstallsoftwarepropertiescommon(3)添加php源addaptrepositoryppa:ondrej/php(4)更新aptget源 
Easter79 Easter79
3年前
Subime使用笔记(持续跟进)
Subime使用笔记常用插件PackageControlEmmetCSSFormat格式化CSS代码插件DocBlockr快速添加代码注释插件SideBar增强侧边
Wesley13 Wesley13
3年前
MySQL 默认字符集
MySQL默认的字符集是latin1,通常跟我们的中文会打架,导致读写异常或乱码,而我们需要的字符集是utf8.MySQL字符集的查看mysqlshowvariableslike'%character%';
Wesley13 Wesley13
3年前
Mysql(基础篇)
linux下的mysql操作    1、打开MySQL服务    sudoservicemysqlstart  2、使用root用户登录,密码为空    mysqluroot  3、创建数据库    CREATEDATABASE<数据库名字;(注意不要漏掉分号;)  4、连接数据库    us
Wesley13 Wesley13
3年前
MySQL Server 安装
1、安装mysql5.7.18winx64.msi;2、打开cmd,进入C:\\ProgramFiles\\MySQL\\MySQLServer5.7\\bin;3、执行mysqld–install;!image(https://oscimg.oschina.net/oscnet/ed24e74285c4d0940eb2a
Wesley13 Wesley13
3年前
C# 生成二维码
 1、添加ThoughtWorks.QRCode.dll引用 2、代码usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Threading.Tasks;usingMicrosof
Stella981 Stella981
3年前
Head First PHP&MySQl第四章代码
addemail.php<!DOCTYPEhtml<htmllang"cn"dir"ltr"<head<metacharset"UTF8"<title猫王商店添加邮箱</title<linkrel"stylesheet"href