Skip to content

Commit e2300e9

Browse files
committed
[7.23]
1 parent 35767bc commit e2300e9

6 files changed

+39
-0
lines changed

Android/.AndroidWebView.md.swp

12 KB
Binary file not shown.

Android/.devLog.md.swp

12 KB
Binary file not shown.

Android/Android Studio 重装 翻墙配置.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,11 @@
1010

1111
大概配置好了之后就是这个样子:
1212
[配置结果](http://ogbvujd8z.bkt.clouddn.com/2018.png)
13+
14+
[终端翻墙配置](https://blog.csdn.net/u010658816/article/details/79344970)
15+
16+
在终端配置翻墙之后git 可能会出现问题 可以通过设置 git config 解决:
17+
````
18+
git config --global http.https://github.com.proxy socks5://127.0.0.1:1080
19+
````
20+
参考[这个issue](https://gist.github.com/laispace/666dd7b27e9116faece6)

kotlin/.koltinSmartCast.md.swp

12 KB
Binary file not shown.

kotlin/.kotlinBasics.md.swp

12 KB
Binary file not shown.

ubuntu/wps.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# install wps in Ubuntu
2+
3+
- installing associating dependencies
4+
5+
````
6+
sudo apt-get install lib32ncurses5
7+
sudo apt-get install lib32z1
8+
````
9+
10+
- download another dependency from this site
11+
[site](https://packages.debian.org/zh-cn/wheezy/amd64/libpng12-0/download)
12+
13+
- download wps
14+
[location](http://community.wps.cn/download/)
15+
16+
- download fonts for wps
17+
[some fonts](https://pan.baidu.com/s/1mh0lcbY)
18+
19+
20+
change dir to the dir of the fonts
21+
````
22+
sudo cp * /usr/share/fonts
23+
24+
sudo mkfontscale
25+
26+
sudo mkfontdir
27+
28+
sudo fc-cache
29+
````
30+
31+

0 commit comments

Comments
 (0)