01 2018 档案

go语言练习
摘要:1 // main 2 package main 3 4 import ( 5 "fmt" 6 "runtime" 7 "sync" 8 ) 9 10 func main() { 11 fmt.Println("Hello World!") 12 runtime.GOMAXPROCS(1) 13 v 阅读全文

posted @ 2018-01-20 16:00 itdef 阅读(741) 评论(0) 推荐(0)

c++ boost 苹果内购 IAP验证
摘要:1 // 1111.cpp: 定义控制台应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include <cstdlib> 6 #include <iostream> 7 #include <boost/bind.hpp> 8 #include <boost/as 阅读全文

posted @ 2018-01-06 16:07 itdef 阅读(556) 评论(0) 推荐(0)

c++11 template 模板练习
摘要:直接上代码吧 to do 1 // 111111.cpp: 定义控制台应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include <iostream> 6 #include <map> 7 #include <sstream> 8 #include <algo 阅读全文

posted @ 2018-01-05 15:15 itdef 阅读(817) 评论(0) 推荐(0)

c++11 多线程依次打印ABC
摘要:并发 练习代码 阅读全文

posted @ 2018-01-04 15:19 itdef 阅读(1249) 评论(0) 推荐(0)

windows下使用redis c++
摘要:redis是高效key-value NOSQL 数据库 代码开源 windows下使用需要使用微软在redis官方上的改进版 地址 https://redis.io/download 寻找windows的版本 https://github.com/MicrosoftArchive/redis 我这里 阅读全文

posted @ 2018-01-02 16:15 itdef 阅读(11515) 评论(5) 推荐(2)

导航