Stay Hungry,Stay Foolish!

上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 33 下一页
摘要: Spark https://spark.apache.org/ Lightning-fast unified analytics engine Speed Run workloads 100x faster. Apache Spark achieves high performance for bo 阅读全文
posted @ 2020-06-18 16:40 lightsong 阅读(232) 评论(0) 推荐(0)
摘要: 介绍 https://marketplace.visualstudio.com/items?itemName=tabeyti.jenkins-jack https://github.com/tabeyti/jenkins-jack 在VS CODE环境中, 将Jenkinsfile文件推送到Jenk 阅读全文
posted @ 2020-06-17 14:19 lightsong 阅读(2124) 评论(0) 推荐(0)
摘要: Kafka 构建实时数据管线,和流式应用。 水平扩展、容错、奇快无比。 Kafka® is used for building real-time data pipelines and streaming apps. It is horizontally scalable, fault-tolera 阅读全文
posted @ 2020-06-04 16:36 lightsong 阅读(195) 评论(0) 推荐(0)
摘要: Websocket https://github.com/socketio/engine.io#goals Websocket是SocketIO库依赖的B/S新特性,它有一些优点。 WebSocket based connections have two fundamental benefits: 阅读全文
posted @ 2020-05-26 15:22 lightsong 阅读(823) 评论(0) 推荐(0)
摘要: Logstash https://www.elastic.co/cn/logstash 集中、转换和存储数据 Logstash 是免费且开放的服务器端数据处理管道,能够从多个来源采集数据,转换数据,然后将数据发送到您最喜欢的“存储库”中。 Logstash is an open source dat 阅读全文
posted @ 2020-05-21 16:07 lightsong 阅读(333) 评论(0) 推荐(0)
摘要: ELK https://www.elastic.co/what-is/elk-stack So, what is the ELK Stack? "ELK" is the acronym for three open source projects: Elasticsearch, Logstash, 阅读全文
posted @ 2020-05-18 16:50 lightsong 阅读(345) 评论(0) 推荐(0)
摘要: Concept https://www.typescriptlang.org/index.html 弥补弱类型语言 JS 的缺陷, 出现类型定义。 可以翻译成ES3标准语言,兼容node和浏览器。 Starts and ends with JavaScript TypeScript starts f 阅读全文
posted @ 2020-05-05 19:43 lightsong 阅读(284) 评论(0) 推荐(0)
摘要: async/await https://javascript.info/async-await 需要浏览器支持,后者使用webpack转换为ES5. There’s a special syntax to work with promises in a more comfortable fashio 阅读全文
posted @ 2020-05-05 18:59 lightsong 阅读(1817) 评论(0) 推荐(0)
摘要: Zookeeper https://zookeeper.apache.org/doc/r3.6.0/index.html https://zookeeper.apache.org/doc/r3.6.0/zookeeperOver.html ZooKeeper: Because Coordinatin 阅读全文
posted @ 2020-05-05 00:40 lightsong 阅读(267) 评论(0) 推荐(0)
摘要: 听读汇总 https://www.jianshu.com/p/bb914f2c6ee9 自由表达 https://www.jianshu.com/p/d9adefc90264 Religion https://www.jianshu.com/p/0ce788f6303d 参考 https://tie 阅读全文
posted @ 2020-05-04 23:31 lightsong 阅读(1194) 评论(0) 推荐(0)
摘要: 目的 建立一个文件夹,文件夹中存放一些文本文件, 系统实时监测此文件夹,当有文件变化时候,自动执行入库功能(将文件内容推送到搜索库), 文件内容可以即时被搜索系统搜索到。 技术依赖 1、 NIFI -- 文件检测入库 2、 ElasticSearch -- 文件内存存储和搜索 3、 Kibana负责 阅读全文
posted @ 2020-04-13 01:08 lightsong 阅读(804) 评论(0) 推荐(0)
摘要: What? https://www.tutorialspoint.com/apache_nifi/index.htm 一个开源的数据萃取平台。 Apache NiFi is an open source data ingestion platform. It was developed by NSA 阅读全文
posted @ 2020-04-13 00:38 lightsong 阅读(524) 评论(0) 推荐(0)
摘要: JSONPath - XPath for JSON https://goessner.net/articles/JsonPath/index.html#e2 类似XPath是对xml文档内容的寻址,JSONPath是对Json文档的寻址。 A frequently emphasized advant 阅读全文
posted @ 2020-04-12 23:50 lightsong 阅读(326) 评论(0) 推荐(0)
摘要: 方法1 -- ssh方式 借助ssh协议,第一次输入后,以后均不需要输入。应该内置了ssh-copy-id功能。 方法2 -- HTTPS方式 https://beginor.github.io/2014/03/04/git-client-save-user-pass.html Git 每次进行 P 阅读全文
posted @ 2020-04-09 22:20 lightsong 阅读(729) 评论(0) 推荐(0)
摘要: Known Host Keys 防止中间人攻击。 https://www.ssh.com/ssh/host-key#known-host-keys SSH clients store host keys for hosts they have ever connected to. These sto 阅读全文
posted @ 2020-04-09 22:15 lightsong 阅读(568) 评论(0) 推荐(0)
摘要: Elasticsearch https://www.elastic.co/guide/en/elasticsearch/reference/6.0/getting-started.html Elasticsearch is a highly scalable open-source full-tex 阅读全文
posted @ 2020-04-07 01:14 lightsong 阅读(222) 评论(0) 推荐(0)
摘要: kubernetes http://docs.kubernetes.org.cn/227.html https://www.kubernetes.org.cn/k8s https://mp.weixin.qq.com/s/zrpaBCa-gNuu99nHCeBLXQ Kubernetes是容器集群管 阅读全文
posted @ 2020-03-30 00:27 lightsong 阅读(268) 评论(0) 推荐(0)
摘要: cookie操作 浏览器原生的JS接口操作cookie非常难用。 于是产生了好用的js包。 https://www.npmjs.com/package/js-cookie A simple, lightweight JavaScript API for handling cookies Works 阅读全文
posted @ 2020-03-26 22:43 lightsong 阅读(1799) 评论(0) 推荐(0)
摘要: 微前端 https://microfrontends.com/ 诞生于微服务的思想和架构之上。 1)应对日志增长的前端复杂度。 2)支持按照微服务团队,构建对应的前端代码的独立构建分发系统。 Web applications are getting more and more complex. Ma 阅读全文
posted @ 2020-03-15 22:40 lightsong 阅读(918) 评论(0) 推荐(0)
摘要: Consul https://www.consul.io/docs/internals/architecture.html Consul is a service mesh solution providing a full featured control plane with service d 阅读全文
posted @ 2020-03-09 15:34 lightsong 阅读(720) 评论(0) 推荐(0)
摘要: Ansible https://www.ansible.com/ 自动化运维的最流行的工具。 Automation for everyone Simplify work. Break down silos. Speed transformation.All with an enterprise au 阅读全文
posted @ 2020-03-03 12:03 lightsong 阅读(1098) 评论(0) 推荐(0)
摘要: 编译时压缩 https://www.cnblogs.com/qiuzhimutou/p/7592875.html 这里我列举几个常用的能够用于减少包体大小的插件,我们可以根据项目需求选择性的使用: compression-webpack-plugin :该插件能够将资源文件压缩为.gz文件,并且根据 阅读全文
posted @ 2020-02-28 00:21 lightsong 阅读(494) 评论(0) 推荐(0)
摘要: 背景 确定Vue2最低支持的Node版本,可以在CI环境中,确定Node的一些信息, 是否适合后端环境共享同一个Node版本呢。 Vue2项目 https://github.com/vuejs/vue/blob/dev/package.json 调研了Vue 2.6.11版本的package.jso 阅读全文
posted @ 2020-02-23 21:14 lightsong 阅读(10541) 评论(0) 推荐(0)
摘要: Meteor框架 https://www.meteor.com/ Meteor is an ultra-simple environment for building modern web applications. With Meteor you write apps: in modern Jav 阅读全文
posted @ 2020-02-02 23:15 lightsong 阅读(197) 评论(0) 推荐(0)
摘要: express-session http://www.expressjs.com.cn/en/resources/middleware/session.html var session = require('express-session') store The session store inst 阅读全文
posted @ 2020-02-01 23:42 lightsong 阅读(570) 评论(0) 推荐(0)
摘要: Docker compose https://docs.docker.com/compose/ Compose is a tool for defining and running multi-container Docker applications. With Compose, you use 阅读全文
posted @ 2020-01-30 20:12 lightsong 阅读(338) 评论(0) 推荐(0)
摘要: lunrjs https://github.com/olivernn/lunr.js Lunr.js is a small, full-text search library for use in the browser. It indexes JSON documents and provides 阅读全文
posted @ 2020-01-29 23:14 lightsong 阅读(456) 评论(0) 推荐(0)
摘要: http-server https://github.com/http-party/http-server#readme http-server is a simple, zero-configuration command-line http server. It is powerful enou 阅读全文
posted @ 2020-01-29 21:59 lightsong 阅读(323) 评论(0) 推荐(0)
摘要: npm command https://docs.npmjs.com/cli-documentation/ CLI commands > access Set access level on published packages > adduser Add a registry user accou 阅读全文
posted @ 2020-01-01 20:32 lightsong 阅读(305) 评论(0) 推荐(0)
摘要: especially https://www.merriam-webster.com/dictionary/especially 特别地 尤其 1 : specially sense 1 // 特殊地 2 a : in particular : particularly food seems che 阅读全文
posted @ 2020-01-01 19:49 lightsong 阅读(660) 评论(0) 推荐(0)
摘要: bilibili投屏到TV B栈上有丰富的视频资源,电视盒子小米,自带匹配的投屏功能。 但是如何将哔哩哔哩投屏到电脑上? bilibili投屏到PC上 万能的知乎给出了答案。 https://www.zhihu.com/question/23226972 https://kodi.tv/全平台通用, 阅读全文
posted @ 2019-12-22 22:30 lightsong 阅读(3919) 评论(0) 推荐(0)
摘要: jQuery TE http://jqueryte.com/about ABOUT jQuery TE is a jQuery plugin. It is a lightweight (19.5 KB) and very useful HTML editor. And it works with W 阅读全文
posted @ 2019-12-21 08:52 lightsong 阅读(334) 评论(0) 推荐(0)
摘要: Reference https://www.cnblogs.com/findumars/p/3556883.html GPL 我 们很熟悉的Linux就是采用了GPL。GPL协议和BSD, Apache Licence等鼓励代码重用的许可很不一样。GPL的出发点是代码的开源/免费使用和引用/修改/衍 阅读全文
posted @ 2019-12-14 11:32 lightsong 阅读(449) 评论(0) 推荐(0)
摘要: conflict vs collision https://zhidao.baidu.com/question/1674224470222615227.html conflict ['kɒnflɪkt] n. 冲突,矛盾;斗争;争执vi. 冲突,抵触;争执;战斗一般指观点,法律等方面的冲突,可以理解 阅读全文
posted @ 2019-12-11 21:17 lightsong 阅读(771) 评论(0) 推荐(0)
摘要: Index An index (plural: usually indexes, more rarely indices; see below) is a list of words or phrases ('headings') and associated pointers ('locators 阅读全文
posted @ 2019-12-10 22:15 lightsong 阅读(413) 评论(0) 推荐(0)
摘要: Multitenancy https://www.gartner.com/en/information-technology/glossary/multitenancy 公用一套物理环境,划分出不同的逻辑单元给不同的用户使用, 在用户来看就像使用独立的一套物理环境。 类似操作系统的,多用户策略。 M 阅读全文
posted @ 2019-11-26 21:23 lightsong 阅读(341) 评论(0) 推荐(0)
摘要: definition https://www.techopedia.com/definition/17113/full-text-search A full-text search is a comprehensive search method that compares every word o 阅读全文
posted @ 2019-11-24 23:21 lightsong 阅读(741) 评论(0) 推荐(0)
摘要: bootstrap-select 周下载量 63,214 是bootstrap中select库下载量最多的。 https://www.npmjs.com/package/bootstrap-select The jQuery plugin that brings select elements in 阅读全文
posted @ 2019-11-24 21:04 lightsong 阅读(649) 评论(0) 推荐(0)
摘要: Sphinx https://www.sphinx.org.cn/ Sphinx是一个工具,可以轻松创建由Georg Brandl编写并根据BSD许可证授权的智能和美观文档 它最初是为Python文档创建的,它具有出色的工具,可用于各种语言的软件项目文档。 当然,这个站点也是使用reStructur 阅读全文
posted @ 2019-11-13 23:32 lightsong 阅读(417) 评论(0) 推荐(0)
摘要: animejs https://animejs.com/ Anime.js (/ˈæn.ə.meɪ/) is a lightweight JavaScript animation library with a simple, yet powerful API.It works with CSS pr 阅读全文
posted @ 2019-11-13 23:19 lightsong 阅读(1546) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 33 下一页
千山鸟飞绝,万径人踪灭