- 博客(4)
- 收藏
- 关注
原创 SQL语言(DDL、DML、DQL、DCL)
insert into 表名(字段1,字段2,字段3,...) values (值1,值2,值3,...)[,(值1,值2,值3,...),...];update 表名 set 字段名1=值1,字段名2=值2,...[where 条件];eg:update emp set nickname='lisi' where id=1;delete from 表名[where 条件]; select 字段名from 表名列表where 条件列表group by 分组
2022-05-11 21:50:52 585
原创 简易登入界面2020/9/17
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <style> .cls {
2020-09-17 22:19:16 154
原创 Promise封装Ajax --reduce方法三行代码实现数据对象转换成查询字符串
【数组的reduce方法】:(note)1.reduce方法接收一个函数作为累加器(“连续操作器”)。2.数组中的每个值(从左到右)开始合并(不一定是相加!),最终为一个值。3.reduce为数组中的每一个元素【依次执行】回调函数,但不包括数组中被删除或从未被赋值的元素。4.reduce方法最终返回的是最后一次调用累加器的结果。5.累加器函数接受四个参数:preValue, nowValue, nowIndex, arr --preValue: --第一次调用时是初始
2020-07-28 23:03:50 541
原创 (node) DeprecationWarning:Resolvent
(node) DeprecationWarning: collection.ensureIndex is …current URL …current Server Discovery…解决方法(node:14912) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead.(node:14912) DeprecationWarning: current URL string parser is
2020-07-21 19:40:23 5028
上海第二工业大学计算机考研网络部分面试复习提纲参考
2023-05-28
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人