连击 天
fork: star:
查找磁盘最大文件 du -h --max-depth=1 /var | sort -h -r | head -n 10 du -sh . # s 表示 summary,查看总的大小 小鹤 ofyu 圆圈数字 i3wm xprop windows 下杀死进程 jps // 查看 java 进程...
1、多移动应用间的单点登录流程(克隆令牌) 在多个移动应用(如 A、B、C)之间,希望用户在 A 应用完成登录后,无需重新启动浏览器或再次输入凭据,即可无缝访问 B、C 应用。 具体步骤: ①...
安装 # 提供 dhcp 服务 apt install udhcpd 提供 AP热点服务 apt install hostapd 禁用系统自带网络管理 查询网卡名称 ip address 新增配置 /etc/NetworkManager/umanaged.conf 文件,将 wl...
1 安装: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/installing-cloudwatch-agent-commandline.html (命令行) 或者 https://docs.aws.amazon.com/zh_cn/AmazonClou...
国内镜像: sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* sed -i 's|#baseurl=http://mirror.centos.org|baseurl=https://mirrors.aliyun.com|g' /etc/yum.repos.d/CentO...
server { server_name domain.com; client_max_body_size 1000m; root /www/ooxx/dist; gzip_static on; gzip_proxied any; location / { index index.html index.htm; ......
准备工作:命令行工具的安装与初始化 略。参考链接 1 配置文件保存位置 AWS Systems Manager>Parameter Store 2 配置文件内容 { "agent": { "metrics_collection_interval": 60, "run_as_us...
1 RefreshIndicator ① 监听 ScrollNotification,获取下拉偏移量 ② 构建 Stack 组件。将下拉溢出后顶部的动画和列表叠放在一起。 ③ 自定义 Physics 组件,使得滚动的列表偏移到顶部动画的...
console.log(windowInfo.windowHeight, "windowHeight"); console.log(windowInfo.screenHeight, "screenHeight"); console.log(windowInfo.safeArea, "safeArea"); console.log(windowInfo....
示例1: function TodoList({ todos, filter }) { const [newTodo, setNewTodo] = useState(''); // ✅ This is fine if getFilteredTodos() is not slow. const visibleTodos = getFiltered...
https://react.dev/learn/referencing-values-with-refs https://stackoverflow.com/questions/63231630/what-is-the-difference-between-a-ref-and-a-global-variable ref 的作用类型全局变...
k8s 配置文件 本地创建 /data 目录 # 部署 apiVersion: apps/v1 kind: Deployment metadata: name: file-deploy namespace: xxxx labels: app: file spec: replicas: 1 selector: matchLabe...
没有更多内容
加载失败,请刷新页面
文章删除后无法恢复,确定删除此文章吗?
动弹删除后,数据将无法恢复
评论删除后,数据将无法恢复