Skip to content

lzfsuifeng/MyBlog.NetCore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyBlog.NetCore

基于.Net Core开发的简易跨平台个人博客

基于.Net Core开发的简易个人博客,参照 https://github.com/qihangnet/MZBlog

使用的组件: 日志组件:log4net

orm框架:mysqlsugar,官网地址:http://www.codeisbug.com/

数据库:mysql

绘图库:ZKWeb.System.Drawing

中文转拼音库:KingLion.WebUtils.NPinyin

注: 数据库脚本位于:MyBlog.Web mysql scripts 目录下

后台管理:http://url:port/Admin/Index

Linux下推荐使用 Jexus 服务器:

官网:http://www.jexus.org/

官方论坛:https://www.linuxdot.net/#

最新独立版下载地址:https://www.linuxdot.net/down/jexus-5.8.2-x64.tar.gz

Linux下运行asp.net core应用程序推荐教程:

http://www.cnblogs.com/staneee/p/6852559.html#3691830

常见错误解决方法:

在Linux下无法生成验证码,缺少 libgdiplus 错误:

http://www.cnblogs.com/niao/archive/2016/11/14/6063587.html

Linux下无法生成验证码,缺少字体错误:

Ubuntu https://www.linuxdot.net/bbsfile-3253

CentOS http://jhonge.net/Home/Single/22948216

About

基于.Net Core开发的简易跨平台个人博客

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.7%
  • Other 1.3%