logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

数据库: asc和desc的意思

asc上升, ascend [əˈsend] 的缩写, 数据库表示升序排列,如1,2,3,4desc下降, descend[dɪˈsend]的缩写, 数据库表示降序排列,如4,3,2,1

#数据库
jquery form提交的2种方式

1.序列化参数提交$.ajax({type: 'POST',url: url,data: $('#' + formId).serialize(),async: true, // true(异步), false(同步)cache: false,contentType: false,processData: false,success: function(result) {console.log("a

#ajax#javascript
springboot连接数据库异常(Could not obtain connection metadata)

._______ _ _/\\ / ___'_ __ _ _(_)_ ____ _ \ \ \ \( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \\\/___)| |_)| | | | | || (_| |) ) ) )'|____| .__|_| |_|_| |_\__, ...

几大数据库常用语句

H2:-- 测试版本: 1.4.193create table a_tb(id varchar(32));drop table if exists a_tb;MSSQL:-- 测试版本: SQLServer 2008R2create table a_tb(id varchar(32));if object_id(N'dbo.a_tb', N'U') is not null...

使用vue-cli初始化项目时运行‘npm run dev’报错

npm run dev无法启动0 info it worked if it ends with ok1 verbose cli [1 verbose cli'D:\\Program Files\\nodejs\\node.exe',1 verbose cli'D:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',1 verbo

#npm#webpack
cvc-elt.1: Cannot find the declaration of element 'beans'.

context.xml文件报错Multiple annotations found at this line:- cvc-elt.1: Cannot find the declaration of element 'beans'.- schema_reference.4: Failed to read schema document 'http://www.springframewo...

MySQL Workbench Failed to Connect to MySQL at 127.0.0.1:3306 with user root Bad handshake

安装包:mysql-workbench-community-8.0.18-winx64.msi版本号:MySQL Workbench 8.0 CE连接提示:尝试过方法1.localhost和::1都不行2.查询host是否在用户下,存在->无效3.在my.ini里的[mysqld]下加bind-address = 127.0.0.1也无效4.FLUS...

到底了