前端小记

    xiaoxiao2022-06-30  139

    如何搭建个人博客:https://www.zhihu.com/question/20463581 悬笔e绝的个人博客:http://www.xuanbiyijue.com/page/3/ 阮一峰的个人网站:http://www.ruanyifeng.com/home.html 卡尔维诺中文站:http://www.ruanyifeng.com/calvino/ 廖雪峰:https://www.liaoxuefeng.com/wiki/001434446689867b27157e896e74d51a89c25cc8b43bdb3000 万能的网站-在线各种转,各种查:https://www.bejson.com/httputil/queryip/ three.js应用:https://www.cnblogs.com/zhnblog/archive/2017/07/12/7153781.html 前端教程:https://www.w3cplus.com/blog/react 张鑫旭的个人网站:http://www.zhangxinxu.com/wordpress/category/graphic/svg-graphic/ 网页设计参考:https://www.uplabs.com/web 网页设计参考:http://www.bigbigwork.com/dribbble.html?utm_source=baidu&utm_medium=sem&utm_term=dribbble&utm_content=dribbble相关&utm_campaign=dribbble计划 JavaScript深刻理解:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Statements/for...of 一个有趣的页面效果:http://www.makaidong.com/博客园知道/16760.shtml 手机端 React 项目构建:https://www.jianshu.com/p/ef2bb22eb88d 百度EFE团队:https://github.com/ecomfe 红颜旧 科技旋转球http://sc.chinaz.com/jiaobendemo.aspx?downloadid=6201793808915 一个好用的react动画框架:https://motion.ant.design/components/banner-anim#components-banner-anim-demo-simple CSS3圆形计时器:http://www.html5tricks.com/demo/css3-circle-timer-prograss-bar/index.html 纯css3圆形从中心向四周扩散动画效果:http://www.17sucai.com/pins/demo-show?id=22389 css3弹力球动画animation属性制作3D弹力球弹跳动画效果:http://www.17sucai.com/pins/demo-show?id=4932 React路由:http://react-guide.github.io/react-router-cn/docs/API.html 各种页面素材插件:http://www.dowebok.com/ Echarts各种实例:http://gallery.echartsjs.com/explore.html#sort=rank~timeframe=all~author=all 将M站快速转换成App的开发框架 http://www.dcloud.io/wap2app.html 开源的移动开发框架http://cordova.axuer.com/ //  正式库 //  "proxy": "http://120.76.40.120:4050" 测试库  "proxy": "http://120.25.174.215:4050" 郑寒 http://192.168.2.178:4051 antd design mobile:https://antd-mobile.gitee.io/index-cn

      // 保存登录时间                 var curTime = new Date().getTime();                 localStorage.setItem("time",curTime);

       if(localStorage.getItem("time")){             if (new Date().getTime() - localStorage.getItem("time")>1000*60*60*24*10) {                 localStorage.setItem("user-info", '');             }         }

    html5规范:http://www.html5plus.org/doc/zh_cn/events.html H5项目常见问题及注意事项:http://www.open-open.com/lib/view/open1449325854077.html PWA文档:https://lavas.baidu.com/pwa/offline-and-cache-loading/service-worker/service-worker-debug React Native相关链接(在底部)https://www.cnblogs.com/yexiaochai/p/6042112.html 用于在浏览器和Node.js上训练和部署ML模型的JavaScript库:https://js.tensorflow.org/ react-native开源项目:https://github.com/attentiveness/reading 从一个实战项目来看一下React Native开发的几个关键技术点:http://www.cocoachina.com/apple/20170831/20427.html 服务器慢的问题:https://www.jianshu.com/p/64eb47526153 react-native调试:https://blog.csdn.net/u013531824/article/details/53907629 react-native动画:https://www.jianshu.com/p/a8b965ad258f react-native实战:https://blog.csdn.net/valada/article/details/79909249 react-navigation使用技巧:https://www.jianshu.com/p/2f575cc35780 react-native-vector-icons目录:https://oblador.github.io/react-native-vector-icons/

    荣耀MagicBook 14英寸 小米(MI)笔记本电脑Pro15.6英寸 华为(HUAWEI) MateBook D (2018版)15.6英寸 惠普PAVILION 15-CX0064TX(4HG29PA)

    align-self 属性规定灵活容器内被选中项目的对齐方式。 react-native-side-menu的参数:https://blog.csdn.net/u011272795/article/details/79270549 react-native 插件效果:https://www.cnblogs.com/skylor/p/5783824.html 移动端适配:https://blog.csdn.net/azhenplus/article/details/52798888 移动端页面滑动:https://blog.csdn.net/qupeng666/article/details/78042002?utm_source=blogxgwz0 react-native常见错误:https://www.jianshu.com/p/98c8f2a970eb https://blog.csdn.net/duyanglu/article/details/51554052 在线开发3d场景:http://www.thingjs.com/guide/?m=sample&i=https://uinnova-model.oss-cn-beijing.aliyuncs.com/scenes/huawei APP应用热更新:https://bugly.qq.com/v2/upgrade/ React Native 路由使用总结:https://blog.csdn.net/qq_16559905/article/details/71459254

    React Native工作小技巧及填坑记录:https://www.cnblogs.com/shaoting/p/5934725.html React-native值得收藏的控件大全:https://blog.csdn.net/sinat_17775997/article/details/77770114 React Native 第三方组件之--UI类:https://www.jianshu.com/p/c7a8f115dca0 native-echarts:https://blog.csdn.net/sinat_17775997/article/details/78578942?locationNum=3&fps=1 moment:https://blog.csdn.net/gao_xu_520/article/details/82463216 Arwes科幻框架:https://arwesjs.org/docs/player-tool 用 jpush-react-native 插件快速集成推送功能(Android 篇):https://blog.csdn.net/fishmai/article/details/77063390 https://github.com/jpush/jpush-react-native/blob/master/example/App.js jpush-react-native 推送功能(Android 篇):http://www.cnblogs.com/univalsoft-mobile-team/p/7637729.html react-native 打包apk 之 安卓离线包全过程:https://blog.csdn.net/u011272795/article/details/77161942 gradlew assembleRelease  gradlew clean react-native code-push热更新趟坑教程:https://www.jianshu.com/p/ffd01a2cdd8f

    React Native CodePush实践小结:https://blog.csdn.net/sinat_17775997/article/details/74016662 CodePush热更新组件详细接入教程:https://www.jianshu.com/p/6a5e00d22723 屌丝搜:http://www.diaosisou.biz/

    快速入门-添加热更新功能:https://github.com/reactnativecn/react-native-pushy/blob/master/docs/guide2.md react-native-pushy:https://github.com/reactnativecn/react-native-pushy/blob/master/docs/guide.md

    React Native App 版本升级封装库:https://github.com/songxiaoliang/react-native-app-upgrade

    hreact-native 播放声音:ttps://www.jianshu.com/p/fa59d65271a2 Android应用图标微技巧,8.0系统中应用图标的适配:https://blog.csdn.net/guolin_blog/article/details/79417483 React Native清除缓存实现:https://www.cnblogs.com/pengsi/p/7810439.html Android 6.0权限申请:https://www.cnblogs.com/xmcx1995/p/5870191.html 使用create-react-app 创建 Electron 桌面应用:https://blog.csdn.net/greekmrzzj/article/details/80273765 react native 推送开关的处理(通知权限判断)并跳转系统设置界面:https://www.jianshu.com/p/2c640021ebae react-native无法打包100%:android>build.gradle subprojects {   project.configurations.all {       afterEvaluate {project ->         if (project.hasProperty("android")) {             android {                 compileSdkVersion 27                 buildToolsVersion '27.0.3'             }         }     }   } } https://blog.csdn.net/yiifaa/article/details/78786426 图片压缩:https://tinypng.com/ 使用three.js加载obj+mtl文件:https://blog.csdn.net/qq_37642205/article/details/78980489 【threejs学习随记(三)】3D模型导入问题:https://blog.csdn.net/u012088576/article/details/77886947/ 基于 Threejs 的 web 3D 开发入门:https://www.jianshu.com/p/7ccf43f912bc 使用React+Three.js 封装一个三维地球:https://blog.csdn.net/future_todo/article/details/78072615 要用typescript:create-react-app my-app --scripts-version=react-scripts-ts TypeScript 中文文档(v2.4)包含免费前端视频:https://www.html.cn/doc/typescript/doc/handbook/Generics.html

    10 个非常实用的 SVG 动画操作JavaScript 库:https://blog.csdn.net/weixin_34273046/article/details/85937233 ie兼容: "babel-polyfill": "^6.26.0", 入口处:import 'babel-polyfill'; 因为写完接口出文档,导致快到提测时间节点上是前端最忙的时候要敲后续的处理数据相关的代码,因为时间比较紧所以先把大概功能处理完就提测,导致测试那边反应前端不细心,细节问题一大堆。 基于上面原因,老板询问项目进度每次都是后端做完了,前端没做完,说前端进度慢,bug还多,前端背锅。 抓包工具:https://www.cnblogs.com/jiayuchn-test/p/8875105.html React Native 知识点整理:https://www.jianshu.com/p/ab71e079d05a


    最新回复(0)