2017年4月14日

elastic search 日期为string类型导致视图无法展示时间的解决办法

摘要: 尝试将结构化的json数据发送到es(elastic search)上,然后创建视图,这样就能以小时维度查看数据,直接使用post发送到es后,创建索引,结果提示 没有date类型的字段(field)。经过一番搜索和请教同事同学,最后尝试如下方法解决: 删除原有的索引,然后在发送数据到ES前的时候先 阅读全文

posted @ 2017-04-14 17:45 iokde.com 阅读(1615) 评论(0) 推荐(0) 编辑

2017年4月6日

ubuntu 安装php 报错解决

摘要: 安装php时候遇到的问题: dpkg: 处理软件包 php7.1-opcache (--configure)时出错: 依赖关系问题 - 仍未被配置dpkg: 依赖关系问题使得 php7.1-readline 的配置工作不能继续: php7.1-readline 依赖于 php7.1-common;然 阅读全文

posted @ 2017-04-06 14:00 iokde.com 阅读(592) 评论(0) 推荐(0) 编辑

2017年4月1日

ruby hash 默认值的问题

摘要: 参考:http://stackoverflow.com/questions/16159370/ruby-hash-default-value-behavior 使用ruby hash 默认值为空数组,向key 对应的value 追加值然后去get一个不存在的key 时候发现value为 一个非空的a 阅读全文

posted @ 2017-04-01 16:37 iokde.com 阅读(337) 评论(0) 推荐(0) 编辑

2017年3月30日

nexage video asset tag

摘要: video ad can't show InLine must match the example ,and xml content is Case Sensitive https://learn.onemobile.aol.com/hc/en-us/articles/209971367-Bid-R 阅读全文

posted @ 2017-03-30 16:15 iokde.com 阅读(268) 评论(0) 推荐(0) 编辑

2017年3月26日

获取的时候报cannot find package "golang.org /x/net/context",编译也报错误

摘要: gitclone 这个https://github.com/golang/net.git ,编译通过了。 创建了相应的golang.org/x/ 路径, 然后将克隆的目录 放回golang.org/x/ 的目录下 阅读全文

posted @ 2017-03-26 22:55 iokde.com 阅读(13639) 评论(0) 推荐(0) 编辑

2017年3月24日

google play apk 下载

摘要: https://apps.evozi.com/apk-downloader/?id=com.sgiggle.production 阅读全文

posted @ 2017-03-24 16:23 iokde.com 阅读(324) 评论(0) 推荐(0) 编辑

2017年3月15日

vim golang 插件

摘要: 最好用的vim golang 插件 可自动缩进 git clone git@github.com:aimin/InstallvimGo.git 阅读全文

posted @ 2017-03-15 12:08 iokde.com 阅读(152) 评论(0) 推荐(0) 编辑

2017年3月10日

CentOS升级Python2.6到Python2.7并安装pip

摘要: 貌似CentOS 6.X系统默认安装的Python都是2.6版本的?平时使用以及很多的库都是要求用到2.7版本或以上,所以新系统要做的第一件事必不可少就是升级Python啦!在这里做个简单的升级操作记录 :) 貌似CentOS 6.X系统默认安装的Python都是2.6版本的?平时使用以及很多的库都 阅读全文

posted @ 2017-03-10 11:35 iokde.com 阅读(174) 评论(0) 推荐(0) 编辑

2017年2月9日

smaato request response (rich media)

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2017-02-09 15:49 iokde.com 阅读(2) 评论(0) 推荐(0) 编辑

2016年11月22日

dynamoDb 使用

摘要: 如果写入时候结构体为: type Item struct { DeviceId string `dynamo:"deviceid"` Play int `dynamo:"play"` } 写入结果后修改DeviceId 为DeviceIdAAA,那么利用Item.DeviceIdAAA将获取不到de 阅读全文

posted @ 2016-11-22 13:56 iokde.com 阅读(393) 评论(0) 推荐(0) 编辑

导航