- 博客(13)
- 收藏
- 关注
原创 fortran语言输入带空格字符串
Fortran语言输入含空格字符串read(*,*) greetingwrite(*,*) greeting使用默认输入格式的输出结果:将默认输入read(*,*) 修改为read(*,'(a)')后,显示结果正常:
2022-01-31 13:40:32
1497
原创 Linux上使用Mercurial出现[SSL:CERTIFICATE_VERIFY_FAILED]
在Linux上使用分布式仓储系统Mercurial(hg) 下载软件时报错:[SSL:CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate
2021-12-21 21:19:57
782
原创 atom 安装juno atom-ink包,显示“npm ERR!”,手动安装atom-ink并配置npm
安装atom-ink错误代码Installing “ink@0.12.5” failed.Hide output…npm ERR! code Z_BUF_ERRORnpm ERR! errno -5npm ERR! zlib: unexpected end of filenpm ERR! A complete log of this run can be found in:npm ERR! C:\Users\Administrator\.atom\.apm\_logs\2020-0
2020-09-23 18:23:17
634
原创 设置Julia国内镜像站(北外镜像站,由清华TUNA维护)
打开starrtup.jl下列代码加进startup.jlENV["JULIA_PKG_SERVER"]="https://mirrors.bfsu.edu.cn/julia/static"Julia REPL下查看环境变量julia> versioninfo()Environment: JULIA_EDITOR = "C:\Users\Admin\AppData\Local\atom\app-1.51.0\atom.exe" -a JULIA_NUM_THREADS = 4
2020-09-13 15:01:32
3236
原创 .whl is not a supported wheel on this platform.
windows 10系统通过whl文件安装python第三方包出错:xxx .whl is not a supported wheel on this platform。(xxx为安装包的名称)系统:windows10python:python2.7pip: pip1.5.6将文件名称“h5py-2.6.0-cp27-cp27m-win32.whl”改为“h5py-2.6.0-cp27-none-win32.whl”后,重新安装。安装成功...
2020-09-11 14:02:48
494
原创 gpg: can‘t connect to the agent: IPC connect call failed
windows WSL 双系统下安装 anaconda3时,需要安装VS Code安装过程中出现错误代码:gpg: can't connect to the agent: IPC connect call failed卸载 gpg 安装gnupg1 后安装成功:sudo apt remove gpgsudo apt install gnupg1采纳此处教程...
2020-09-09 13:50:08
1443
原创 在VS code 中利用Git 上传代码到GitHub
Windows VS Code 上传本地代码到GitHub在VS Code 中使用按钮实现上传代码VS Code上传代码到GitHubWindows VS Code 上传本地代码到GitHub所需下载软件一、GitHub创建一个仓库(公开或私有都可以)二、配置Git三、在VS Code中使用按钮上传代码所需下载软件Git Bash Git下载链接VS Code VS Code下载链接下面配置 Git 和 VS Code 以上传代码到GitHub一、GitHub创建一个仓库(公开
2020-08-31 13:42:15
7634
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人