ubantu一些资料

 

 

1.在引导页面中选中win10 按E键 进入编辑 在最后一行后面加上一行
ntldr /bootmgr 再按F10引导,发现可以进入windows10

2.ubantu安装qq

https://learnku.com/articles/17517

3.ubantu快捷键

 

ctrl+alt 系列

 H help

 F FILE

 W WEB

 

 

 

 

super系列

+1

+2

.....

 

alt系列

+q

+c

+F full

 

 

+1

+2

+3

+4

将窗口定位到工作区

 

 

3.安装mysql

https://blog.csdn.net/weixx3/article/details/80782479

 sudo mysql -uroot -p

安装mysql模块

pip install MySQL-python

 

 

 

 

在cmd中可以连接mysql,但是mysql workbench连接不上。

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'your password';

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '123456';

FLUSH PRIVILEGES;

 

 

 

5.时间问题
https://blog.csdn.net/zyqblog/article/details/79318955

https://blog.csdn.net/YuZhuQue/article/details/88545842

https://blog.csdn.net/qq_37221466/article/details/81270839

https://www.jianshu.com/p/9f0b01505385

6.汉化

https://github.com/pingfangx/jetbrains-in-chinese/blob/master/PyCharm/resources_zh_CN_PyCharm_2019.1_r1.jar

 

posted on 2019-05-01 11:02  HOT SUMMER  阅读(136)  评论(0编辑  收藏  举报

导航