Stay Hungry,Stay Foolish!

上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 32 下一页
摘要: 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 阅读(541) 评论(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 阅读(297) 评论(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 阅读(434) 评论(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 阅读(309) 评论(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 阅读(283) 评论(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 阅读(630) 评论(0) 推荐(0)
摘要: bilibili投屏到TV B栈上有丰富的视频资源,电视盒子小米,自带匹配的投屏功能。 但是如何将哔哩哔哩投屏到电脑上? bilibili投屏到PC上 万能的知乎给出了答案。 https://www.zhihu.com/question/23226972 https://kodi.tv/全平台通用, 阅读全文
posted @ 2019-12-22 22:30 lightsong 阅读(3893) 评论(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 阅读(318) 评论(0) 推荐(0)
摘要: Reference https://chuna2.787528.xyz/findumars/p/3556883.html GPL 我 们很熟悉的Linux就是采用了GPL。GPL协议和BSD, Apache Licence等鼓励代码重用的许可很不一样。GPL的出发点是代码的开源/免费使用和引用/修改/衍 阅读全文
posted @ 2019-12-14 11:32 lightsong 阅读(437) 评论(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 阅读(742) 评论(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 阅读(407) 评论(0) 推荐(0)
摘要: Multitenancy https://www.gartner.com/en/information-technology/glossary/multitenancy 公用一套物理环境,划分出不同的逻辑单元给不同的用户使用, 在用户来看就像使用独立的一套物理环境。 类似操作系统的,多用户策略。 M 阅读全文
posted @ 2019-11-26 21:23 lightsong 阅读(324) 评论(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 阅读(716) 评论(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 阅读(632) 评论(0) 推荐(0)
摘要: Sphinx https://www.sphinx.org.cn/ Sphinx是一个工具,可以轻松创建由Georg Brandl编写并根据BSD许可证授权的智能和美观文档 它最初是为Python文档创建的,它具有出色的工具,可用于各种语言的软件项目文档。 当然,这个站点也是使用reStructur 阅读全文
posted @ 2019-11-13 23:32 lightsong 阅读(395) 评论(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 阅读(1491) 评论(0) 推荐(0)
摘要: https://chris.beams.io/posts/git-commit/ The seven rules of a great Git commit message Keep in mind: This has all been said before. For example: Summa 阅读全文
posted @ 2019-11-12 00:03 lightsong 阅读(254) 评论(0) 推荐(0)
摘要: https://linuxize.com/post/how-to-install-gcc-compiler-on-ubuntu-18-04/ sudo apt install software-properties-common sudo add-apt-repository ppa:ubuntu- 阅读全文
posted @ 2019-11-11 23:59 lightsong 阅读(385) 评论(0) 推荐(0)
摘要: Scalability https://www.reactivemanifesto.org/glossary#Scalability 伸缩性: 一种系统的能力,通过增加更多的计算资源来增加性能(吞吐量)。 The ability of a system to make use of more com 阅读全文
posted @ 2019-11-11 23:55 lightsong 阅读(867) 评论(0) 推荐(0)
摘要: 项目 https://github.com/fanqingsong/cnn_handwritten_chinese_recognition 使用python+flask搭建的一个网站,然后从网页的写字板上获取鼠标手写的汉字经过转码后传回后台,并经过图片裁剪处理之后传入CNN手写中文识别的模型中进行识 阅读全文
posted @ 2019-10-07 23:35 lightsong 阅读(809) 评论(0) 推荐(0)
摘要: LICEcap https://licecap.en.softonic.com/ Create animated GIFs from your desktop LICEcap is an original tool for creating animated GIFs by recording yo 阅读全文
posted @ 2019-10-07 16:16 lightsong 阅读(429) 评论(0) 推荐(0)
摘要: 原始安装 pip工具 包安装工具, 可以从Python包索引hub上安装,也可以使用自定义的hub。 命令: pip install xxx 缺点: 1、命令方式, 一次只能安装一个包, 对于工程来说包可能是数十个,需要手动依次安装,累。 2、安装的目录为python全局公共库,会影响其他工程。 3 阅读全文
posted @ 2019-10-07 11:07 lightsong 阅读(385) 评论(0) 推荐(0)
摘要: 介绍 发现一款开源的动画简历工程, 很是吸引眼球, 分享出来。 技术: 1、 npm工程管理 2、 vuejs 设计上,将工程分为两个组件: 0、程序入口组件 1、 编辑器组件 2、 简历展示组件 流程上: 0、 程序入口组件,引入另外两个组件 1、 程序入口组件, 将样式 和 样式内容 每隔1ms 阅读全文
posted @ 2019-09-28 09:07 lightsong 阅读(185) 评论(0) 推荐(0)
摘要: 问题 普通表格的列是不能够通过用户操作改变宽度, 即动态改变列的宽度。 有时候, 有的列内容是多的,不够显示, 有的列内容是少的,不用太多宽度显示, 但是内容是动态的, 无法通过编码阶段确定。 于是提出表格宽度可以拖拽, 改变宽度的需求。 Bootstrap Table 这个样式库提供了表格样式的友 阅读全文
posted @ 2019-08-31 23:10 lightsong 阅读(3169) 评论(0) 推荐(0)
摘要: 微信小程序支持npm 为了支持生态扩展,社区贡献者可以提供更加丰富的功能,已经支持了第三方小程序开发功能,见如下地址。 微信小程序支持npm https://developers.weixin.qq.com/miniprogram/dev/devtools/npm.html 从小程序基础库版本 2. 阅读全文
posted @ 2019-08-24 18:55 lightsong 阅读(3214) 评论(0) 推荐(0)
摘要: Fashion MNIST https://www.kaggle.com/zalando-research/fashionmnist Fashion-MNIST is a dataset of Zalando's article images—consisting of a training set 阅读全文
posted @ 2019-08-16 23:57 lightsong 阅读(4398) 评论(0) 推荐(0)
摘要: vue-mpvue-ChatRobot https://github.com/fanqingsong/vue-mpvue-ChatRobot 前端 : Vue + Mpvue(支持移动端与小程序) ; 后端 : koa(使用Koa2开发服务端) Vue 是一套用于构建用户界面的渐进式框架。Vue 的 阅读全文
posted @ 2019-08-06 00:31 lightsong 阅读(1090) 评论(0) 推荐(0)
摘要: 简介 https://github.com/fanqingsong/Building-Recommendation-Systems-with-Python/tree/master/Section%205/Video%205.4 系统包括三个部分: 1) 模型产生模块 实现主体 model_gener 阅读全文
posted @ 2019-08-05 23:53 lightsong 阅读(371) 评论(0) 推荐(0)
摘要: 推荐算法 https://yq.aliyun.com/articles/539247 基于用户的协同过滤算法 首先用一个词就能很好的解释什么叫做基于用户的协同过滤算法:【臭味相投】。虽然是贬义词,但也说明了,具有类似特征的人群,他们喜欢的东西很多也是一样的。因此,在推荐系统中,假设要为A用户推荐物品 阅读全文
posted @ 2019-08-01 01:00 lightsong 阅读(4552) 评论(0) 推荐(0)
摘要: Echart https://echarts.baidu.com/ ECharts,一个使用 JavaScript 实现的开源可视化库,可以流畅的运行在 PC 和移动设备上,兼容当前绝大部分浏览器(IE8/9/10/11,Chrome,Firefox,Safari等),底层依赖轻量级的矢量图形库 Z 阅读全文
posted @ 2019-07-25 23:18 lightsong 阅读(3870) 评论(0) 推荐(0)
摘要: 推荐例子介绍 根据典型关键数据 导演 演员 关键字 题材 'keywords', 'cast', 'genres', 'director' 构造自然语言的组合特征,利用CountVectorizer计算每个词出现的次数,作为特征向量, 使用余弦相似性构造所有电影之间的相似性。 代码 https:// 阅读全文
posted @ 2019-07-24 00:21 lightsong 阅读(1107) 评论(0) 推荐(0)
摘要: 准确度 Accuracy 预测正确的比率。 是一个整体的特征。 精确度 Precision 例如数学上的小数点的精确概念, 越是精确,说明度量的结果很稳定,不会有较大的偏差。 但仅仅是对测量结果的刻画,跟真值没有任何关系。 What Is the Difference Between Accurac 阅读全文
posted @ 2019-07-19 00:01 lightsong 阅读(794) 评论(0) 推荐(0)
摘要: async https://www.npmjs.com/package/async Async is a utility module which provides straight-forward, powerful functions for working with asynchronous 阅读全文
posted @ 2019-06-16 23:48 lightsong 阅读(982) 评论(0) 推荐(0)
摘要: webshot https://github.com/brenden/node-webshot Webshot provides a simple API for taking webpage screenshots. The module is a light wrapper around Pha 阅读全文
posted @ 2019-05-21 23:23 lightsong 阅读(1864) 评论(1) 推荐(0)
摘要: cheerio https://cheerio.js.org/ Fast, flexible, and lean implementation of core jQuery designed specifically for the server. Features ❤ Familiar synta 阅读全文
posted @ 2019-05-21 23:14 lightsong 阅读(277) 评论(0) 推荐(0)
摘要: Regression https://www.merriam-webster.com/dictionary/regress Definition of regress (Entry 1 of 2) Definition of regress (Entry 1 of 2) Definition of 阅读全文
posted @ 2019-05-16 23:49 lightsong 阅读(422) 评论(0) 推荐(0)
摘要: MathML https://developer.mozilla.org/en-US/docs/Web/MathML/Examples/MathML_Pythagorean_Theorem Mathematical Markup Language (MathML) is a dialect of X 阅读全文
posted @ 2019-05-16 00:15 lightsong 阅读(627) 评论(0) 推荐(0)
摘要: rematch https://github.com/rematch/rematch#examples 数据模型一个文件定义, 不用分散到 action actiontype reducer 文件 状态定义 view使用不变 dva Lightweight front-end framework b 阅读全文
posted @ 2019-05-15 00:45 lightsong 阅读(370) 评论(0) 推荐(0)
摘要: Flow vs Stream https://wikidiff.com/flow/stream As nouns the difference between flow and stream is that flow is the movement of a fluid while stream i 阅读全文
posted @ 2019-05-15 00:39 lightsong 阅读(438) 评论(0) 推荐(0)
摘要: pauseable.js https://www.npmjs.com/package/pauseable Pauseable allows you to pause event emitters, timeouts, and intervals. It can group multiple of t 阅读全文
posted @ 2019-05-09 23:24 lightsong 阅读(356) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 32 下一页
千山鸟飞绝,万径人踪灭