上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 32 下一页
摘要: 1.Geek Uninstaller 卸载软件 2.PotPlayer 无广告播放器 阅读全文
posted @ 2020-02-28 13:19 一路向北√ 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 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 一路向北√ 阅读(264) 评论(0) 推荐(0) 编辑
摘要: React是什么? 官方解释:用于构建用户界面的Javascript库 为什么要学React? 优势 采用组件化模式、声明式编码,提高开发效率及组件复用率。 在React Native中可以使用Reacti吾法进行移动端开发。 使用虚拟DOM+优秀的Diffing算法,尽量减少与真实DOM的交互。 阅读全文
posted @ 2020-01-21 00:15 一路向北√ 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 考虑过得方案 react-motion 非常酷炫如果要做复杂动画目前来看非它莫属,但是于我简单易复制的期望不符 animate.css 用css 实现了各种常见的动画效果,而且还有人封装了react-animated-css react-transition-group 官方的方案容易上手,但是应对 阅读全文
posted @ 2020-01-15 15:01 一路向北√ 阅读(358) 评论(0) 推荐(0) 编辑
摘要: ::-webkit-scrollbar {/*隐藏滚轮*/ display: none; } 阅读全文
posted @ 2020-01-13 10:05 一路向北√ 阅读(346) 评论(0) 推荐(0) 编辑
摘要: 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 一路向北√ 阅读(856) 评论(0) 推荐(0) 编辑
摘要: 解决办法: 参考Tencent 腾讯首页移动端视频属性 <video src={require('../../assets/video/fowin_background.mp4')} x-webkit-airplay={true} preload playsInline airplay="allow 阅读全文
posted @ 2020-01-10 17:10 一路向北√ 阅读(649) 评论(0) 推荐(0) 编辑
摘要: 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 一路向北√ 阅读(1152) 评论(0) 推荐(0) 编辑
摘要: 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 一路向北√ 阅读(2162) 评论(0) 推荐(0) 编辑
摘要: 第一步,先查看本机node.js版本: node -v 第二步,清除node.js的cache: sudo npm cache clean -f 第三步,安装 n 工具,这个工具是专门用来管理node.js版本的,别怀疑这个工具的名字,是他是他就是他,他的名字就是 "n" sudo npm inst 阅读全文
posted @ 2020-01-03 10:08 一路向北√ 阅读(233) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 32 下一页

web应用开发&研究 -

业精于勤而荒于嬉。

工作,使我快乐。


Font Awesome | Respond.js | Bootstrap中文网