原文地址:https://www.cnblogs.com/ku-ku-ku/p/10969214.html 1.上传相关包(*.tar.gz等) 使用相关软件上传或用Xshell连接后下载命令:yum install lrzsz 2.安装mysql5.7 1)查看本地是否安装了mysql:rpm - ...
分类:
数据库 时间:
2020-07-19 23:30:59
阅读次数:
111
两个文件。Makefile,dump_fsdb_vcs.tcl Makefile: #veridi simulation makefile for export f=filelist.f#allall: clean com_vcs run_vcs#start compile com_vcs: vcs ...
分类:
其他好文 时间:
2020-07-17 22:17:56
阅读次数:
107
Copyright(c)1993-2004MicrosoftCorp.#Thisfilecontainsportnumbersforwell-knownservicesdefinedbyIANA#Format:#<servicename><portnumber>/<protocol>[aliases...][#<comment>]#echo7/tcp
分类:
其他好文 时间:
2020-07-16 12:13:31
阅读次数:
109
idea 将项目托管到 Git 报错:Can't finish Gitee sharing process https://www.cnblogs.com/Nahshon/p/12800361.html can't finish gitee sharing finish 使用git config - ...
分类:
其他好文 时间:
2020-07-16 12:00:31
阅读次数:
72
基础镜像 基础镜像:镜像中运行的项目或者启动的一些服务,都要在一个基础镜像之上才能运行这些服务,比如一个django项目或者mysql数据库等,都要在Linux操作系统之上来运行,所以打包我们自己的项目时,必须要有个基础镜像来当作我们项目运行的基础环境。 Dockerfile #基础镜像为cento ...
分类:
其他好文 时间:
2020-07-14 16:38:31
阅读次数:
74
一、MySQL5.6与MySQL5.7的区别 1.编译安装区别 # 总结: 如果选择使用源码安装5.7,则需要多装一个boostorg,在官网可以下载 #5.7在编译安装的时候多了一个boostorg库 [root@db02 mysql-5.7.20]# yum install -y gcc gcc ...
分类:
数据库 时间:
2020-07-13 15:16:12
阅读次数:
169
声明:此MySQL基础学习源自尚硅谷。(推荐)b站官方链接:https://www.bilibili.com/video/BV1xW411u7ax?p=1 Transaction Control Language 事务控制语言 事务 一个或一组sql语句组成一个执行单元,这个执行单元要么全部执行,要 ...
分类:
数据库 时间:
2020-07-11 20:57:20
阅读次数:
68
实现思路:根据当前环境是否存在某个对象来判别,如果光存在还不足以判别就再判断属性,最终将结果返回。 /** * Determine if we're running in a standard browser environment * * This allows axios to run in a ...
分类:
其他好文 时间:
2020-07-11 13:13:15
阅读次数:
94
http://blog.csdn.net/tangzhl/article/details/71124303 https://www.baidu.com/s?ie=utf-8&f=8&rsv_bp=0&rsv_idx=1&tn=baidu&wd=%E5%AF%B9%E8%B1%A1%E7%9A%84% ...
分类:
其他好文 时间:
2020-07-10 19:20:33
阅读次数:
93