06 2023 档案

摘要:setName用于自定义线程的名字,方便我们调试定为问题; ``` @Test public void setNameTest(){ Runnable run = ()->{ System.out.println(Thread.currentThread().getName()); }; var t 阅读全文
posted @ 2023-06-28 08:32 无风听海 阅读(17) 评论(0) 推荐(0) 编辑
摘要:Ubuntu(23.04)状态栏的时间显示秒,则需要执行以下命令 ``` mango@mango-ubuntu:~/Desktop$ gsettings set org.gnome.desktop.interface clock-show-seconds true ``` 小米手机(MIUI13)要 阅读全文
posted @ 2023-06-07 18:27 无风听海 阅读(598) 评论(0) 推荐(0) 编辑
摘要:可能放置在以下两个位置中的一个 ``` /usr/share/applications ~/.local/share/applications ``` .desktop文件的内容 ``` #!/usr/bin/env xdg-open [Desktop Entry] Version=1.0 Term 阅读全文
posted @ 2023-06-07 18:19 无风听海 阅读(260) 评论(0) 推荐(0) 编辑
摘要:安装软件 ``` sudo dpkg -i xxxxx.deb ``` 查找软件 ``` dpkg -l |grep xxx ``` 卸载软件 ``` sudo dpkg --purge xxxx rm -rf ~/.local/share/xxxx ``` 阅读全文
posted @ 2023-06-07 18:12 无风听海 阅读(113) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示