Golang 【已解决】go get报错unrecognized import path “golang.org/x/net/context”… 今天安装gin框架,首先下载gin,命令如下: go get gopkg.in/gin-gonic/gin.v1 结果报错: package golang.org/x/net/context: unr... 04月25日 阅读 58,333 views 发表评论 阅读全文
c/c++ 【翻译】C++操作MongoDB教程 基于legacy驱动的C++ MongoDB教程。 版本:mongo-cxx-driver-legacy-1.1.2 开发参考API:https://mongodb.github.io/mongo-c... 04月23日 阅读 10,059 views 发表评论 阅读全文
Golang 【整理】一些非常棒的golang学习资料参考 Go by Example https://gobyexample.com/ Go Resources Books http://www.golang-book.com/ 04月22日 阅读 2,979 views 发表评论 阅读全文
c/c++ 【整理】Linux下C开发获取昨天日期 参考:http://stackoverflow.com/questions/4748956/how-do-i-get-yesterdays-date-in-c 核心代码: time_t now; st... 04月21日 阅读 3,974 views 发表评论 阅读全文
Golang 【翻译】Go Web服务器如何访问目录文件 [caption id="attachment_2996" align="aligncenter" width="1920"] Star trails and a bristlecone pine a... 04月20日 阅读 5,878 views 发表评论 阅读全文
Golang 【翻译】用Go开发RESTful JSON API(Making a RESTful JSON API in Go) 原文出处:https://thenewstack.io/make-a-restful-json-api-go/ 在这篇文章中,我们不仅将介绍如何使用Go来创建RESTful JSON API,而且还将... 04月18日 阅读 5,364 views 发表评论 阅读全文
Python 【整理】Python对list中的list排序, Python嵌套list排序 原链接:How to sort a list of lists by a specific index of the inner list? from operator import itemgett... 04月14日 阅读 4,990 views 发表评论 阅读全文
Python 【分享】Python – 了解bytes、str与unicode的区别 Python的字符串编码很容易把人搞混,分享一篇文章,用来解释python 2.x 与 3.x的编码。 Python3有两种表示字符序列的类型:bytes和str。前者的实例包含原始的8位值,后者的实... 04月13日 阅读 9,559 views 发表评论 阅读全文
软件 【分享】支持windows10高分屏的屏幕拾色器,高分辨率屏幕拾色器 下了不少屏幕拾色器,只有: Just Color Picker 满足我的需求,支持windows 10高分屏的颜色采集。 下载地址:JustColorPicker下载 04月11日 阅读 4,424 views 1 阅读全文
Cython 【整理】Cython返回C/C++ struct类型数据 整理来源:http://www.howtobuildsoftware.com/index.php/how-do/bz9f/python-c-cython-cannot-return-c-struct-... 04月08日 阅读 8,957 views 发表评论 阅读全文