摘要: https://blog.csdn.net/Dax1_/article/details/124045191 2.xss :XSS 是代码注入问题 ###1.xss实际场景。 简单来说,任何可以输入的地方都有可能引起XSS攻击,包括URL 在 标签属性中,恶意内容包含引号,从而突破属性值的限制,注入其 阅读全文
posted @ 2023-02-20 02:14 程序员草莓 阅读(225) 评论(0) 推荐(0) 编辑
摘要: import { Tree,Button,Card } from 'antd'; import {useEffect, useState} from 'react'; import './App.css' const flattren = (treeData)=>{ let res = [] con 阅读全文
posted @ 2023-01-18 01:47 程序员草莓 阅读(23) 评论(0) 推荐(0) 编辑
摘要: import { Tree,Button,Card } from 'antd';import {useEffect, useState} from 'react';import './App.css'const treeData = [ { title: '0-0', key: '0-0', // 阅读全文
posted @ 2023-01-17 03:45 程序员草莓 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 1对象 1.1定义对象的三种方式? 答:1 、字面量定义。2、new Object定义。3、Object.create 4、构造函数定义。 1.2 调用对象方式? 答:属性:对象名.属性名。对象名['属性名']。方法:对象名.方法名。 1.3 如何遍历对象? 答: 1、for in。循环对象会访问原 阅读全文
posted @ 2022-04-05 21:10 程序员草莓 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 一、基础 二、Vue 三、 阅读全文
posted @ 2022-03-06 23:35 程序员草莓 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 一、数组,字符串,对象常用方法。 ES数组: ES1(1997年):join() ,reverse(),sort, toString ES3(1999年):concat, pop ,push,shift,slice,splice,toLocalstring() ,unshift, ES5(2009年 阅读全文
posted @ 2022-03-02 15:22 程序员草莓 阅读(117) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/longzhutengyue/article/details/95534447?spm=1001.2101.3001.6650.4&utm_medium=distribute.pc_relevant.none-task-blog-2~default~Blo 阅读全文
posted @ 2022-01-19 14:14 程序员草莓 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 以开发的角度 ,如何做好对接的工作:https://blog.csdn.net/abu935009066/article/details/111387347?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522164257124816780 阅读全文
posted @ 2022-01-19 14:10 程序员草莓 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 文字编码:::https://blog.csdn.net/badbad_boy/article/details/4097387 https://blog.csdn.net/qq_34745204/article/details/83786775 url编码:::https://blog.csdn.n 阅读全文
posted @ 2021-12-28 22:06 程序员草莓 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 业务英语: man agement:n管理,管理层。 应用英语: 代码英语: com piler:n编译器。 com pile:vt.编译。 store:n存储。 strorage:v存储。 memory:记忆,内存。 serialize:vt.连载 exception:n例外,异常。 expect 阅读全文
posted @ 2021-11-17 12:41 程序员草莓 阅读(59) 评论(0) 推荐(0) 编辑