02 2023 档案

摘要:以下代码是chatGPT给出的示例代码,智能AI果然NB // Define a trait for an animal trait Animal { fn make_sound(&self) -> &'static str; } // Define two structs that impleme 阅读全文
posted @ 2023-02-28 10:27 un-define 阅读(123) 评论(0) 推荐(0)
摘要:跳过空行: next if /^\s*$/; 变量内插: my $x = 1; my $y = 2; print "$x + $y = @{[ $x + $y ]}" 根据值对数组下标排序: my $max_ele_index = (sort {$data[$b] <=> $data[$a]} 0. 阅读全文
posted @ 2023-02-15 14:20 un-define 阅读(59) 评论(0) 推荐(0)
摘要:工具: B站视频下载工具:https://github.com/leiurayer/downkyi OBS录屏工具:https://obsproject.com/zh-cn window 系统激活工具:https://github.com/massgravel/Microsoft-Activatio 阅读全文
posted @ 2023-02-01 09:13 un-define 阅读(148) 评论(0) 推荐(0)