Linux操作系统 Download, extract and compile Redis with: $ wget http://download.redis.io/releases/redis-4.0.11.tar.gz$ tar xzf redis-4.0.11.tar.gz$ cd redi ...
分类:
其他好文 时间:
2019-09-19 12:39:05
阅读次数:
99
linux上安装mysql5.7 1、下载tar包,这里使用wget从官网下载 wget https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.22-linux-glibc2.12-x86_64.tar.gz 2、将mysql安装到/usr/ ...
分类:
数据库 时间:
2019-09-05 21:48:19
阅读次数:
190
Strings可以想象成一个有序列的数组 #Indexing planet = 'Pluto' planet[0] 'P' #Slicing planet[-3:] 'uto' #How long len(planet) String methods #字母大写 claim = 'Pluto is ...
分类:
编程语言 时间:
2019-09-02 17:06:39
阅读次数:
105
<! TOC "1. 创建数据库" "1.1. 使用utf8mb4编码" "1.1.1. 确定mysql的配置文件" "1.1.2. 修改配置文件" "1.1.3. 重启数据库服务,检查相关字段" "1.1.4. 新建数据库" "1.2. 使用已经存在的数据库" "1.2.1. 修改已有数据库的编码 ...
分类:
数据库 时间:
2019-08-25 14:00:18
阅读次数:
148
不管是 ,还是 ,对于软件开发来说,代码复用都是最基本的原则之一。 代码复用,可能是DIY(dont repeat yourself),也可能是使用别人的代码,或者是开源项目,或者是其他团队提供的组件、服务,或者是团队内他人实现的公共模块,这些复用大大减少了项目的开发周期和成本。 但怎样才算是高效、 ...
分类:
其他好文 时间:
2019-08-18 17:57:06
阅读次数:
155
github地址:https://github.com/swaggo/gin-swagger 1、下载swag 2、在main.go所在目录执行 生成docs/doc.go以及docs/swagger.json,docs/swagger.yaml 3、下载gin-swagger 然后在路由文件引入 ...
分类:
Windows程序 时间:
2019-08-14 14:50:02
阅读次数:
2370
安装 下载 wget https://jaist.dl.sourceforge.net/project/openofficeorg.mirror /4.1.5/binaries/zh-CN/Apache_OpenOffice_4.1.5_Linux_x86- 64_install-rpm_zh-CN ...
分类:
其他好文 时间:
2019-08-14 14:47:54
阅读次数:
92
cannot restore segment prot after reloc: Permission denied Table of Contents 1. 错误信息 2. 解决方法 1 错误信息 $lsnrctl start lsnrctl: error while loading shared ...
分类:
其他好文 时间:
2019-08-10 09:53:37
阅读次数:
85
1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 # @Time : 2019/7/31 15:16 4 # @Author : Aries 5 # @Site : 6 # @File : 简易计算器.py 7 # @Software: PyCh... ...
分类:
其他好文 时间:
2019-08-06 14:02:56
阅读次数:
101
200cockroach start --insecure --store=node1 --host=172.16.0.200 --port=26257 --http-port=8090 189cockroach start --insecure --store=node2 --host=172.1 ...
分类:
其他好文 时间:
2019-07-27 23:38:45
阅读次数:
92