码迷,mamicode.com
首页 >  
搜索关键字:root port 根端口    ( 73405个结果
超简单的网站暗黑模式,它真的超简单!
超简单的网站暗黑模式,它真的超简单! 原文地址:Implement Dark Mode On Your Website. 原文作者:Matthew Marquise 译者 & 校正:HelloGitHub-小鱼干 & 卤蛋 暗黑模式是网站颇受欢迎的功能,用 HTML、CSS、JS 即可实现。但为什么 ...
分类:Web程序   时间:2021-03-26 15:14:46    阅读次数: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
GO redis
package main import ( "fmt" "github.com/go-redis/redis" ) func main() { client := redis.NewClient(&redis.Options{ Addr: "127.0.0.1:6380", Password: "" ...
分类:其他好文   时间:2021-03-18 14:25:19    阅读次数:0
gitlab备份、恢复、迁移
注意 gitlab版本一定要gitlab/gitlab-ee:12.5.0-ee.0 gitlab迁移 迁移的整体思路是: 1、在新服务器上安装相同版本的gitlab 2、将备份生成的备份文件发送到新服务器的相同目录下 这里在12.5.0-ee.0`的机器上安装了相同版本的gitlab并能正常运行使 ...
分类:其他好文   时间:2021-03-17 15:08:16    阅读次数: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
pagehelper分页插件,再也不用为分页而烦恼了!
一、pagehelper介绍 pagehepler是一款可以帮助我们快速实现分页的插件,总之就是比传统的分页方式方便太多。话不多说,直接上手pagehelper插件的使用。 二、需要导入的依赖 ``<dependency> ````<groupId>com.github.pagehelper</gr ...
分类:其他好文   时间:2021-03-17 14:51:37    阅读次数:0
SpringBoot-2.yaml文件
yml文件 基本用法 //传统xml配置: <server> <port>8081<port> </server> //yaml配置: server: prot: 8080 //行内写法 student: {name: qinjiang,age: 3} //数组( List、set )用 - 值表示 ...
分类:编程语言   时间:2021-03-17 14:48:05    阅读次数:0
pytest之conftest.py
一、conftest.py的特点 1、可以跨.py文件调用,有多个.py文件调用时,可让conftest.py只调用了一次fixture,或调用多次fixture 2、conftest.py与运行的用例要在同一个pakage下,并且有__init__.py文件 3、不需要import导入 conft ...
分类:其他好文   时间:2021-03-17 14:43:05    阅读次数: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
73405条   上一页 1 ... 61 62 63 64 65 ... 7341 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!