首页
文章分类
全部文章
前端相关
技术动态
实践
架构体系
React 系列
Vue 系列
Java 系列
生活随感
图库
留言
1
24架构错题回顾(9年真题 + 4套模拟)
2
前端知识点回顾
3
React相关
4
《壹题》整理
5
回顾项目/技术要点
董俊豪
累计撰写
52
篇文章
累计创建
6
个标签
累计收到
3
条评论
栏目
首页
文章分类
全部文章
前端相关
技术动态
实践
架构体系
React 系列
Vue 系列
Java 系列
生活随感
图库
留言
搜索
标签搜索
Java 系列
Vue 系列
React 系列
项目实践
前端相关
技术动态
最新文章
2022-02-25
React hooks要点
Hooks在函数组件使用state,类组件特性加入到函数组件hooks 钩子/回调
2022-02-25
634 阅读
0 评论
0 点赞
React 系列
2022-02-24
React 基础要点
用于构建用户界面javascript库1.特点1.虚拟dom:浏览器端javascript实现dom Api 底层dom diff算法更新有差异部分,提高渲染效率2.组件完成某个特定、独立,可重用功能代码3.声明式
2022-02-24
548 阅读
0 评论
0 点赞
React 系列
2022-02-23
Vue3 typescript vite进阶
1.封装数据请求hooksimport { Ref,ref } from 'vue';export type ApiRequest = ()=> Promise;export interface UsableAPI{response:Ref<T | undefined>;reque
2022-02-23
710 阅读
0 评论
0 点赞
Vue 系列
2022-02-23
Vue3 typescript vite入门
vite esbuild esmodule,速度快 劫持http 替换所有modulewebpack 构建代码解构template不同版本有所区别volar 3.0vscode插件 禁用vutertemplateRefs ref="root" const root = ref(n
2022-02-23
539 阅读
0 评论
0 点赞
Vue 系列
2022-02-23
Vue3要点
1.basic.jsconst = vue;createApp(App).mount("#app");2.setup.js3.reactive.js4.ref.js5.computed.js6.readonly.js7.watch.js8.watchEffect.js9.lif
2022-02-23
493 阅读
0 评论
0 点赞
Vue 系列
2022-02-23
Vuex要点
stategetter mapGetters 过滤数据后返回mutations mapMutations commit提交函数触发,可带参数/对象action mapActions dispatch到action然后commitmap({组件方法名:‘对应action/mutation方法名’})
2022-02-23
502 阅读
0 评论
0 点赞
Vue 系列
2022-02-22
typescript要点
拥有类型的javascript,类型检查JIT编译成机器语言ts-node-devAny nerver void 元组 枚举 高级类型
2022-02-22
531 阅读
0 评论
0 点赞
前端相关
2022-02-21
ES6-ES11 新特性要点
ES6:1.let const 块级作用域2.箭头函数()=>{} 一个参数/表达式可以省略 ()/{}3.promise 同步方法书写异步代码 all any race4.import 全部引入/{}部分引入,export导出5.函数可以带默认参数 function demo(num=20)
2022-02-21
434 阅读
0 评论
0 点赞
前端相关
2022-02-21
链接记录
https://www.bianchengquan.com/ 行业/博客标签
2022-02-21
532 阅读
0 评论
0 点赞
技术动态
2022-02-14
Sonarqube
体验地址:https://sonarqube.dongjunhao.cn账号:admin密码:123456目前简单搭建起系统,连接本地postgre数据库,实现汉化及流程构建
2022-02-14
635 阅读
0 评论
0 点赞
Java 系列
项目实践
2022-02-14
Jenkins
体验地址:https://jenkins.dongjunhao.cn账号:admin密码:123456目前简单搭建起系统,解决相关配置报错,实现汉化
2022-02-14
678 阅读
0 评论
0 点赞
Java 系列
项目实践
2022-02-14
Hello Halo
Hello Halo如果你看到了这一篇文章,那么证明你已经安装成功了,感谢使用 Halo 进行创作,希望能够使用愉快。相关链接官网:https://halo.run文档:https://docs.halo.run社区:https://bbs.halo.run主题仓库:https://halo.run
2022-02-14
585 阅读
1 评论
0 点赞
Java 系列
1
2
3