@RainChan 是一个变态
Karlatemp 发布的帖子
-
RE: 写定时任务出现的一些问题()
public object MyPlugin : KotlinPlugin() { private val scheduler = Executors.newScheduledThreadPool(2) private suspend fun supFunc() { logger.info { "!" } } private fun timers() { // Way 1 scheduler.submit { runBlocking { supFunc() } } // Way 2 scheduler.submit { MyPlugin.launch { supFunc() } } } private suspend fun magicTimer() { suspendCoroutine<Unit> { coroutine -> scheduler.submit { coroutine.resume(Unit) } } logger.info { "!" } } }
-
Mirai解密 - 2022/4/1 活动
欢迎来到Mirai解密
活动详细
持续时间 7天 开始时间 四月一日 游戏形式类似信息安全中的ctf比赛,但是题目的设置并不完全是ctf的类型,这是为了让不会信息安全的玩家也能通过搜索引擎和动脑来参与到游戏中。
前三位完成解密的玩家可以获得奖品一份,游戏为个人参加,请勿泄漏各种信息给其他人
-
MCL 无法使用的相关解决方法 - 2022/3/25
由于 gitee 停止 raw 的直接访问, 我们已经将 mirai-console-loader 的数据文件从 gitee 搬出
要继续使用使用 mirai-console-loader, 您需要进行以下的配置
1. 打开
$MCL/config.json
2. 找到"mirai_repo": "....."
将其地址修改为以下地址中的一个 (注意不要删除双引号
""
(英文半角))