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 阅读(603) 评论(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 阅读(345) 评论(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 阅读(322) 评论(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 阅读(13697) 评论(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 阅读(486) 评论(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 阅读(158) 评论(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 阅读(181) 评论(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 阅读(402) 评论(0) 推荐(0)

dynamoDb aws config aws_access_key_id aws_secret_access_key golang

摘要: how to set aws_access_key_id 参考: https://github.com/search?q=awscfg.WithCredentials&type=Code&utf8=%E2%9C%93 https://github.com/pr8kerl/cloudwatcher/b 阅读全文

posted @ 2016-11-22 11:45 iokde.com 阅读(354) 评论(0) 推荐(0)

导航