首页
lounger
累计撰写
23
篇文章
累计创建
8
个标签
累计收到
0
条评论
栏目
目 录
CONTENT
lounger
最新文章
2024-08-04
编辑器常用插件
idea插件: 浏览网页 embedded-web-browser 在当前编辑行后显示git记录 gitToolBox 代码提示 Tabnine AI Code 正则表达式大全 any-rule idea-rule vscode插件: 浏览网页
2024-08-04
0
0
0
工具
2024-08-04
window下使用小狼毫输入法
window下使用小狼毫输入法 1.输入法官网 RIME | 中州韵输入法引擎 2.使用双拼 下载rime-double-pinyin rime-double-pinyin-github gihub打不开的可以用gitee rime-double-pinyin-gitee 右键打开输入法设置,点击“
2024-08-04
1
0
0
工具
2024-08-04
使用UnityEvent在属性面板绑定事件
使用UnityEvent在属性面板绑定事件 public UnityEvent myEvent; private void OnDestroy() { if (myEvent.GetPersistentEventCount() > 0) { myEvent.Invoke()
2024-08-04
0
0
0
游戏开发
2024-07-18
制作windows程序安装包
Inno Setup Inno Setup 是免费的Windows 程序安装包制作工具:官方网站 制作出来的安装程序默认不支持中文,需要安装对应的简
2024-07-18
1
0
0
工具
2024-06-20
WebSocket 测试工具wscat
github地址: https://github.com/websockets/wscat npm地址: https://www.npmjs.com/package/wscat 安装 npm install -g wscat 作为服务端使用
2024-06-20
21
0
1
网络
2024-06-20
Windows 终端使用sudo
使用 gsudo github链接: https://github.com/gerardog/gsudo 官方给的安装方法: If you use any of the following Package Managers: Using WinGet: Run winget install gera
2024-06-20
1
0
0
终端
2024-06-17
windows下使用小狼毫输入法
输入法官网 [RIME | 中州韵输入法引擎] 使用双拼 下载rime-double-pinyin [rime-double-pinyin-github] gihub打不开的可以用gitee
2024-06-17
22
0
0
2024-06-16
npm安装获取TypeScript工具
npm install -g typescript 编译ts文件 tsc greeter.ts 输出结果为一个greeter.js文件
2024-06-16
1
0
0
javascript/typescript
2024-06-16
使用nvm管理nodejs版本
安装nvm nvm github地址: https://github.com/nvm-sh/nvm windows版地址:
2024-06-16
3
0
0
javascript/typescript
2024-06-16
PowerShell移动目录下所有png文件
移动目录下所有png文件到指定目录内 $RootFolder = Read-Host -Prompt "enter the folder you want to move png files from" $targetFolder = Read-Host -Prompt "enter the fol
2024-06-16
0
0
0
终端
1
2
3