08 2022 档案
摘要:进入Settings->Build, Execution, Deploymer->Console->Python Console Environment variables中添加 PYTHONIOENCODING=UTF-8 3. Starting script在尾部添加 import os; os
阅读全文
摘要:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple python-office -U 元素 import pandas as pd 数据帧 df = pd.DataFrame({'ID': [1, 2, 3], 'Name': ['Tim'
阅读全文
摘要:事情的起因 cygwin和mingw-w64在Windows平台下始终无法解决编码问题,出现中文目录文件名可以运行但无法调试。Clion出现无法调和的bug。 故决定使用WSL获取原生的体验。 使用WSL2 dism.exe /online /enable-feature /featurename:
阅读全文
摘要:安装fcitx5-rime sudo pacman -S fcitx5 fcitx5-gtk fcitx5-qt fcitx5-configtool fcitx5-rime vim ~/.xprofile(仅使用与xorg桌面,wayland请自行查询资料) export GTK_IM_MODULE
阅读全文
摘要:三种网络连接方式 桥接——每个虚拟系统都分配一个ip NAT(虚拟地址转换)——内网和外网在不同网段,不造成网络冲突 主机模式——独立的系统 Fedora SSH Root登录 sudo passwd root sudo vi /etc/ssh/sshd_config (PermitRootLogi
阅读全文

浙公网安备 33010602011771号