上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: https://alessandrococco.com/2021/01/wsl-how-to-resolve-operation-not-permitted-error-on-cloning-a-git-repository 阅读全文
posted @ 2021-08-06 15:00 JayYin 阅读(633) 评论(0) 推荐(0) 编辑
摘要: 首先需要安装库: sudo apt-get install gcc-multilib 然后编译的时候加上-m32即可: g++ -m32 main.cpp ​ 阅读全文
posted @ 2021-04-05 20:40 JayYin 阅读(210) 评论(0) 推荐(1) 编辑
摘要: 1. 首先下载插件 2. 在ubuntu里安装ssh server 我这里是要在windows上去ssh我的ubuntu虚拟机,先要在ubuntu里安装ssh server,安装方法见:https://www.cnblogs.com/Jay-CFD/p/10745854.html 中的第二条“2)安 阅读全文
posted @ 2021-03-31 20:52 JayYin 阅读(1840) 评论(0) 推荐(0) 编辑
摘要: 由于在配置git的时候,使用了默认的user.name和user.email,导致commit的内容没有被显示到github上,绿色小方块没有着色,下面给出补救方法 1.用git log查看commit log,其中Author部分的邮箱需要和github的一致,否则提交的内容不会在contribu 阅读全文
posted @ 2021-02-05 23:52 JayYin 阅读(210) 评论(0) 推荐(0) 编辑
摘要: gcc -fsanitize=address -g main.cpp 然后直接运行即可: ./a.out 参考: https://www.jianshu.com/p/3a2df9b7c353 https://wizardforcel.gitbooks.io/100-gcc-tips/content/ 阅读全文
posted @ 2020-12-13 01:12 JayYin 阅读(210) 评论(0) 推荐(0) 编辑
摘要: paraview可以直接读入csv数据,并且显示为vtk的云图效果,和矢量图效果。 二维矢量图 导入csv数据(数据在文章最后有提供): 成功导入: 关闭右侧数据,并选择Filters->Alphabetical->Table To Points,也可以直接Ctrl+空格调出搜索框,输入Table 阅读全文
posted @ 2020-08-05 15:46 JayYin 阅读(6300) 评论(0) 推荐(1) 编辑
摘要: 下载:https://www.valgrind.org/docs/manual/manual-core.html#manual-core.started 解压 tar -xjvf valgrind-3.16.0.tar.bz2 安装 cd valgrind-3.16.0/ ./autogen.sh 阅读全文
posted @ 2020-06-19 00:05 JayYin 阅读(435) 评论(0) 推荐(0) 编辑
摘要: 网页版:https://www.cnblogs.com/Jay-CFD/p/12584334.html WSL安装 参考:https://www.cnblogs.com/Jay-CFD/p/6067274.html vscode安装 下载链接:https://code.visualstudio.co 阅读全文
posted @ 2020-03-27 21:00 JayYin 阅读(2025) 评论(0) 推荐(0) 编辑
摘要: 之前在”DEM轨迹后处理“这篇文章中的第二种方法中介绍过一种方法,但是那种方法只适用于反应器内颗粒数量一定,没有新进入的颗粒的情况。后来在MFiX论坛询问了一下,解决了这个问题。具体方法见: https://mfix.netl.doe.gov/forum/t/how-to-plot-informat 阅读全文
posted @ 2020-01-15 10:10 JayYin 阅读(916) 评论(0) 推荐(0) 编辑
摘要: 1. 选中X和两个Y 2. 点击Double Y 3. 关掉gap to Symbol,否则Line+Symbol这种显示方式可能显示不出线条 ​ 阅读全文
posted @ 2020-01-13 15:08 JayYin 阅读(3853) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页