包以及常用内置包归纳 包的概念math包time包sync包 Go 语言官方的包文档网站:包文档 包的概念
Go语言是使用包来组织源代码的,包(package)是多个 Go 源码的集合,是一种高级的代码复用方案。
任何源代码文件必须属于某…
1.学籍管理(map)
#include<iostream>
#include<map>
#include<string>
using namespace std;
map<string,int>a;
int n;
string name;
int op,score;
int main()
{cin>>n;for(int i1;i<n;i){cin>>op;if(op!4)cin>>na…
3、Redis客户端
3.1 Redis自带的客户端
带密码进入客户端
[rootqianfeng01 redis-4.0.14]# src/redis-cli -h 192.168.10.101 -p 6379 -a root
Warning: Using a password with -a option on the command line interface may not be safe.
192.168.10.101:6379> keys *
(…