上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页

2017年7月19日

doubleclick adx note

摘要: 1, cid . is billing_id from Main.html#PRETARGETING otherwise creative id will not upload to creatives list 2, click macro is needed in banner and vide 阅读全文

posted @ 2017-07-19 20:52 iokde.com 阅读(294) 评论(0) 推荐(0) 编辑

protobuf GetExtension

摘要: get extention values from proto file 阅读全文

posted @ 2017-07-19 20:50 iokde.com 阅读(642) 评论(0) 推荐(0) 编辑

2017年7月18日

golang json html escape unicode

摘要: https://play.golang.org/p/FAH-XS-QMC https://github.com/gin-gonic/gin/issues/693 it will return unescape url 阅读全文

posted @ 2017-07-18 16:31 iokde.com 阅读(1292) 评论(0) 推荐(0) 编辑

2017年7月14日

golang fatal error: concurrent map read and map write

摘要: 调试程序的时候,为了打印map中的内容 ,直接 使用seelog 的方法打印 map中的内容到日志,结果出现 “concurrent map read and map write”的错误,导致程序异常退出,后来将代码注释后恢复正常。猜想了下是log 打印属于写操作,取出map内容的时候属于读操作,l 阅读全文

posted @ 2017-07-14 11:22 iokde.com 阅读(1885) 评论(0) 推荐(0) 编辑

2017年7月5日

git pull refusing to merge unrelated histories

摘要: 1. 简介 最近的项目开发环境我换到实验室的机器上了,毕竟是台式机,速度杠杠的。于是出现了一个问题,台式机上面的代码我笔记上的代码同步的问题。于是想到了Git这个强大的工具。关于git的简介我就不说了,网上一大堆。直接上干货。 2. 环境 1.我的系统:Windows7 2.git版本:2.9.2 阅读全文

posted @ 2017-07-05 10:02 iokde.com 阅读(789) 评论(0) 推荐(0) 编辑

2017年7月4日

doubleclick protobuf file load to project

摘要: 1,download protobuf file to local wget https://developers.google.com/ad-exchange/rtb/downloads/openrtb-proto.txt wget https://developers.google.com/ad 阅读全文

posted @ 2017-07-04 15:32 iokde.com 阅读(332) 评论(0) 推荐(0) 编辑

2017年6月29日

WebSafeBase64Decode

摘要: WebSafeBase64Decode golang (adapter zplay doubleclick ) func base64url_decode(s string) ([]byte, error) { base64Str := strings.Map(func(r rune) rune { switch r { case '-': ... 阅读全文

posted @ 2017-06-29 21:21 iokde.com 阅读(749) 评论(0) 推荐(0) 编辑

2017年6月8日

mac sz rz file tras

摘要: 安装Zmodem的实现 阅读全文

posted @ 2017-06-08 18:34 iokde.com 阅读(197) 评论(0) 推荐(0) 编辑

2017年6月6日

shell excute mongo query command

摘要: use shell command method one: method two: refer:http://ask.helplib.com/281277 refer: http://www.epubit.com.cn/book/onlinechapter/27994 阅读全文

posted @ 2017-06-06 15:53 iokde.com 阅读(203) 评论(0) 推荐(0) 编辑

golang . xml output with cdata

摘要: out put with cdata output result: 阅读全文

posted @ 2017-06-06 15:33 iokde.com 阅读(858) 评论(0) 推荐(0) 编辑

上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页

导航