MySQL-Select语句高级应用

1.1 SELECT高级应用 1.1.1 前期准备工作 本次测试使用的是world__数据库,由mysql__官方提供下载地址: world__文件导入方法,官方说明: 下载sqlyog 软件,用于之后的数据库管理用: 创建用户,能够让sqlyog登录数据库即可,注意权限控制。 授权用户后参看 1.1.2 select语……

阅读全文

Nginx的反向代理与负载均衡

1.1 集群是什么 简单地说,集群就是指一组(若干个)相互独立的计算机,利用高速通信网络组成的一个较大的计算机服务系统,每个集群节点(即集群中的每台计算机)都是运行各自服务的独立服器。这些服务器之间可以彼此通信,协同向用户提供应用程序、系统资源和数据,并以单一系统的模式加以管理。当用户客……

阅读全文

数据库介绍(MySQL安装 体系结构、基本管理)

第1章 数据库介绍及mysql安装 1.1 数据库简介 数据库,简而言之可视为电子化的文件柜——存储电子文件的处所,用户可以对文件中的数据运行新增、截取、更新、删除等操作。 所谓“数据库”系以一定方式储存在一起、能予多个用户共享、具有尽可能小的冗余度、与应用程序彼此独立的数据集合。 1.1.1 什么是数据……

阅读全文

Shell编程进阶篇(完结)

1.1 for循环语句 <p> <span style="font-size: 12px;">&nbsp; &nbsp; &nbsp;它跟其他的循环,如while循环,最大的不同,是它拥有一个循环计数器,或是循环变数。这使得for循环能够知道在迭代过程中的执行顺序。</span> </p> <h3> <span id="111_shellfor">1.1.1 shell中的for循环</span> </h3> <p> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="font-size: 12px;">&nbsp;&nbsp; shel……

阅读全文

Shell编程基础篇-下

1.1 条件表达式 1.1.1 文件判断 常用文件测试操作符 <td style="width: 60.74%; border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-top-color: #5b9bd5; border-right-color: #5b9bd5; border-bottom-color: #5b9bd5; border-left: none; background: #5b9bd5; padding: 0cm 5.4pt;" width="60%"> <p class="MsoNormal" style="margin-bottom: .0001pt; text-align: justify; text-justify: inter-ideograph; mso-yfti-cnfc: 1;"> <strong><span style="font-size: 10.0pt; font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: white; mso-themecolor: background1;">说明</span></strong> </p> </td> <td style="width: 60.74%; border-top: none; border-left: none; border-bottom-width: 1pt; border-bottom-color: #9cc2e5;……

阅读全文