Vincent's Blog


  • Home

  • Categories

  • Archives

  • Tags

easy-circular-progress

Posted on 2019-04-23   |   In vue
easy-circular-progressInstallnpm install easy-circular-progress --save Quick Start<template> <div id="app"> <Progress value="16.88" ...
Read more »

redis - resp

Posted on 2019-03-29   |   In redis
RESP (Redis Serialization Protocol)其实就是 我们把可读性搞的命令通过 resp 转换为 redis server 能够识别的文本, redis server 给我们的响应体也是符合 resp 的.我们再反序列化成可读的内容 https://redis.io/to ...
Read more »

Vue - vue-lazy-calc

Posted on 2019-03-19   |   In vue
vue-lazy-calc this is a just support simple calculation in lazy way.(inspired by lodash) features vue friendly strong typed lazy evaluation chaining ...
Read more »

Vue - vue-device-detector

Posted on 2019-03-12   |   In vue
vue-device-detector vue-device-detector is a simple vue plugin to inspect the device type. focus on mobile vue friendly strong typed Installnpm inst ...
Read more »

Vue - vue-storage-watcher

Posted on 2019-03-12   |   In vue
vue-storage-watcher the real reactive watcher for localStorage.I search a few days for a lib to watch the ls, but failed. you can use this tiny ls wra ...
Read more »

玩耍github

Posted on 2019-01-22   |   In github
badge最近给自己的一个 repo 加了一些 badge, 效果如下: PR flow对应这些 badge 的是一些 github 的插件, 他们有在整个代码流程中起到不同的作用 先预览下一个 RP 过程: 测试覆盖率检查 代码 lint 和常见错误检查 CI 自动化测试 自动代码 revi ...
Read more »

Element - 偷偷引用内部方法

Posted on 2019-01-18   |   In vue
Element-ui 源码的财富源码里面自带了很多小函数, 甚至是指令等东西. 很多都值得我们去阅读和学习. 懒 不想自己造轮子 不想再引入更多的包 源码里有能不能用? solutionimport { getFirstDayOfMonth, nextDate} from ...
Read more »

2018年度总结

Posted on 2018-12-29   |   In Thinking
纪念即将过去的 2018奔波这一年我又经历了两份工作, 一份短暂的全栈开发. 一份前端架构.这两个 title 都是第一次拿, 也算不同的小经历吧. 总结下来就是给了自己一个确定性的答案, 后端的事我也可以做,而且是有能力做好的, 但还是需要时间的积累, 全栈的经历只是证明了这个门槛我可以跨,但还没 ...
Read more »

Makefile简单脚本应用

Posted on 2018-12-18   |   In Shell
老看人家用,我也试一试主要想避免路径的问题: 例如:我在 scripts/start.sh kubectl apply -f deployments/k8s/conf.yaml 希望是以当前目标为路径,来执行这个 shell. 避免别人进入 scripts 目录后执行(那样会报错, 目录不对了) 所 ...
Read more »

golang-grpc Client BL

Posted on 2018-12-12   |   In Golang , 分布式
GRPC LoadBalance这此主要描述下客户端做 LB LB 算法有限 (roundrobin) 客户端要支持 service 需要 headless 模式 代码import( "google.golang.org/grpc/balancer/roundrobin" "goog ...
Read more »
<i class="fa fa-angle-left"></i>1…345…29<i class="fa fa-angle-right"></i>
Vincent Guo

Vincent Guo

the blog to remeber all things about code

290 posts
44 categories
103 tags
RSS
github twitter facebook google weibo
Links
  • KunLin
  • Rx Introduction
  • 三哥
  • 元龙
© 2024 Vincent Guo
Powered by Hexo
Theme - NexT.Mist