logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

string.Format 处理 double 的问题

出处: http://www.cnblogs.com/albert-struggle/archive/2012/05/22/2512744.html1、格式化货币(跟系统的环境有关,中文系统默认格式化人民币,英文系统格式化美元)string.Format("{0:C}",0.2) 结果为:¥0.20 (英文操作系统结果:$0.20)默认格式化小数点后面保

Visual Studio 2022 启动后闪退解决办法

然后重新启动VisualStudio2022, 一段时间后,里会发现文件夹中又长出了 VisualStudio 这个文件夹。把他名字改掉,例如改成 VisualStudio2。里面有一个文件夹叫 VisualStudio。

文章图片
#visual studio#ide
nanomsg-python 安装在Windows下的流程

在本机安装x64的nanomsg :https://blog.csdn.net/norsd/article/details/81285104从GitHub 下载 nanomsg-python的 zip 文件: https://github.com/tonysimpson/nanomsg-python把zip文件解压到 c:\nanomsg-python-master以Administr...

VSCode 安装 Python pip 包

VSCode 点击 Ctrl+Shift+`Windows环境输入: python -m pip install matplotlib但是速度会很慢,可以通过清华的镜像 python -m pip install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simpleReference:https://code.visualstudio.com

#python
到底了