码迷,mamicode.com
首页 >  
搜索关键字:root    ( 51246个结果
ubuntu安装mysql
1.执行安装mysql的语句 sudo apt-get install mysql-server mysql-client 2.查看可登陆账户并查看密码 3.获取到了登陆mysql的账户密码登陆 4.之后依次进入mysql数据库,修改root密码,刷新缓存。之后就可以exit退出使用root账户登录 ...
分类:数据库   时间:2021-03-29 11:37:21    阅读次数:0
Leetcode 111. Minimum Depth of Binary Tree
Description:Given a binary tree, find its minimum depth. The minimum depth is the number of nodes along the shortest path from the root node down to t ...
分类:其他好文   时间:2021-03-18 14:37:13    阅读次数:0
红米k30s刷magisk(面具)
此教程不需要root手机 安装adbadb即 电脑连接安卓驱动(我的是mac,如果是window系统,这一步可能略有不同,其它一样)https://www.cnblogs.com/dshvv/p/14546578.html 手机安装三方rec(twrp家的好用) 1、下载三方rec连接:https: ...
分类:其他好文   时间:2021-03-17 15:04:33    阅读次数:0
linux用户角色分类
id 查询用户信息 linux中用户如何分类 UID user id用户的id号 》身份证号 GID group id用户组id号码 》户口本号 1.皇上 root UID(0) 2.傀儡 虚拟用户 UID (1-499) 系统中的每个进程要有一个对应的用户,无法使用的 3.百姓 普通用户 UID ...
分类:系统相关   时间:2021-03-17 14:53:06    阅读次数:0
启动tomcat报错
从tomcat官网上下载了apache-tomcat-5.5.36.zip,在window xp系统里面解压以后,直接放在了linux服务器上。 进入tomcat/bin目录,执行启动的时候出现如下错误: [root@test bin]# ./startup.shCannot find ./cata ...
分类:其他好文   时间:2021-03-17 14:39:49    阅读次数:0
uniapp 打开[ios/安卓]GPS定位权限
如何检测GPS有没有开启我是写在高德地图API接口中fail函数里的 openGps(){ let system = uni.getSystemInfoSync();// 获取系统信息 if (system.platform 'android') { // 判断平台 var context = pl ...
分类:移动开发   时间:2021-03-17 14:37:45    阅读次数:0
Android 7.0版本以上突破证书限制HTTPS抓包
针对Android 7.0及以上版本的系统,不信任用户添加的证书,无法抓HTTPS包问题的解决方法。 1、无需root,使用XPosed框架+JustTrustMe :https://www.cnblogs.com/xiaochao-testing/p/13985602.html 2、在APK包可以 ...
分类:移动开发   时间:2021-03-17 14:27:54    阅读次数:0
文件属性介绍
(1)17347083 -rw-r--r--. 1 root root 384 Sep 1 2020 /etc/hosts (2)17347083 inode号 (3) - 文件类型 (4) rw-r--r-- 文件权限 (5) . .与selinux有关 (6) 1 文件硬链接数量 (7)root ...
分类:其他好文   时间:2021-03-17 14:17:18    阅读次数:0
vue项目的代理配置以及nginx请求分发过程
vue项目的config配置 // 以下的IP和端口均为假设,方便后续举例说明 proxyTable: { "/a": { target: "http://111.11.111.111:1111", changeOrigin: true, ws: true, pathRewrite: { "^/a" ...
分类:其他好文   时间:2021-03-17 14:16:30    阅读次数:0
Kubernetes-集群升级
集群版本V1.18.2 root@k8s:~# kubectl get nodes NAME STATUS ROLES AGE VERSION k8s Ready master 20d v1.18.2 node1 Ready worker 20d v1.18.2 node2 Ready worker ...
分类:Web程序   时间:2021-03-17 14:01:11    阅读次数:0
51246条   上一页 1 ... 34 35 36 37 38 ... 5125 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!