简介 对cmp的理解能力 常规题 code #include <iostream> #include <string> #include <vector> #include <algorithm> using namespace std; struct Student{ int idx; int n ...
分类:
其他好文 时间:
2021-06-28 21:01:31
阅读次数:
0
xshell搭建linux 远程连接方法参考:xshell连接VMware CentOS7 xshell连接linux后安装mysql:linux centos7 安装mysql 修改mysql 初始登录密码: 1.首先使用命令: vim /etc/my.cnf 修改mysql 配置信息 在[mys ...
分类:
系统相关 时间:
2021-06-28 20:26:01
阅读次数:
0
div{ width: 0px; border: 30px solid transparent; border-left-color: tomato;} 第二种方法 div{ margin: auto; width: 0px; border-top: 20px solid transparent; ...
分类:
其他好文 时间:
2021-06-28 19:45:26
阅读次数:
0
简述 在常见的网站上,我们需要登录才能访问到其他资源。一般来说我们的登录信息会用session存储,所以我们可以使用filter进行一个登录验证的过滤。 package cn.itcast.web.filter; import com.sun.deploy.net.HttpRequest; impo ...
分类:
其他好文 时间:
2021-06-28 19:38:28
阅读次数:
0
1、SpringMVC自动配置概览 Spring Boot provides auto-configuration for Spring MVC that works well with most applications.(大多场景我们都无需自定义配置) The auto-configuratio ...
分类:
编程语言 时间:
2021-06-28 19:31:50
阅读次数:
0
最近新配了一个主机(开心😊) 配置: CPU Intel(R) Core(TM) i7-10700KF CPU @ 3.80GHz 3.79 GHz 主板 微星z490 S01 内存 金士顿 (Kingston) 16GB(8G×2) DDR4 3200 台式机内存条 骇客神条 Fury雷电系列 ...
对象=属性+方法 在现实世界中,你可能已经了解对象就是那些能够摸到的东西。Powershell中的对象和现实生活很相似。例如要在现实生活中描述一把小刀。我们可能会分两方面描述它。 属性:一把小刀拥有一些特殊的属性,比如它的颜色、制造商、大小、刀片数。这个对象是红色的,重55克,有3个刀片,ABC公司 ...
分类:
系统相关 时间:
2021-06-28 17:58:06
阅读次数:
0
CREATE TABLE USER ( id INT PRIMARY KEY AUTO_INCREMENT, username VARCHAR (32), password VARCHAR (32) ); INSERT INTO USER VALUES(NULL, 'zhangsan', '123' ...
分类:
数据库 时间:
2021-06-28 17:39:43
阅读次数:
0
在子关卡里添加NavMeshBoundsVolume后可以正常的进行自动寻路等功能, 但将子关卡放入流关卡后则相关功能会失效。解决方法: 1、在ProjectSettings->Navigation System中将Auto Create Navigation Data置为false, 这样在将Na ...
分类:
其他好文 时间:
2021-06-25 17:26:23
阅读次数:
0
导入相关的pom依赖 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-eureka-server</artifactId> <version>1.4.6.RELEAS ...
分类:
编程语言 时间:
2021-06-25 17:16:29
阅读次数:
0