MAVEN基于JDK安装,先安装JDK,再安装MAVEN Step1:下载JDK,上传到目录下,解压 https://www.oracle.com/technetwork/java/javase/overview/index.html Step2:编辑~/.bash_profile文件或/etc/p ...
分类:
其他好文 时间:
2020-06-03 17:39:22
阅读次数:
67
windows系统修改cmd窗口utf-8编码格式 window操作系统默认编码格式是gbk(963)编码,下面教大家如何临时修改成utf-8编码和永久默认为utf-8编码格式 临时修改:只作用于当前窗口,先进入cmd命令窗口(快捷键win键+R)。 windows系统修改cmd窗口utf-8编码格 ...
XMAL中<Window x:Class="WpfNoScreen.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/ ...
使用NewtonsoftJson 安装 Microsoft.AspNetCore.Mvc.NewtonsoftJson Startup.ConfigureServices配置 //配置Mvc + json 序列化 services.AddMvc(options => { options.Enable ...
分类:
Web程序 时间:
2020-06-03 13:46:27
阅读次数:
205
BigInteger Struct (System.Numerics) | Microsoft Docs https://docs.microsoft.com/en-us/dotnet/api/system.numerics.biginteger?view=netcore-3.1 Remarks T ...
分类:
其他好文 时间:
2020-06-03 13:27:50
阅读次数:
104
程序引用 using Owin; using Microsoft.Owin.Hosting; 新建一个控制台程序 Program class Program { static void Main(string[] args) { // string baseAddress = "http://loc ...
<table> <caption>表格标题</caption> <thead> <tr> <th>表头1</th> <th>表头2</th> <th>表头3</th> </tr> </thead> <tbody> <tr> <td>数据1</td> <td>数据2</td> <td>数据3</td> ...
分类:
其他好文 时间:
2020-06-02 14:57:05
阅读次数:
72
前言 此方法由百度所得,找不到原文链接了 步骤 1.创建异常捕获类 using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Filters; using Syste ...
分类:
其他好文 时间:
2020-06-02 14:53:47
阅读次数:
107
参考文章: https://www.jianshu.com/p/29b44e3b62ed 1 cd ~ 2 mv .itmstransporter/ .old_itmstransporter/ 备份原文件.itmstransporter/到.old_itmstransporter/ 3 rm -rf ...
分类:
移动开发 时间:
2020-06-02 13:27:54
阅读次数:
186
从.Net app迁移到.Net Core时,会有一些影响兼容性的变更 可访问以下链接获取基本介绍: https://docs.microsoft.com/zh-cn/dotnet/core/compatibility/ 在.Net中可用,在.Net Core中不可用的技术 https://docs ...
分类:
Web程序 时间:
2020-06-02 11:36:20
阅读次数:
80