Lv.1
MIAO BO RUI ZUISHUAI 一个平平无奇的帅哥
在 [震惊编程猫官方居然对着我们干这种事(doge)] k4客户端官方版 中回复
不过bug还很多,我用着的时候可能卡死imgsrc="https://static.codemao.cn/emoji/codemao/%E7%BC%96%E7%A8%8B%E7%8C%AB_%E6%90%93%E5%A4%B4.gif"alt="emotion_编程猫_搓头"
2022-09-13T20:12:38 点赞:0
在 c++教程--安装 中回复
怕你们下错发一下链接
vs: visuals tudio.m icrosoft.com/zh-hans/vs/
vsc: c ode.visual studio.com
方法的话,一个翻译就行
2022-11-09T19:55:09 点赞:1
在 c++教程--vscode配置(选看) 中回复
对了设置也可以改一下增强手感
点击左下角设置按钮,再点击
黏贴
{
"synthwave84.disableGlow": true,
"files.autoSave": "afterDelay",
"editor.fontSize": 20,
"editor.formatOnSave": true,
"editor.fontFamily": "JetBrains Mono Regular, 'SimHei', JetBrains Mono Regular",
"editor.fontLigatures": "JetBrains Mono Regular",
"editor.semanticTokenColorCustomizations": {},
"C_Cpp.clang_format_style": "{BasedOnStyle: Chromium, IndentWidth: 4}",
"editor.codeActionsOnSave": {},
"workbench.list.喵oothScrolling": true,
"editor.喵oothScrolling": true,
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorBlinking": "喵ooth",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"window.dialogStyle": "custom",
"debug.showBreakpointsInOverviewRuler": true,
"workbench.iconTheme": "material-icon-theme",
"C_Cpp.errorSquiggles": "Enabled",
"debug.console.fontSize": 15,
"security.workspace.trust.untrustedFiles": "open",
"vsicons.dontShowNewVersionMessage": true,
"editor.wordWrap": "on",
"workbench.colorTheme": "JetBrains Darcula Theme",
"settingsSync.ignoredExtensions": [],
"tabnine.experimentalAutoImports": true,
"files.autoSaveDelay": 1,
"terminal.integrated.profiles.windows": {
"PowerShell": {
"source": "PowerShell",
"icon": "terminal-powershell"
},
"Command Prompt": {
"path": [
"${env:windir}\\Sysnative\\cmd.exe",
"${env:windir}\\System32\\cmd.exe"
],
"args": [],
"icon": "terminal-cmd"
},
"Git Bash": {
"source": "Git Bash"
},
"Windows PowerShell": {
"path": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"
}
},
"terminal.integrated.defaultProfile.windows": "Command Prompt",
"terminal.integrated.cursorStyle": "line",
"editor.codeLensFontFamily": "SimHei",
"errorLens.onSaveTimeout": 1,
"workbench.editorAssociations": {
"*.lnk": "default"
},
"files.autoGuessEncoding": true,
}
对了建议安装jet的字体老好看了
2022-11-10T10:40:49 点赞:0
在 Arch Linux刚装完连不上网怎么办 中回复
开启网卡: rfkill unblock wifi
进喵网模式:iwctl
列出网络名称:device list
联网:station <device> connect <network name>(会提示输入密码)
还有ArchLinux建议安装LTS内核(滚挂)
2023-03-18T21:06:04 点赞:0
在 [教程-点点] MW10(PL)——PL科普之Linux如何安装python和pip? 中回复
sudo pacman -S python python-pip
2023-03-18T21:08:48 点赞:0