最新发布第27页
What’s the difference between a task and a detached task? 任务和分离任务有什么区别?-Stewed Noodles 资源

What’s the difference between a task and a detached task? 任务和分离任务有什么区别?

If you create a new task using the regular Task initializer, your work starts running immediately and inherits the priority of the caller, any task local values, and its ...
How to make a task sleep 如何使任务进入休眠状态-Stewed Noodles 资源

How to make a task sleep 如何使任务进入休眠状态

Swift’s Task struct has a static sleep() method that will cause the current task to be suspended for a set period of time. You need to call Task.sleep()&n...
匿名函数-Stewed Noodles 资源

匿名函数

匿名函数:没有名字的函数。 语法 基本语法 val anonymousFunction = fun(parameters): ReturnType {    body    return statement if needed} 示例代码 val numbers =...
xoa 重置数据库密码-Stewed Noodles 资源

xoa 重置数据库密码

修改数据库密码 打开 Navicat,右键点击已连接的 MySQL 服务器 → 选择「用户」。 选中目标用户(如root)→ 点击「编辑用户」。 在「常规」选项卡中找到「密码」字段 → 输入新密码并确认 → ...
XuX的头像-Stewed Noodles 资源烩之面大会员XuX57天前
0240
W29 - 2026.07.13-Stewed Noodles 资源
Docker 基础 - 容器-Stewed Noodles 资源

Docker 基础 – 容器

容器常见命令创建容器# 完整命令 docker container run <image name> # 简写命令 docker run <image name> 列出容器查看 up 状态的容器# 完整命令 docker container ls # 简写命令 ...
Sending data safely across actor boundaries 跨参与者边界安全地发送数据-Stewed Noodles 资源

Sending data safely across actor boundaries 跨参与者边界安全地发送数据

Swift tries to ensure access to shared data is done safely, partly through types such as actors, and partly through a concept of sendability implemented through the ...
What are tasks and task groups? 什么是任务和任务组?-Stewed Noodles 资源

What are tasks and task groups? 什么是任务和任务组?

Using async/await in Swift allows us to write asynchronous code that is easy to read and understand, but by itself it doesn’t enable us to run anything concurrently – even w...
Introduction to testing Swift concurrency Swift 并发测试简介-Stewed Noodles 资源

Introduction to testing Swift concurrency Swift 并发测试简介

Swift's full range of concurrency features work great with unit tests using both the legacy XCTest framework and the new Swift Testing framework.Swift 的全套并发功能非常适合使用旧...
工单类别-Stewed Noodles 资源

工单类别

巡检任务隐患过来的是检修工单 故障过来的是抢修工单 计划任务过来是计划工单 预防性维护过来的是预防性工单 检修与抢修工单 巡检人员在巡检的过程中,如果遇到故障,直接填报故障,等抢修完成...