07 2017 档案

get android or ios appname
摘要:get app name from GP or itunes 阅读全文

posted @ 2017-07-31 10:51 iokde.com 阅读(831) 评论(0) 推荐(0)

baidu voice tts build
摘要:C++: g++ -c base64.cpp -o base64.o copy json.a curl.a to project root dir g++ sample.cpp -L. -ljson -lcurl base64.o -o samlpe test to speech software 阅读全文

posted @ 2017-07-30 16:43 iokde.com 阅读(199) 评论(0) 推荐(0)

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 阅读(345) 评论(0) 推荐(0)

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

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

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 阅读(1322) 评论(0) 推荐(0)

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 阅读(1936) 评论(0) 推荐(0)

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 阅读(801) 评论(0) 推荐(0)

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 阅读(352) 评论(0) 推荐(0)

导航