会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一路向北√
斯人若彩虹 , 遇上方知有 。
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
20
21
22
23
24
25
26
27
28
···
32
下一页
2020年1月3日
MAC升级Nodejs和Npm到最新版
摘要: 第一步,先查看本机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 一路向北√
阅读(242)
评论(0)
推荐(0)
2019年12月16日
React-native/React 公告滚动组件(原生代码)
摘要: 编写不易, 希望大家点赞 import React, {PureComponent} from 'react'; import {Animated, Easing, View} from 'react-native'; export default class NoticeScroll extend
阅读全文
posted @ 2019-12-16 14:49 一路向北√
阅读(1407)
评论(0)
推荐(0)
2019年11月26日
react-native 上拉加载
摘要: 写之前要先确定翻页的方式, 有 page Http.post('/api/v1/auto/strategy/history', { page: clean ? 1 : this.state.page + 1, pers: 10,}). 有 id Http.post('/api/v1/token/wi
阅读全文
posted @ 2019-11-26 17:01 一路向北√
阅读(262)
评论(0)
推荐(0)
2019年11月8日
非常好用的JavaScript 工具库--lodash
摘要: 一、什么是lodash? lodash库是一个具有一致接口、模块化、高性能等特性的 JavaScript 工具库。 lodash是一个javascript库,也是Node JS的常用模块,它内部封装了诸多对字符串、数组、对象等常见数据类型的处理函数,其中部分是目前 ECMAScript 尚未制定的规
阅读全文
posted @ 2019-11-08 12:49 一路向北√
阅读(2527)
评论(0)
推荐(0)
2019年10月16日
DeviceEventEmitter React-Native 发送和接受消息(事件监听器)
摘要: A页面注册通知: import {DeviceEventEmitter} from 'react-native'; //… //调用事件通知 DeviceEventEmitter.emit('xxxName',param); //xxxName:通知的名称 param:发送的消息(传参) B页面接收
阅读全文
posted @ 2019-10-16 09:45 一路向北√
阅读(1030)
评论(0)
推荐(0)
Teaset-React Native UI 组件库
摘要: GitHub地址 https://github.com/rilyu/teaset/blob/master/docs/cn/README.md React Native UI 组件库, 超过 20 个纯 JS(ES6) 组件, 专注于内容展示和操作控制。 Teaset 设计精巧, 不依赖任何第三方库,
阅读全文
posted @ 2019-10-16 09:37 一路向北√
阅读(2929)
评论(0)
推荐(0)
2019年10月15日
【JS】逻辑处理
摘要: 1.计算会员进度 const a = res.data.directCount(当前充值点券) / nextLevelData.map(item => item.direct_number(下一级需要点券)); //得出小数const c = 设计稿长度 /375 * Dimensions.get(
阅读全文
posted @ 2019-10-15 01:23 一路向北√
阅读(330)
评论(0)
推荐(0)
2019年9月23日
XCODE
摘要: 1.yarn 2.cd ios 3.pod install
阅读全文
posted @ 2019-09-23 11:15 一路向北√
阅读(298)
评论(0)
推荐(0)
2019年9月19日
强大的时间处理库 moment (替换方案)---Day.js
摘要: Day.js: https://github.com/iamkun/dayjs 中文文档: http://momentjs.cn/docs/ 常用方法 1.当前时间对象 moment () / 指定时间对象 moment("2019-09-19 08:00:00") 2.当前时间 moment().
阅读全文
posted @ 2019-09-19 23:42 一路向北√
阅读(2078)
评论(0)
推荐(0)
2019年9月9日
重磅!滴滴跨端框架Chameleon 1.0正式发布
摘要: 滴滴在 GitHub 上开源的跨端解决方案 Chameleon(简写 CML)正式发布 1.0 版本,中文名卡梅龙;中文意思变色龙,意味着就像变色龙一样能适应不同环境的企业级跨端整体解决方案,具有易用、轻量、面向未来等特点。下文将详细介绍 Chameleon 项目的研发背景和性能特点。 历时 3 年
阅读全文
posted @ 2019-09-09 09:30 一路向北√
阅读(392)
评论(0)
推荐(0)
上一页
1
···
20
21
22
23
24
25
26
27
28
···
32
下一页
公告
web应用开发&研究
-
业精于勤而荒于嬉。
工作,使我快乐。
Font Awesome
|
Respond.js
|
Bootstrap中文网