会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Master Feng's Notebook
看看得了
博客园
管理
2024年7月3日
校验IP地址格式:IPv4、IPv6、IP/掩码和IP段
摘要: 校验IP地址格式:IPv4、IPv6、IP/掩码和IP段 https://www.jianshu.com/p/95d51e51cc2e IPv4 格式验证 IPv4是32位地址,由四个十进制数(0-255)组成,以点分隔。以下是一个IPv4地址的示例:192.168.0.1。 要验证输入是否符合IP
阅读全文
posted @ 2024-07-03 09:07 小拐
阅读(1450)
评论(0)
推荐(0)
2022年6月23日
transform动画字体引入
摘要: .card-img { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); /* Firefox */ -o-transform: s
阅读全文
posted @ 2022-06-23 10:47 小拐
阅读(53)
评论(0)
推荐(0)
2022年6月20日
css禁止选中页面文字图片
摘要: -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -khtml-user-select: none; user-select: none;
阅读全文
posted @ 2022-06-20 15:53 小拐
阅读(172)
评论(0)
推荐(0)
2022年6月11日
网站收藏
摘要: 漫画 搜漫 https://www.soman.com/ 漫画下载 https://5ikmh.ink/ 视频 茶壶杯 https://cupfox.app/ 飞极速 http://feijisu.com/ 游戏 3dm汉化 https://dl.3dmgame.com/patch/42427.ht
阅读全文
posted @ 2022-06-11 13:39 小拐
阅读(409)
评论(0)
推荐(0)
2022年5月7日
JS数组排序
摘要: // Requiring the lodash library const _ = require("lodash"); // Original array var object = [ { 'obj':'moto', 'price':19999 }, { 'obj':'oppo', 'price'
阅读全文
posted @ 2022-05-07 17:51 小拐
阅读(20)
评论(0)
推荐(0)
2022年5月6日
日期组件样式
摘要: /** 处理日期控件 **/ .ant-calendar-picker-container { .ant-calendar { border: 1px solid #2a64ff; } //背景 .ant-calendar-date-panel { position: relative; outli
阅读全文
posted @ 2022-05-06 10:53 小拐
阅读(325)
评论(0)
推荐(0)
加载spin
摘要: /** 全局加载spin样式 */ .my-spin-loading { &>div>.ant-spin { max-height: none; bottom: 0; .ant-spin-text { top: 40%; padding-top: 50px; font-size: 18px; col
阅读全文
posted @ 2022-05-06 10:53 小拐
阅读(128)
评论(0)
推荐(0)
:root以及文件定义全局颜色控制
摘要: :root { // 主颜色 --select-bg-color: #18359f; // 选中的颜色 --select-selected-color: #3b58c2; // 悬浮的颜色 --select-hover-color: #3b58c2; // 点击的颜色 --select-active
阅读全文
posted @ 2022-05-06 10:45 小拐
阅读(308)
评论(0)
推荐(0)
2022年4月24日
处理ellipsis和title
摘要: <span slot="remarkSlot" slot-scope="text"> <ellipsis :length="25" tooltip>{{ text }}</ellipsis> <a-tooltip> <template slot="title"> {{ text }} </templ
阅读全文
posted @ 2022-04-24 11:37 小拐
阅读(20)
评论(0)
推荐(0)
2022年4月14日
快速删除vue项目内node_modules
摘要: npm install rimraf -g rimraf node_modules
阅读全文
posted @ 2022-04-14 10:45 小拐
阅读(161)
评论(0)
推荐(0)
下一页
公告