估计要把之前少放的假期全部补回来~ 2022.12.25 从阳性直到康复经历了很多, 终于有时间把博客的SSL证书更新下, 可惜之前SSL证书过期导致Bing的收录全部取消了。
作者: Wenliang Zhu
Ansys SpaceClaim 无人机建模
SpaceClaim 2021
分子动力学软件 Gromacs-2022 Windows x64版
由Visual Studio 2022编译而成,其中FFTW采用单精度版本;SIMD编译选项采用SSE4.1。 文件链接:https://donothing.cn/NetDisk GROMACS官方源码:https://manual.gromacs.org/current/download.html 2022.12.31 前面编译的是不包含GPU的版本,编译gromacs的GPU版历经许多波折,但在2022年结束之际终于编译成功。 在Windows上使用Visual Studio来编译GMX_GPU模块,主要面临两个问题, 问题1 通过修改自定义标识符来匹配MSVC编译器,即 问题2 由Cma……Read More
VMD重绘Nature图像
文章题目:Biophysics. The little big bang. DOI:10.1038/371740a0 原图 重绘后图片 参考文献: VMD 1.9.3 用户手册.pp:22
lammps中的atom_style(原子类型)的选择
atom_style定义了模拟过程中应选择什么系列的原子。 原子类型 考虑的效应 简述 angle bonds and angles bead-spring polymers with stiffness atomic only the default values 粗颗粒液体,固体,金属 body mass, inertia moments, quaternion, angular momentum arbitrary bodies bond bonds bead-spring polymers charge charge atomic system with charges dielect……Read More
donothing.cn 添加301重定向
return 301 https://$host$request_uri;将http重定向至https
气泡的形成
The Science of Bubbles (Full Science Documentary) | Spark 此处链接youtube视频源
本站成功迁移至Ubuntu Server
原配置:Windows Server 2016 + IIS10 + MySQL + PHP7.2 现配置:Ubuntu Server 20.04 LTS + Nginx + MySQL + PHP7.4 时隔4天,历经各种坑。 wordpress 的站点配置写于数据库中(wp_options数据表中),因此迁移后网站需要手动在修改数据库部分行,如站点url,及部分文件路径。 Nginx 作为反向代理,其配置问题。如HTTPS的配置等。 MYSQL数据库使用mysqldump命令即可迁移,适用于数据量较小的情况。 伪静态。迁移前使用插件完成Url重写,目前Url重写由Nginx完成。 将asp.……Read More