04 2018 档案

函数调用的方法一共有 4 种,call,apply,bind
摘要:1. 每个函数都包含两个非继承而来的方法:call()方法和apply()方法。 2. 相同点:这两个方法的作用是一样的。 都是在特定的作用域中调用函数,等于设置函数体内this对象的值,以扩充函数赖以运行的作用域。 一般来说,this总是指向调用某个方法的对象,但是使用call()和apply() 阅读全文

posted @ 2018-04-24 09:17 szllq2000 阅读(370) 评论(0) 推荐(0)

gzip压缩JavaScript
摘要:gzip压缩JavaScripthttp://www.cnblogs.com/ranzige/p/3851065.html 阅读全文

posted @ 2018-04-17 08:57 szllq2000 阅读(103) 评论(0) 推荐(0)

css selector
摘要:http://www.w3school.com.cn/cssref/css_selectors.asp http://www.w3school.com.cn/jquery/jquery_selectors.asp 阅读全文

posted @ 2018-04-14 14:33 szllq2000 阅读(104) 评论(0) 推荐(0)

extundelete fuser
摘要:[extundelete ] fuser -mv /dev/sda6 https://blog.csdn.net/xwl145/article/details/38896699 多列排序[sort]http://www.cnblogs.com/51linux/archive/2012/05/23/2 阅读全文

posted @ 2018-04-14 14:30 szllq2000 阅读(118) 评论(0) 推荐(0)

lsof and dynamic array in bash/shell
摘要:https://unix.stackexchange.com/questions/171519/lsof-warning-cant-stat-fuse-gvfsd-fuse-file-system FUSE and its access rights lsof by default checks a 阅读全文

posted @ 2018-04-14 14:27 szllq2000 阅读(222) 评论(0) 推荐(0)

set,env,export,set -x,set -e;
摘要:set 用来显示本地变量 env 用来显示环境变量 export 用来显示和设置环境变量 set 显示当前shell的变量,包括当前用户的变量 env 显示当前用户的变量 export 显示当前导出成用户变量的shell变量 每个shell有自己特有的变量(set)显示的变量,这个和用户变量是不同的 阅读全文

posted @ 2018-04-08 10:02 szllq2000 阅读(928) 评论(0) 推荐(0)

elasticsearch in docker/ and aggregation,,performance tune ;throughout
摘要:Docker环境中Elasticsearch的安装 ]https://wenchao.ren/archives/category/elasticsearch/page/2 [ElasticSearch Aggregations 分析]https://yq.aliyun.com/articles/60 阅读全文

posted @ 2018-04-08 09:53 szllq2000 阅读(138) 评论(0) 推荐(0)

MachineLearning:
摘要:https://github.com/pennyliang/MachineLearning-C code https://zhuanlan.zhihu.com/p/22794772 http://www.cnblogs.com/tornadomeet/archive/2013/03/27/29847 阅读全文

posted @ 2018-04-08 09:37 szllq2000 阅读(116) 评论(0) 推荐(0)

nslookup dig iptables
摘要:[NSLOOKUPm]http://roclinux.cn/?p=2441 nslookup media.ucampus.unipus.cn [DIG]http://roclinux.cn/?p=2449 dig(domain information gopher,nslookup)http://w 阅读全文

posted @ 2018-04-08 09:35 szllq2000 阅读(180) 评论(0) 推荐(0)

前端开发组件化设计vue,react,angular原则漫谈
摘要:前端开发组件化设计vue,react,angular原则漫谈 https://www.toutiao.com/a6346443500179505410/?tt_from=weixin&utm_campaign=client_share&timestamp=1514779019&app=news_ar 阅读全文

posted @ 2018-04-02 13:31 szllq2000 阅读(136) 评论(0) 推荐(0)

ES6 ruanyifeng, shim polyfill
摘要:http://www.cnblogs.com/upup2015/p/7927485.html 一个等号是赋值操作,==先转换类型再比较, 先判断类型,如果不是同一类型直接为false npm install --save-dev babel-polyfill 然后我们引入 1 在JavaScript 阅读全文

posted @ 2018-04-02 13:30 szllq2000 阅读(249) 评论(0) 推荐(0)

Node.js(daemon),tweak(debug ES)/nodejs forever,supervisor--express
摘要:http://www.cnblogs.com/Darren_code/p/node_express.html express -e nodejs-product 用Supervisor守护你的Node.js进程 https://www.jianshu.com/p/6d84e5efe99d https 阅读全文

posted @ 2018-04-02 13:29 szllq2000 阅读(193) 评论(0) 推荐(0)

hyperledger
摘要:http://hyperledger-fabric.readthedocs.io/en/latest/prereqs.html https://github.com/hyperledger/blockchain-explorer https://blog.csdn.net/yevvzi/articl 阅读全文

posted @ 2018-04-02 08:34 szllq2000 阅读(299) 评论(0) 推荐(0)

区块链,Ethereum-Wallet
摘要:https://blockchain.info/charts/transactions-per-second https://slock.it/ https://en.wikipedia.org/wiki/Blockchain http://www.wanbizu.com/p/50329.html 阅读全文

posted @ 2018-04-01 19:42 szllq2000 阅读(275) 评论(0) 推荐(0)