Demo11地址:http://42.194.219.152:8099/Movies Web应用MVC 在 Startup.cs 文件的 Configure 方法中设置路由格式。 app.UseEndpoints(endpoints => { endpoints.MapControllerRoute ...
分类:
Web程序 时间:
2021-02-01 12:35:23
阅读次数:
0
xdg-mime default dde-file-manager.desktop inode/directory ...
分类:
其他好文 时间:
2021-01-30 11:43:41
阅读次数:
0
client.go:9:2: cannot find module providing package google.golang.org/grpc: working directory is not part of a module 因为开启mod模式了export GO111MODULE=aut ...
分类:
其他好文 时间:
2021-01-26 12:04:45
阅读次数:
0
# cp [-adfilprsu] 源文件(source) 目标文件(destination)# cp [options] source1 source2 source3 …. directory参数:-a :相当于 -pdr 的意思;-d :若来源文件为连结文件的属性(link file),则复制 ...
分类:
系统相关 时间:
2021-01-26 12:02:15
阅读次数:
0
Kernel setup There are two kernel structs, kernel.Kernel and ring0.Kernel. kernel.Kernel contains most of kernel data structures while ring0.kernel on ...
分类:
其他好文 时间:
2021-01-22 12:24:28
阅读次数:
0
server端 unit ServerMainFormUnit; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.C ...
使用javadoc生成jdk api文档 javadoc命令是用来生成自己的API文档的。在编写java代码时,可以对类和方法进行文档注释,写上相应的说明,比如@author、@version、@param、@return等等。然后,使用javadoc命令,即可将自己写的文档注释输出成一份API文档 ...
分类:
编程语言 时间:
2021-01-20 12:11:59
阅读次数:
0
常用dos命令 #盘符切换 #查看当前目录下的所有文件 dir #切换目录 cd (change directory) cd ..#退到上一层目录 cls #清理屏幕 (clear screen) exit #退出终端 ipconfig #查看电脑的ip #打开应用 calc 计算器 mspaint ...
分类:
编程语言 时间:
2021-01-19 12:29:22
阅读次数:
0
一、应用场景 我目前运维的软件系统需要定时升级检修更新程序包,更新方法是新增、替换、回退名称类似“xxx.xxxx.xxx.xxxx.xx_1.0.0.v199002050011850-150968.jar”的jar包。其中xxx代表模块名,1.0.0为系统版本号,“v”后面19900205为日期, ...
分类:
系统相关 时间:
2021-01-19 11:56:25
阅读次数:
0
java.lang.RuntimeException: java.io.IOException: No such file or directory at org.apache.poi.xssf.streaming.SXSSFWorkbook.createAndRegisterSXSSFSheet( ...
分类:
Web程序 时间:
2021-01-18 11:31:01
阅读次数:
0