连击 天
fork: star:
查找磁盘最大文件 du -h --max-depth=1 /var | sort -h -r | head -n 10 du -sh . # s 表示 summary,查看总的大小 小鹤 ofyu 圆圈数字 i3wm xprop windows 下杀死进程 jps // 查看 java 进程...
国内镜像: 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 组件,使得滚动的列表偏移到顶部动画的...
文件位置:./gradle/init.gradle def repoConfig = { all { ArtifactRepository repo -> if (repo instanceof MavenArtifactRepository) { def url = repo.url.toString() i......
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...
k8s 配置文件 本地创建 /data 目录 # 部署 apiVersion: apps/v1 kind: Deployment metadata: name: file-deploy namespace: xxxx labels: app: file spec: replicas: 1 selector: matchLabe...
rm -rf ~/.cocoapods/repos pod install
gem install -n /usr/local/bin cocoapods
bool Win32Window::Create(const std::wstring& title, const Point& origin, const Size& size) { Destroy(); const wchar_t* window_class = Wi......
没有更多内容
加载失败,请刷新页面
文章删除后无法恢复,确定删除此文章吗?
动弹删除后,数据将无法恢复
评论删除后,数据将无法恢复