GPFCZ “学以致用”是技术发展的永恒归宿

adb常用命令记录

adb常用命令adb root # 使用root模式运行adbadb remount # 使用remount模式运行adbadb shell # 进入内核linux模式adb pull phone_dir computer_dir # 移动手机内部文件phone_dir到computer_d

guopengfa guopengfa 发布于 2021-08-12

winsows10专业版激活码,可从其他版本升级到专业版

淘宝9购入windows10激活码,现share给大家从未激活到激活10专业:M7WK3-8NP8G-WHXV2-34BHK-WTXHDwin10密钥:激活:1.去【开始——设置——更新——激活】点击更改产品密钥,然后把我发给你的密钥复制粘贴进去:激活成功 【当场带图当场评 价 以后安 装免费送一个

guopengfa guopengfa 发布于 2021-08-06

redis基础

redis下载官网https://github.com/tporadowski/redis/releases进入redisredis-cli配置redis密码config set requirepass 123456查看配置的密码config get requirepass进行密码验证auth123

guopengfa guopengfa 发布于 2021-06-17

mongodb基础

mongo新建用户所有数据库操作权限db.createUser({user: 'root', pwd: '123456', roles: [{role: 'dbAdminAnyDatabase', db: 'admin'}]})# 创建一个用户,可以操作所有数据库其他权限db:指定该用户的数据库,a

guopengfa guopengfa 发布于 2021-06-17

docker学习笔记

拉取镜像docker pull centos:8创建容器docker run -d centos:8 /usr/sbin/init查看运行中的容器docker ps令容器打印命令/执行命令docker exec 42c943bb519d echo 'hello world'现在创建一个容器,名为 j

guopengfa guopengfa 发布于 2021-06-08