avatar
文章
2162
标签
34
分类
0
首頁
目录
标签
友鏈
关于
Logo阿超web前端面试题 返回首页
搜索
首頁
目录
标签
友鏈
关于

web前端面试题

发表于2024-03-05|更新于2026-02-24
|浏览量:

把钱都用在对自己对别人都有益的事情上,不要错花一文钱。——富兰克林

分享一个web面试题汇总网站

web前端面试 - 面试官系列

https://github.com/febobo/web-interview

https://vue3js.cn/

非常nice

前端
上一篇
javadoc保留格式标签
不结果的树是没人去摇的。唯有那些果实累累的,才有人用石子去打。——罗曼·罗兰 在hutool中就有体现: 12345678910111213141516171819202122232425262728293031323334353637383940414243/* * Copyright (c) 2023 looly(loolly@aliyun.com) * Hutool is licensed under Mulan PSL v2. * You can use this software according to the terms and conditions of the Mulan PSL v2. * You may obtain a copy of Mulan PSL v2 at: * https://license.coscl.org.cn/MulanPSL2 * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, * E...
下一篇
r2dbc配置枚举转换器
你如果愿意做哲学家,尽管做好了,但是你在你的全部哲学思维中,仍然要做一个人。——休谟 首先配置Converter 12345678910111213141516171819202122232425import jakarta.annotation.Nullable;import org.springframework.core.convert.converter.Converter;import org.springframework.data.convert.WritingConverter;import org.springframework.stereotype.Component;/** * EnumToIntConverter * * @author achao@apache.org */@Component@WritingConverterpublic class AgoraNotifyTypeEnumToIntConverter implements Converter<AgoraNotifyTypeEnum, Integer> { ...
相关推荐
2022-01-11
uniapp对接oss视频上传+压缩
与其在绝望和挣扎中苟活,不如在希冀和盼望中死亡。——纪伯伦 首先是文件上传的代码: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899module.exports = { getUUID() { //生成UUID return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, c => { return (c === 'x' ? (Math.random() * 16 | 0) : ('r&0x3' | '0x8')).toString(16) }) &...
2025-10-21
immich
运筹帷幄之中,决胜千里之外。——司马迁《史记》 https://github.com/immich-app/immich Immich:高性能开源自托管照片&视频管理系统——你的私人 Google Photos 替代品在数字时代,照片和视频见证着我们的生活点滴。但随着数据量激增、隐私意识提升,越来越多的人开始厌倦“云厂商锁定”,渴望拥有一个属于自己的、高效、安全的照片与视频管理平台。Immich,正是当前全球最火爆的自托管多媒体管理新秀,它不仅是“Google Photos 的开源替代”,更是极客与家庭用户的首选新宠。 一、项目简介 项目地址:immich-app/immich 官网:https://immich.app 一句话描述:High performance self-hosted photo and video management solution. 主语言:TypeScript(前后端均现代技术栈) Star:81,736+ Forks:4,296+ License:AGPL-3.0 标签:self-hosted photo-gallery ...
2021-06-19
集成wangEditor
寿命的缩短与思想的虚耗成正比。——达尔文 官方文档 wangEditor:Typescript 开发的 Web 富文本编辑器, 轻量、简洁、易用、开源免费 html里集成wangEditor非常简单 1234567<div id="div1"></div><script src="https://unpkg.com/wangeditor/dist/wangEditor.min.js"></script><script> var E = window.wangEditor; var editor = new E("#div1"); editor.create();</script> 只需要上方几行代码即可完成 如果我们需要获取富文本中的内容 使用editor.txt.html()即可
2021-11-22
vuex
人之贤不肖譬如鼠矣,在所自处耳!――《李斯列传》 聊聊vuex,官方文档:https://vuex.vuejs.org/zh/ 介绍就不赘述了,直接上使用 安装: 1cnpm install vuex --save 我们新建一个store,再创建一个index.js 再新建一个modules目录,里面放上 value.js 在main.js中我们写入 123456789101112import Vue from 'vue'import App from './App.vue'import router from '@/router'import store from '@/store';Vue.config.productionTip = falsenew Vue({ router, store, render: h => h(App)}).$mount('#app') 挂载完毕后,我们编写main.js和value.js main.js 1...
2020-09-27
随机数
志不强者智不达。——《墨子·修身》 javascript0到99随机整数: 1parseInt(Math.random() * 100); java0到99随机整数 1new Random().nextInt(100);
2022-06-20
虚拟列表
我来到这个世界,为了看看太阳和蓝色的地平线。——《城门开》 分享一个vue虚拟列表的组件: https://github.com/tangbc/vue-virtual-scroll-list 官方文档: https://tangbc.github.io/vue-virtual-scroll-list 沙盒: https://codesandbox.io/s/live-demo-virtual-list-e1ww1 使用方式: 1pnpm install vue-virtual-scroll-list --save 示例: 12345678910111213141516171819202122232425<template> <div> <virtual-list style="height: 360px; overflow-y: auto;" // make list scrollable :data-key="'uid'" :data-sources=&q...
avatar
阿超
我的名字叫阿超 年龄25岁 家在北京市 职业是软件开发 每天最晚也会在八点前回家 不抽烟 酒浅尝辄止 晚上十二点上床 保证睡足八个小时 睡前写一篇博客 再做二十分钟俯卧撑暖身 然后再睡觉 基本能熟睡到天亮 像婴儿一样不留下任何疲劳和压力 就这样迎来第二天的早晨 健康检查结果也显示我很正常 我想说明我是一个不论何时都追求内心平稳的人 不拘泥于胜负 不纠结于烦恼 不树立使我夜不能寐的敌人 这就是我在这社会的生活态度
文章
2162
标签
34
分类
0
Follow Me
公告
This is my Blog
最新文章
curl2026-04-29
mac批量解压rar2026-04-28
hackingtool2026-04-27
free-claude-code2026-04-26
pi-hole2026-04-25
© 2025 - 2026 By 阿超框架 Hexo 8.1.1|主题 Butterfly 5.5.4
搜索
数据加载中