会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
fanyee
interesting amusing
首页
管理
上一页
1
2
3
4
5
6
7
8
9
···
19
下一页
2020年4月10日
npm使用国内淘宝镜像
摘要: 使用cnpm 安装淘宝的cnpm,然后在使用时直接将npm命令替换成cnpm命令即可 npm install -g cnpm --registry=https://registry.npm.taobao.org 然后安装时使用如下命令 cnpm install express
阅读全文
posted @ 2020-04-10 14:40 Fanyee
阅读(153)
评论(0)
推荐(0)
2020年4月2日
3月份工作记录
摘要: 最近工作记录: 一:VPN跟VDI 1.http://c.biancheng.net/view/3896.html VDI(远程桌面)是什么? 2.https://baike.baidu.com/item/%E8%99%9A%E6%8B%9F%E4%B8%93%E7%94%A8%E7%BD%91%E
阅读全文
posted @ 2020-04-02 19:28 Fanyee
阅读(119)
评论(0)
推荐(0)
2020年2月24日
APP冷启动和热启动之间的区别
摘要: 冷启动:指app被后台杀死后,在这个状态打开app,这种启动方式叫做冷启动。 热启动:指app没有被后台杀死,仍然在后台运行,通常我们再次去打开这个app,这种启动方式叫热启动。
阅读全文
posted @ 2020-02-24 10:03 Fanyee
阅读(783)
评论(0)
推荐(0)
2020年2月12日
adb命令汇总和.bat的解析
摘要: 一:adb命令相关 将apk的包发到安卓机上1.adb install "d:\My Documents\Downloads\quickapp_debugger.apk"2.恢复回原来不闪退的版本adb uninstall com.vivo.hybrid adb shell pm clear com
阅读全文
posted @ 2020-02-12 08:26 Fanyee
阅读(740)
评论(0)
推荐(0)
2020年1月29日
popper-class样式修改
摘要: 写在另一篇文章 https://segmentfault.com/a/1190000021672425
阅读全文
posted @ 2020-01-29 11:53 Fanyee
阅读(3558)
评论(0)
推荐(0)
2019年11月27日
新项目
摘要: 新项目技术栈: 1.http://www.expressjs.com.cn/ Express.js 2.https://nodejs.org/en/#download Node.js 一个棒棒的快应用demo 重点是有视频啦 https://code.visualstudio.com/Downloa
阅读全文
posted @ 2019-11-27 22:36 Fanyee
阅读(165)
评论(0)
推荐(0)
2019年11月26日
做vue项目时,收集的一些有意思的功能
摘要: 1. element-ui dialog组件添加可拖拽位置 可拖拽宽高 https://segmentfault.com/a/1190000012940145
阅读全文
posted @ 2019-11-26 22:41 Fanyee
阅读(352)
评论(0)
推荐(0)
react 学习记录
摘要: 1. 脚手架搭建项目 create-react-app https://www.jianshu.com/p/d196761c8332 2. UI框架 https://ant.design/docs/react/use-with-create-react-app-cn 3.高级配置 重新配置 http
阅读全文
posted @ 2019-11-26 12:50 Fanyee
阅读(101)
评论(0)
推荐(0)
2019年11月18日
Vue中的插槽---slot
摘要: 一:什么是插槽? 插槽(Slot)是Vue提出来的一个概念,正如名字一样,插槽用于决定将所携带的内容,插入到指定的某个位置,从而使模板分块,具有模块化的特质和更大的重用性。 插槽显不显示、怎样显示是由父组件来控制的,而插槽在哪里显示就由子组件来进行控制 二:怎么用插槽? 2.1默认插槽 子组件 父组
阅读全文
posted @ 2019-11-18 14:24 Fanyee
阅读(182)
评论(0)
推荐(0)
2019年11月17日
css cursor效果图
摘要: 效果图:
阅读全文
posted @ 2019-11-17 18:54 Fanyee
阅读(375)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
19
下一页