- 博客(7)
- 资源 (1)
- 收藏
- 关注
原创 Mathematica瀑布图程序包
Mathematica瀑布图 2020疫情,被关在家,无聊写了一个貌似不是很实用的瀑布图程序包。。。 Get["~/mywaterfall", "123"] data0 = {{0, 1, 2, 3, 4, 5, 6}, {5, 4, 4, 1, 1, 2, 1}}; data1 = {{0, 1, 2, 3, 4, 5, 6}, {5, 2, 2, 1, 1, 2, 1}}; data2 = {...
2020-02-11 18:59:37
710
4
原创 jupyter-notebook 安装拓展
1.激活基本环境 conda activate 2.安装拓展 pip install jupyter_nbextensions_configurator jupyter_contrib_nbextensions jupyter contrib nbextension install --user jupyter nbextensions_configurator enable --user 3...
2019-11-26 13:28:59
198
原创 vim 插件管理- vundle
vim 插件管理- vundle 1.下载 git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim 2.修改 .vimrc 配置(参考的,原文链接:https://blog.youkuaiyun.com/u013475704/article/details/52295157) " vundle 环境设置 f...
2019-11-24 23:08:11
178
原创 git Failed to connect to 127.0.0.1 port 8118: 拒绝连接
记录问题 fatal: unable to access ‘https://github.com/…’: Failed to connect to 127.0.0.1 port 8118: 拒绝连接 原因是之前设置了代理上网,并添加了: proxy="http://127.0.0.1:8118" export https_proxy=$proxy export http_proxy=$proxy ...
2019-11-24 21:23:40
2086
原创 jupyter添加不同版本python
jupyter添加不同版本python 终端切换到你要添加到jupyter的python环境 conda activate 你的python环境名 sudo 你的anaconda安装路径/anaconda3/envs/你的python环境名/bin/python -m ipykernel install --name jupyter中显示的python名字 打开jupyter-no...
2019-11-24 10:37:22
487
原创 解决Ubuntu Mathematica12 不能输入中文的问题
解决Ubuntu Mathematica12 不能输入中文 1.用命令locate libfcitxplatforminputcontextplugin.so找到系统中的libfcitxplatforminputcontextplugin.so。(如果出现多个,选取/usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libfcit...
2019-11-04 10:48:17
984
7
原创 [图解]详细说明char*,const char*,char **,const char **,char * const *,以及他们对应的赋值关系
[图解]详细说明char*,const char*,char **,const char **,char * const *,以及他们对应的赋值关系概念解释char *p 与 const char *pchar **p,const char **p 与 char *const *p赋值问题char *p 赋值给 const char *pconst char *p 赋值给 char *pchar*...
2019-07-26 16:41:28
1363
mywaterfall
2020-02-11
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅