https://www.cnblogs.com/shewoqishui/p/14184984.html -- 1.添加字段-- 基本语法alter table 表 add 列名 字段类型 null-- 例:给学生表添加Telephone字段并指定类型为vachar,长度为50,可空alter tab ...
分类:
数据库 时间:
2021-06-22 18:47:32
阅读次数:
0
问题一:启动的时候 解决方案: 在命令行中输入如下命令即可: 1. redis-cli.exe 2. shutdown 3. exit 4. redis-server.exe redis.windows.conf ...
分类:
其他好文 时间:
2021-06-22 18:23:41
阅读次数:
0
Apache Tomcat 安装与配置教程 JDK的安装与配置 1. 从官网下载JDK https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 2. 下载完毕后, 安装JDK(直接按照安 ...
分类:
Web程序 时间:
2021-06-22 18:17:52
阅读次数:
0
最近打算搭一个spring-cloud的框架,并打算整合mybatis-plus的插件。然后却遇到了一个消耗了我十几个钟的问题。 出现的问题是: org.apache.ibatis.binding.BindingException: Invalid bound statement (not foun ...
分类:
编程语言 时间:
2021-06-22 17:47:51
阅读次数:
0
1.maven下载 项目架构管理工具 1.下载地址:http://maven.apache.org/download.cgi 2.点击下载zip包 3.解压 2.配置maven阿里云镜像 <!-- 阿里云仓库 --> <mirror> <id>alimaven</id> <mirrorOf>cent ...
分类:
其他好文 时间:
2021-06-21 21:13:32
阅读次数:
0
目前安装vCenter Server Appliance 6.5客户原来越多,给用户配置过程中,往往会忽略默认的root 密码策略:60天过期。一旦密码过期或忘记密码,vcsa的管理控制台就无法通过root登录。 以下是参考官方KB 方法修改忘记或过期的root密码。 1. 请先生成 vCenter ...
分类:
移动开发 时间:
2021-06-21 20:42:14
阅读次数:
0
需求:我们输入密码的适合,选择不明文显示。 代码: <asp:Label ID="Label2" runat="server" Text="密码"></asp:Label> <asp:TextBox ID="TextBox2" TextMode="Password" runat="ser ...
分类:
其他好文 时间:
2021-06-21 20:32:26
阅读次数:
0
server: port: 8080 spring: application: name: gateway cloud: gateway: routes: - id: guo-system4 uri: https://www.baidu.com predicates: - Query=smile # ...
分类:
其他好文 时间:
2021-06-21 20:30:01
阅读次数:
0
XML 配置 官方文档:https://dubbo.apache.org/zh/docs/v2.7/user/references/xml/ provider示例 <beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:d ...
分类:
其他好文 时间:
2021-06-21 20:24:46
阅读次数:
0
camunda开源流程引擎默认支持H2数据库,官方支持的数据库有:MySQL 、MariaDB 、Oracle 、DB2 、PostgreSQL 、SQL Server、H2,本文介绍如何给camunda配置mysql数据库。 ...
分类:
数据库 时间:
2021-06-21 20:20:09
阅读次数:
0