会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一路向北√
斯人若彩虹 , 遇上方知有 。
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
19
20
21
22
23
24
25
26
27
···
32
下一页
2020年3月3日
兼容问题
摘要: HTML: ios Safari浏览器无法禁止用户缩放 window.onload = function() { const lastTouchEnd = 0; document.addEventListener('touchstart', function(event) { if (event.t
阅读全文
posted @ 2020-03-03 15:34 一路向北√
阅读(165)
评论(0)
推荐(0)
2020年2月28日
提升Windows系统舒适度软件
摘要: 1.Geek Uninstaller 卸载软件 2.PotPlayer 无广告播放器
阅读全文
posted @ 2020-02-28 13:19 一路向北√
阅读(180)
评论(0)
推荐(0)
2020年2月27日
JS【正则表达式】
摘要: 1.手机号码 /^[1](([3][0-9])|([4][5-9])|([5][0-3,5-9])|([6][5,6])|([7][0-8])|([8][0-9])|([9][1,8,9]))[0-9]{8}$/ 区号+座机号+分机号 /^(0[0-9]{2,3}/-)?([2-9][0-9]{6,
阅读全文
posted @ 2020-02-27 10:07 一路向北√
阅读(307)
评论(0)
推荐(0)
2020年1月21日
React梳理归纳
摘要: React是什么? 官方解释:用于构建用户界面的Javascript库 为什么要学React? 优势 采用组件化模式、声明式编码,提高开发效率及组件复用率。 在React Native中可以使用Reacti吾法进行移动端开发。 使用虚拟DOM+优秀的Diffing算法,尽量减少与真实DOM的交互。
阅读全文
posted @ 2020-01-21 00:15 一路向北√
阅读(372)
评论(0)
推荐(0)
2020年1月15日
React项目中的动画组件选取
摘要: 考虑过得方案 react-motion 非常酷炫如果要做复杂动画目前来看非它莫属,但是于我简单易复制的期望不符 animate.css 用css 实现了各种常见的动画效果,而且还有人封装了react-animated-css react-transition-group 官方的方案容易上手,但是应对
阅读全文
posted @ 2020-01-15 15:01 一路向北√
阅读(367)
评论(0)
推荐(0)
2020年1月13日
用CSS隐藏HTML5页面浏览器滚轮
摘要: ::-webkit-scrollbar {/*隐藏滚轮*/ display: none; }
阅读全文
posted @ 2020-01-13 10:05 一路向北√
阅读(349)
评论(0)
推荐(0)
2020年1月11日
判断浏览器内核/适配不同浏览器
摘要: GetBrowserCore.js export default () => { var sBrowser = null var sUsrAg = window.navigator.userAgent // The order matters here, and this may report fa
阅读全文
posted @ 2020-01-11 11:55 一路向北√
阅读(883)
评论(0)
推荐(0)
2020年1月10日
IOS系统背景视频无法自动播放问题
摘要: 解决办法: 参考Tencent 腾讯首页移动端视频属性 <video src={require('../../assets/video/fowin_background.mp4')} x-webkit-airplay={true} preload playsInline airplay="allow
阅读全文
posted @ 2020-01-10 17:10 一路向北√
阅读(678)
评论(0)
推荐(0)
滑动到可视区域出现动画 WOW.js + Animate.css 数字统计动画插件Countup.js
摘要: import React, {Component} from 'react'; import "animate.css"; import { Helmet } from 'react-helmet'; import './home.scss'; import { Modal, Button } fr
阅读全文
posted @ 2020-01-10 10:57 一路向北√
阅读(1217)
评论(0)
推荐(0)
React简单遮罩层
摘要: CSS代码 .mask{ background: rgba(0,0,0,0.4) !important; z-index: 10; height: 100vh; position: fixed; width: 100vw; } .selectMask_box{ background: rgba(0,
阅读全文
posted @ 2020-01-10 09:50 一路向北√
阅读(2256)
评论(0)
推荐(0)
上一页
1
···
19
20
21
22
23
24
25
26
27
···
32
下一页
公告
web应用开发&研究
-
业精于勤而荒于嬉。
工作,使我快乐。
Font Awesome
|
Respond.js
|
Bootstrap中文网