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 阅读(695) 评论(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 阅读(545) 评论(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 阅读(805) 评论(0) 推荐(0) 编辑

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

posted @ 2018-01-04 15:19 itdef 阅读(1242) 评论(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 阅读(11408) 评论(5) 推荐(2) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示