上一页 1 ··· 113 114 115 116 117 118 119 120 121 ··· 186 下一页
摘要: 闭包传参 余额计算 钩子hook 小程序 a=function(e){console.log(this)}() https://cn.vuejs.org/v2/guide/transitions.html#JavaScript-钩子 阅读全文
posted @ 2018-07-30 00:32 papering 阅读(379) 评论(0) 推荐(0) 编辑
摘要: import wepy from 'wepy' import api from '../api/api' import util from '../utils/util' import teamDataset from '../api/teamDataset' export default class cloundNews extends wepy.page { ... 阅读全文
posted @ 2018-07-30 00:16 papering 阅读(274) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/java_pengjin/article/details/79231994 阅读全文
posted @ 2018-07-29 18:07 papering 阅读(379) 评论(0) 推荐(0) 编辑
摘要: 无论是从人月层面、还是技术原理层面,go都做到了以更低的经济成本对服务器资源更高效地利用【为了省银子,今后给python、java减负】 阅读全文
posted @ 2018-07-29 17:17 papering 阅读(154) 评论(0) 推荐(0) 编辑
摘要: a 阅读全文
posted @ 2018-07-29 16:45 papering 阅读(275) 评论(0) 推荐(1) 编辑
摘要: Docker and Go: why did we decide to write Docker in Go? | Hacker News https://news.ycombinator.com/item?id=6709517 rdtsc on Nov 11, 2013 [-] For me it 阅读全文
posted @ 2018-07-29 15:50 papering 阅读(199) 评论(0) 推荐(0) 编辑
摘要: wepyjs - 小程序组件化开发框架 https://tencent.github.io/wepy/document.html#/ 在同时并发10个request请求测试时: 不使用WePY: 使用WePY后: 阅读全文
posted @ 2018-07-28 16:20 papering 阅读(474) 评论(0) 推荐(0) 编辑
摘要: a=[{"a":1},{"a":100}] 阅读全文
posted @ 2018-07-28 16:14 papering 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 更多的使用自定义元素(CustomElement)。 更多的使用自定义元素(CustomElement)。 阅读全文
posted @ 2018-07-28 10:12 papering 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 使用代理事件来进行事件处理; 使用代理事件来进行事件处理; 阅读全文
posted @ 2018-07-28 10:08 papering 阅读(115) 评论(0) 推荐(0) 编辑
摘要: a 阅读全文
posted @ 2018-07-28 10:07 papering 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 用 querySelectorAll 来查询 DOM 节点 Document.querySelectorAll - Web API 接口 | MDN https://developer.mozilla.org/zh-CN/docs/Web/API/Document/querySelectorAll 阅读全文
posted @ 2018-07-28 09:56 papering 阅读(255) 评论(0) 推荐(0) 编辑
摘要: itemidClicked: function(e) { var v = e.currentTarget.dataset.itemid if (v != itemidClicked) { itemidToggle = true } else { itemidToggle = !itemidToggle } itemidCl... 阅读全文
posted @ 2018-07-27 22:55 papering 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 18/07/27 16:53:53 ERROR source.ExecSource: Failed while running command: tail -F /home/MyBgJavaLan/pom.xmlorg.apache.flume.ChannelFullException: Space 阅读全文
posted @ 2018-07-27 17:02 papering 阅读(438) 评论(0) 推荐(0) 编辑
摘要: 数据埋点(浅谈埋点方式与上报收集) - 简书 https://www.jianshu.com/p/58063f964820 阅读全文
posted @ 2018-07-27 12:46 papering 阅读(2067) 评论(0) 推荐(0) 编辑
摘要: Indexes — MongoDB Manual https://docs.mongodb.com/manual/indexes/ 地理索引 哈希索引 阅读全文
posted @ 2018-07-27 11:41 papering 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 对StringBuilder抛出ArrayIndexOutOfBoundsException的探究 - CSDN博客 https://blog.csdn.net/liu_005/article/details/73699604 阅读全文
posted @ 2018-07-27 10:13 papering 阅读(335) 评论(0) 推荐(0) 编辑
摘要: [a,s]=[22,3] Object.assign() - JavaScript | MDN https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign es 6 赋值 阅读全文
posted @ 2018-07-27 00:19 papering 阅读(159) 评论(0) 推荐(0) 编辑
摘要: Flume 实战(2)--Flume-ng-sdk源码分析 - mumuxinfei - 博客园 http://www.cnblogs.com/mumuxinfei/p/3823266.html 阅读全文
posted @ 2018-07-26 21:38 papering 阅读(169) 评论(0) 推荐(0) 编辑
摘要: pstree 阅读全文
posted @ 2018-07-26 20:58 papering 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 记flume部署过程中遇到的问题以及解决方法(持续更新) - CSDN博客 https://blog.csdn.net/lijinqi1987/article/details/77449889 现将调试过程中遇到的问题以及解决方法记录如下: 1、 [ERROR - org.apache.thrift 阅读全文
posted @ 2018-07-26 20:52 papering 阅读(580) 评论(0) 推荐(0) 编辑
摘要: 一个flume agent异常的解决过程记录 - 施文涛 - 博客园 https://www.cnblogs.com/dongqingswt/p/5287778.html 一个flume agent异常的解决过程记录 今天在使用flume agent的时候,遇到了一个异常, 现把解决的过程记录如下: 阅读全文
posted @ 2018-07-26 20:36 papering 阅读(2384) 评论(0) 推荐(0) 编辑
摘要: es 300G 数据删除 【es union_2017执行计划】 【测试执行环境】线上D服务器【测试用例】get:curl -XGET ES:9200/_cat/indices?v post:curl -XPOST ES:9200/my_test_index get:curl -XGET ES:92 阅读全文
posted @ 2018-07-26 15:13 papering 阅读(421) 评论(0) 推荐(0) 编辑
摘要: org.apache.flume.EventDeliveryException while running flume and sending data to spark · Issue #21 · keedio/flume-ng-sql-source https://github.com/keed 阅读全文
posted @ 2018-07-26 11:21 papering 阅读(205) 评论(0) 推荐(0) 编辑
摘要: Apache Flume HDFS Sink Tutorial | HowToProgram https://howtoprogram.xyz/2016/08/01/apache-flume-hdfs-sink-tutorial/ 阅读全文
posted @ 2018-07-26 10:03 papering 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 。记录一个事物从开始,一直到当前状态的所有变化的信息。 漫谈数据仓库之拉链表(原理、设计以及在Hive中的实现) - 简书 https://www.jianshu.com/p/799252156379 阅读全文
posted @ 2018-07-26 09:40 papering 阅读(202) 评论(0) 推荐(0) 编辑
摘要: CrateDB: Real-time SQL Database for Machine Data & IoT | Crate.io https://crate.io/ 阅读全文
posted @ 2018-07-26 09:13 papering 阅读(134) 评论(0) 推荐(0) 编辑
摘要: all rows from client_id can grow infinitely compared to a single node when hashing by client_id Re: [pingcap/tidb] Performance comparison between TiDb 阅读全文
posted @ 2018-07-26 09:12 papering 阅读(171) 评论(0) 推荐(0) 编辑
摘要: Wed, 25 Jul 2018 16:01:18 chkMysqlFromOssUdpDB.py[line:185] INFO [UDP-OK][thread:140010784782144][process:25702]Wed, 25 Jul 2018 16:01:18 chkMysqlFrom 阅读全文
posted @ 2018-07-25 15:27 papering 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 锁粒度 MySQL :: MySQL 5.7 Reference Manual :: 14.5.2.4 Locking Reads https://dev.mysql.com/doc/refman/5.7/en/innodb-locking-reads.html MySQL :: MySQL 8.0 阅读全文
posted @ 2018-07-25 13:48 papering 阅读(143) 评论(0) 推荐(0) 编辑
摘要: org.apache.flume.EventDeliveryException: NettyAvroRpcClient { host: hadoop1, port: 41414 }: Failed to send event 阅读全文
posted @ 2018-07-25 10:33 papering 阅读(897) 评论(0) 推荐(0) 编辑
摘要: RC_百度百科 https://baike.baidu.com/item/RC/7311964?fr=aladdin RC=Release Candidate,含义是"发布候选版",它不是最终的版本,而是最终版(RTM=Release To Manufacture)之前的最后一个版本。广义上对测试有 阅读全文
posted @ 2018-07-25 10:09 papering 阅读(552) 评论(0) 推荐(0) 编辑
摘要: 【目的】实现 ll -as +hook+ clear Shell脚本及钩子 - CSDN博客 https://blog.csdn.net/shengzhu1/article/details/69322827 阅读全文
posted @ 2018-07-25 08:54 papering 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 答案{{index==0 ? '一' : (index==1 ? '二':'三' )}} 阅读全文
posted @ 2018-07-24 22:56 papering 阅读(430) 评论(0) 推荐(0) 编辑
摘要: D:\wamp64\wamp\bin\mysql\mysql5.6.17\bin>mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 Server version: 5.6.17 MySQL Community Server (GPL) Copyr... 阅读全文
posted @ 2018-07-24 21:38 papering 阅读(246) 评论(0) 推荐(0) 编辑
摘要: gnuplot gnuplot demo script: simple.dem http://gnuplot.sourceforge.net/demo/simple.html 阅读全文
posted @ 2018-07-24 07:41 papering 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 更优雅的 Golang 错误处理 - Go语言中文网 - Golang中文社区 https://studygolang.com/articles/9407 阅读全文
posted @ 2018-07-23 23:14 papering 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 在 PingCAP 的一些技术挑战 http://www.zenlife.tk/challenge-at-pingcap.md 在 PingCAP 的一些技术挑战 2018-06-02 事务优化 ACID 事务支持是 TiDB 的基础,也是核心竞争力。做 AP 强调性能,即使不保证强一致性至少还能用 阅读全文
posted @ 2018-07-23 21:35 papering 阅读(403) 评论(0) 推荐(0) 编辑
摘要: REST Principles and Architectural Constraints – REST API Tutorial https://restfulapi.net/rest-architectural-constraints/ REST Architectural Constraint 阅读全文
posted @ 2018-07-23 11:04 papering 阅读(189) 评论(0) 推荐(0) 编辑
摘要: The server never relies on information from previous requests. Statelessness As per the REST (REpresentational “State” Transfer) architecture, the ser 阅读全文
posted @ 2018-07-23 10:58 papering 阅读(212) 评论(0) 推荐(0) 编辑
上一页 1 ··· 113 114 115 116 117 118 119 120 121 ··· 186 下一页