05 2019 档案
摘要:首先安装语言包 在system设置中找到更新语言,并把Chinese(simplified)点上,然后安装。 第二步,安装IBus框架 在终端输入以下命令:sudo apt-get install ibus ibus-clutter ibus-gtk ibus-gtk3 ibus-qt4启动IBus
阅读全文
摘要:一、下载protobuf 方法一: > git clone https://github.com/protocolbuffers/protobuf.git 方法二: > 或者将准备好的压缩包进行拖入 解压 Unzip protobuf1.zip 二、安装(Linux Ubuntu)(1)安装依赖工具
阅读全文
摘要:Arch linux衍生版安装配置(Manjaro,Antergos,Apricity.etc) 当前位置: Home » Linux/Mac » Arch linux衍生版安装配置(Manjaro,Antergos,Apricity.etc) 常用的命令: pacman -Syu –ignore
阅读全文
摘要:0安装 Redis sudo pacman -S redis 1配置 Redis的配置信息在/etc/redis/redis.conf下。 查看 sudo vi /etc/redis/redis.conf 核心配置选项 绑定ip:如果需要远程访问,可将此⾏注释,或绑定⼀个真实ip bind 127.
阅读全文
摘要:Go语言操作MySQL数据库 go get -u -v github.com/go-sql-driver/mysql 2 配置环境 //创建目录,将作为GOPATH,为以后的代码工作目录mkdir -p ~/goPro/binmkdir -p ~/goPro/src //安装golang$ sudo
阅读全文
摘要://重置密码ALTER USER 'root'@'localhost' IDENTIFIED BY '111'; //安装插件 go get -u -v github.com/go-sql-driver/mysql //开机启动 systemctl enable mariadb #自启动 syste
阅读全文
摘要:1. 安装mariadb 1.选择包 yaourt mariadb sudo pacman -S mariadb 不初始化 直接进入 数据库 会报一下错误 ERROR 2002 (HY000): Can't connect to local MySQL server through socket '
阅读全文

浙公网安备 33010602011771号