vitevite搭建vue项目 windows + R 输入cmd 进入终端 cd.. cd D:\Vue\vite\text 进入要创建项目的文件夹下 npm init @vitejs/app 进入用vite搭建项目 project-demo 输入项目名字 vue 下移选择第二个vue搭建vue项 ...
分类:
其他好文 时间:
2021-03-16 14:06:50
阅读次数:
0
SQL按年月日进行分组 select count(project_name), create_at from table_a group by date_format(create_at, '%Y%m%d'); ...
分类:
数据库 时间:
2021-03-16 13:54:07
阅读次数:
0
Eureka server使用的不是spring mvc的框架,而是使用Jersey。 Eureka server ,启动的流程,追本溯源,是在 DiscoveryClient里面,使用这个构造方法 @Inject DiscoveryClient(ApplicationInfoManager app ...
分类:
其他好文 时间:
2021-03-16 13:31:57
阅读次数:
0
问题: GoLand 连接数据库报错:Server returns invalid timezone. Go to ‘Advanced’ tab and set ‘serverTimezone’ property manually。 这是时区serverTimezone设置的问题 解决法: 修改本地 ...
分类:
数据库 时间:
2021-03-16 12:03:12
阅读次数:
0
注意修改 localRepository <?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001 ...
分类:
其他好文 时间:
2021-03-16 11:54:14
阅读次数:
0
下载iso文件 Desktop版 https://ubuntu.com/download/desktop/thank-you?version=20.04.2.0&architecture=amd64 Sever版 https://ubuntu.com/download/server 1、打开 2、新 ...
分类:
其他好文 时间:
2021-03-16 11:52:55
阅读次数:
0
打开settings->Editor->File Encodings,设置Global Encoding和Project Encoding还有Default encoding for properties Files为UTF-8 找到idea安装目录下bin文件夹下的idea.exe.vmoptio ...
分类:
其他好文 时间:
2021-03-15 11:34:17
阅读次数:
0
一、启动pod 1. 手动启动 apiVersion: v1 kind: Pod metadata: name: nginx-test labels: app: nginx-test spec: containers: - name: nginx image: nginx imagePullPoli ...
分类:
其他好文 时间:
2021-03-15 11:26:20
阅读次数:
0
材料: 阿贝云(www.abeiyun.com) 百度开放平台(http://developer.baidu.com/console#app/project) 百度账号 操作 阿贝云官网部分 访问www.abeiyun.com,点击右上角注册输入相关信息注册 进入控制台,点击财务->充值,充1块钱用 ...
分类:
Web程序 时间:
2021-03-15 10:40:14
阅读次数:
0
USE TESTGO --紧急联系人--删除原有约束--ALTER TABLE test drop constraint DF_TEST_JJLXR --添加约束ALTER TABLE test add constraint DF_TEST_JJLXR DEFAULT '' for JJLXR -- ...
分类:
数据库 时间:
2021-03-12 14:40:49
阅读次数:
0