内容简介:Pinyin4NET 是.net环境下使用的拼音(包含姓名拼音)-汉字互转库。支持以下目标版本:GitHub码云
Pinyin4NET 是.net环境下使用的拼音(包含姓名拼音)-汉字互转库。支持以下目标版本:
-
net4.0
-
net4.5
-
netcore1.0
-
netcore1.1
-
netcore2.0
-
netstandard1.6
-
netstandard2.0
源码与发行版
GitHub zip
git clone https://gitee.com/hyjiacan/Pinyin4Net.git
码云 zip
git clone https://github.com/hyjiacan/Pinyin4Net.git
nuget安装
Package Manager
Install-Package hyjiacan.py4n
.NET CLI
dotnet add package hyjiacan.py4n
Packet CLI
paket add hyjiacan.py4n
编译
注:开发环境已切换为 Visual Studio Code
执行项目目录下的 build.bat / build.sh 可以直接开始生成所有支持的目标的 Release 版本, 若需要生成某个版本,请参考以下命令。
cd hyjiacan.py4n
编译DEBUG版本
dotnet build --configuration Debug # 或 dotnet build
注: --configuration Debug
为默认配置
编译为 RELEASE 版本
dotnet build --configuration Release
若要编译指定的版本,使用以下参数:
dotnet build -f net40
当前配置可以使用的版本如下:
-
NET40
-
NET45
-
NETCOREAPP1.0
-
NETCOREAPP1.1
-
NETCOREAPP2.0
-
NETSTANDARD1.6
-
NETSTANDARD2.0
若要编译成其它的目标版本,需要自行修改 hyjiacan.py4n.csptoj
里面的 TargetFrameworks
节点, 版本名称见 How to target the .NET Framework
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Squid 3.5.27 发布,代理服务器
- Rust 语言服务器 Alpha 版本发布
- Moco 1.0.0 发布,模拟服务器
- Moco 1.1.0 发布,模拟服务器
- OTP-19.3 发布,Erlang 应用服务器
- OTP 19.2 发布,Erlang 应用服务器
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Web Development Recipes
Brian P. Hogan、Chris Warren、Mike Weber、Chris Johnson、Aaron Godin / Pragmatic Bookshelf / 2012-1-22 / USD 35.00
You'll see a full spectrum of cutting-edge web development techniques, from UI and eye candy recipes to solutions for data analysis, testing, and web hosting. Make buttons and content stand out with s......一起来看看 《Web Development Recipes》 这本书的介绍吧!