jaybo

Results 54 issues of jaybo

# 索引 [一、硬件](https://github.com/jayboxyz/websites-and-tools/issues/3#issuecomment-593106533) [二、软件 - Windows、Android 系列](https://github.com/jayboxyz/websites-and-tools/issues/3#issuecomment-593106605) [三、软件 - macOS、iOS、iPad 系列](https://github.com/jayboxyz/websites-and-tools/issues/3#issuecomment-593106688) [四、浏览器扩展和应用](https://github.com/jayboxyz/websites-and-tools/issues/3#issuecomment-593106777) [五、在线网站](https://github.com/jayboxyz/websites-and-tools/issues/3#issuecomment-593106811) [六、编程学习](https://github.com/jayboxyz/websites-and-tools/issues/3#issuecomment-593106878)

# 科学上网方法 ## **1、自建(例如 ShadowsocksR,又称影梭、小飞机)** 搭建的步骤,第一步就是先选购 vps 服务器,那到底选择哪家的,这个看自己,但一定要是国外的节点。很多人常用的 vps 有“搬瓦工”、“vultr”、“digitalocean”等。 选购好了 vps,然后就是搭建的过程。关于 ShadowsocksR 如何搭建,请根据我这里写的来操作:[科学上网之ShadowsocksR和V2Ray的搭建 | Jaybo's Blog](https://strivebo.com/2019/02/12/%E7%AF%872%EF%BC%9A%E7%A7%91%E5%AD%A6%E4%B8%8A%E7%BD%91%E4%B9%8BShadowsocksR%E5%92%8CV2Ray%E7%9A%84%E6%90%AD%E5%BB%BA/) **各平台 ShadowsocksR 客户端下载**:[SSR 客户端下载 - Alvin9999](https://github.com/Alvin9999/new-pac/wiki/ss%E5%85%8D%E8%B4%B9%E8%B4%A6%E5%8F%B7) **VPS 推荐:** vlutr: - 可以通过我的链接注册:https://www.vultr.com/?ref=8470314-6G - 或者这个...

Hello, Thanks for sharing the code. But I have a question, why do I use the CRF code to come out like this? ![image](https://user-images.githubusercontent.com/25930007/70372733-e41be200-191d-11ea-9ca5-3041bd68da90.png) PS: My train image data is...

**注1:** 在下文计算混淆矩阵的代码中,可能会出现一个报错: ``` missing from current font. ``` 加入下面代码可以解决该报错: ``` plt.rcParams['font.family'] = ['sans-serif'] plt.rcParams['font.sans-serif'] = ['SimHei'] ``` **注2:** 当使用如下代码保存使用 plt.savefig 保存生成的图片时,结果打开生成的图片却是一片空白。 ``` python import matplotlib.pyplot as plt """ 一些画图代码 """...

# 参考: - [毕业必备!推荐收藏的学位论文排版教程(word完整版)](https://mp.weixin.qq.com/s/tw9FbFk_ybH4GTNUdvD4rA) # 一、先对这几个有认识 参考: - [页码管理,处女座都做不出这么细致的word - 知乎](https://zhuanlan.zhihu.com/p/27813412) 如何找到分页符、分节符?—— 在 word 2013 中,点击【布局->分隔符】即可找到。 ## 1、分页符 **分页符:制造内容上的分离。** ![image](https://user-images.githubusercontent.com/25930007/67822527-9ed4eb00-fafb-11e9-86e2-d1edce1921c5.png) 在编辑文档的时候,前面的内容一旦改动,容易对后面的结构产生变动,可以使用分页符,前后内容不受影响。我们常常利用分页符,防止表格跨页。 ## 2、分节符 **分节符:制造格式的分离。** 作用就是分隔文本格式,包括页面布局、页眉页脚格式等。有两种分节符: 1、下一页分节符 ![image](https://user-images.githubusercontent.com/25930007/67822554-b613d880-fafb-11e9-89c3-187fdcf4ff24.png) **分节的同时带有分页功能**,比如这一页是竖版的,下一页需要变成横版; ![image](https://user-images.githubusercontent.com/25930007/67822563-be6c1380-fafb-11e9-9461-48946a376c47.png) 2、连续分节符...

论文排版

科研经验分享: - [本科4篇顶会!清华特奖高天宇干货分享:我是这样写论文、做实验、与导师相处](https://mp.weixin.qq.com/s/F1zVInnGLPDfOd9mzaFr9Q)

GAN-生成式对抗网络

- [熵、交叉熵和散度,这是一篇最纯碎的理解!](https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzIzMjY0MjE1MA==&scene=161#wechat_redirect)

数学基础