摘要: mvm clean 清除编译文件 mvn test 测试 mvn complite 编译 mvn package 打包 mvn install 安装 mvn deploy 发布 项目对象模型 阅读全文
posted @ 2020-09-26 15:32 CelonY 阅读(108) 评论(0) 推荐(0)
摘要: MvcLocalization.HomeController.fr.resx 资源文件内容 public class Startup { public void ConfigureServices(IServiceCollection services) { services.AddLocaliza 阅读全文
posted @ 2020-09-23 15:46 CelonY 阅读(215) 评论(0) 推荐(0)
摘要: 1、配置Setup public void ConfigureServices(IServiceCollection services) { services.Configure<JwtIssuerOptions>(options => { options.Issuer = "SimpleServe 阅读全文
posted @ 2020-09-23 11:41 CelonY 阅读(189) 评论(1) 推荐(0)
摘要: ubuntu国内下载镜像 http://www.oschina.net/p/ubuntu http://releases.ubuntu.com/ http://mirrors.163.com/ubuntu-releases/14.04/ 阅读全文
posted @ 2020-07-22 00:51 CelonY 阅读(105) 评论(0) 推荐(0)
摘要: 一、关键字(不能直接作为标识符使用) 类相关:class base new (其他修饰符) abstract virtual override delegate sealed extern void readonly(定义只读字段)static 在switch语句或泛型代码中使用:default 接 阅读全文
posted @ 2020-05-16 22:52 CelonY 阅读(540) 评论(0) 推荐(0)
摘要: 1、net下配置使用 1)nuget管理器添加log4net包引用 2)配置web.config <configuration> <configSections> <section name="log4net" type="log4net.Config.Log4NetConfigurationSec 阅读全文
posted @ 2020-05-16 17:10 CelonY 阅读(162) 评论(0) 推荐(0)
摘要: 问 题: public partial class ProcessContext : DbContext { static ProcessContext() { Database.SetInitializer<ProcessContext>(null); } public ProcessContex 阅读全文
posted @ 2020-04-24 13:44 CelonY 阅读(1277) 评论(0) 推荐(0)
摘要: nuget 安装 NSwag.AspNetCore包 setuup配置 services.AddSwaggerDocument(option = option.Title = "ContentTables接口文档" ); //注册Swagger 服务 app.UseAuthorization(); 阅读全文
posted @ 2020-04-04 18:59 CelonY 阅读(298) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/GuZhenYin/p/7337646.html 阅读全文
posted @ 2020-04-04 11:41 CelonY 阅读(135) 评论(0) 推荐(0)
摘要: ADB0030: Deployment failedMono.AndroidTools.RequiresUninstallException: The installed package is incompatible. Please manually uninstall and try again 阅读全文
posted @ 2020-03-25 16:09 CelonY 阅读(204) 评论(0) 推荐(0)