上一页 1 2 3 4 5 6 7 ··· 110 下一页
摘要: crontab 作用:添加,查询,删除系统计划任务的指令。 [root@localhost ~]# crontab [选项]选项: -e: 编辑crontab定时任务 -l: 查询crontab任务 -r: 删除当前用户所有的crontab任务12345 1 2 3 4 5 [root@localh 阅读全文
posted @ 2024-02-20 15:50 jiftle 阅读(800) 评论(0) 推荐(0) 编辑
摘要: 原文: https://www.cnblogs.com/mfrank/p/15967978.html 前言 去年的时候,写过一篇文章,《【聊聊认知】你的答案是什么》 ,在文中聊了一些关于「如何探索这个世界的答案」这个主题的一些看法。一转眼,一年时间便已匆匆流逝,回过头看看之前写的内容,心生感慨,虽然 阅读全文
posted @ 2024-02-13 17:56 jiftle 阅读(20) 评论(0) 推荐(1) 编辑
摘要: C++ 标准是计算机程序设计语言 C++ 的标准化指南。自 1989 年以来,这种技术已经成为了程序设计的实际标准,并由 ANSI 开发出来。C++ 标准是一种 C++ 程序设计语言的可维护标准,它是一个工具,帮助你从复杂的抽象,以统一的方式完成 C++ 程序设计任务。 C++ 标准给程序设计者提供 阅读全文
posted @ 2024-01-22 21:27 jiftle 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 镜像 https://gitee.com/yctxkj/json // create an empty structure (null) json j; // add a number that is stored as double (note the implicit conversion of 阅读全文
posted @ 2024-01-22 21:26 jiftle 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 镜像库 https://gitee.com/yctxkj/spdlog.git spdlog是基于C++11实现的一款纯头文件的日志管理库(git地址:https://github.com/gabime/spdlog,API说明:https://spdlog.docsforge.com/v1.x/1 阅读全文
posted @ 2024-01-22 21:21 jiftle 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 2019年缅甸内比都举行的“缅文字体和新键盘技术说明会”。电子政务执行工作委员会秘书长兼信息技术及网络安全局代理局长吴赛索林吞宣布,缅甸政府部门机构将从4月1日在全缅推行Pyidaungsu font(Unicode字体)的使用,政府机构也将为此配备支持Pyidaungsu字体(代码)的键盘。吴赛索 阅读全文
posted @ 2024-01-21 20:58 jiftle 阅读(31) 评论(0) 推荐(0) 编辑
摘要: https://mirrors.tuna.tsinghua.edu.cn/help/crates.io-index.git/ 编辑 $CARGO_HOME/config 文件,添加以下内容: [source.crates-io] replace-with = 'mirror' [source.mir 阅读全文
posted @ 2024-01-17 17:34 jiftle 阅读(476) 评论(0) 推荐(0) 编辑
摘要: 私有仓库引用配置 go env -w GOPRIVATE=git.hauwie.com git config --global --add url.ssh://git@git.hauwie.com:7033.insteadof https://git.hauwie.com 日志库引用,go.mod文 阅读全文
posted @ 2024-01-17 17:08 jiftle 阅读(145) 评论(0) 推荐(0) 编辑
摘要: windows开放端口的方法(win10) 先从控制面板,进入到Windows Defender防火墙点击高级设置,点击入站规则点击右边的新建规则,点击端口,点击下一步 选择协议类型和端口号点击下一步即可 阅读全文
posted @ 2024-01-17 15:13 jiftle 阅读(1111) 评论(0) 推荐(0) 编辑
摘要: 添加右键菜单 复制以下内容,创建11.reg 执行 Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\Background\shell\OpenMsys2Here] @="Open msys2 here" "Icon" 阅读全文
posted @ 2024-01-12 22:24 jiftle 阅读(127) 评论(0) 推荐(1) 编辑
上一页 1 2 3 4 5 6 7 ··· 110 下一页