摘要: 网逛收藏 1.经典贴之十大算法总结:https://www.cnblogs.com/onepixel/articles/7674659.html 2.阿里课堂之大数据:https://aliyun-edu-cloud-public.oss-cn-hangzhou.aliyuncs.com/busin 阅读全文
posted @ 2019-03-04 16:58 往霄龙 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 1.Zookeeper安装及启动 可参考这篇文章https://www.cnblogs.com/geekdc/p/5948326.html 从下载到启动都描述的很详细,按照文章一步一步走即可。 2.Dubbo-admin搭建及启动 dubbo-admin的配置及启动推荐一篇文章https://blo 阅读全文
posted @ 2019-02-21 17:52 往霄龙 阅读(687) 评论(0) 推荐(0) 编辑
摘要: 官方示例效果:http://antv.alipay.com/zh-cn/g6/2.x/demo/net/2017-link-data.html 改编效果: 实现步骤: 环境:nodejs、yarn/npm、umi(最新即可) 创建项目: 1.打开cmd 2.创建项目文件夹:输入mkdir React 阅读全文
posted @ 2019-02-21 13:48 往霄龙 阅读(3986) 评论(0) 推荐(0) 编辑
摘要: npm、yarn常用命令记录,后续会陆续补充... 经过使用发现yarn再下包是速度快,所以日常以yarn指令应用为主 npm查看仓库地址:npm config get registrynpm设置淘宝镜像:npm config set registry http://registry.npm.tao 阅读全文
posted @ 2019-01-19 11:23 往霄龙 阅读(1958) 评论(0) 推荐(0) 编辑
摘要: 采坑描述:yarn全局安装模块后但仍提示无法找到 解决: 1.先查看一下yarn的bin目录,输入yarn global bin 2.然后将该路径加入到path中,对于windows中直接将该目录加入到path中 3.关闭cmd重启,umi -v生效 阅读全文
posted @ 2018-11-23 21:12 往霄龙 阅读(5968) 评论(0) 推荐(0) 编辑
摘要: 目前收集到两种方法: 1.快捷键:Ctrl+Shift+W 2.利用Eclipse的External Tools设置快捷方式 第二种方法步骤: a.Run->External Tools->External Tools Configurations b.Program->new c.Name:打开文 阅读全文
posted @ 2018-11-21 22:46 往霄龙 阅读(413) 评论(0) 推荐(0) 编辑
摘要: http://www.yishimei.cn/network/319.html 阅读全文
posted @ 2018-11-21 21:41 往霄龙 阅读(455) 评论(0) 推荐(0) 编辑
摘要: node 多版本管理工具:gnvm 阅读全文
posted @ 2018-09-15 17:05 往霄龙 阅读(447) 评论(0) 推荐(0) 编辑
摘要: 一.效果图: Canvas画圆环说明: 圆环宽度不必在意,只是画笔宽度设置后达到的效果. 二.实现步骤 1.自定义View-RoundProgressBar 2.设置属性resources(declear_styleable) 1 <?xml version="1.0" encoding="utf- 阅读全文
posted @ 2017-02-13 15:06 往霄龙 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 一.效果图 二.实现步骤 1.XML布局-添加依赖 1 <LinearLayout 2 android:id="@+id/layout" 3 android:layout_width="match_parent" 4 android:layout_height="wrap_content" 5 an 阅读全文
posted @ 2017-02-09 22:17 往霄龙 阅读(1078) 评论(0) 推荐(0) 编辑
TOP