代码改变世界

随笔档案-2018年08月

mac缺少librt问题记录

2018-08-29 11:35 by 轩脉刃, 2087 阅读, 收藏, 编辑
摘要: 在mac下编译一个程序的时候遇到错误 librt.so主要是glibc对real time部分的支持.所以一般含有 include头文件的代码,编译的时候需要加上 lrt makefile里面有使用 lrt的命令 网上有很多文章意思是mac的lib和include库需要引用下:https://blo 阅读全文

slice全解析

2018-08-24 18:02 by 轩脉刃, 1107 阅读, 收藏, 编辑
摘要: slice全解析 昨天组内小伙伴做分享,给出了这么一段代码: package main import ( "fmt" ) func fun1(x int) { x = x + 1 } func fun2(x int) { x = x + 1 } func fun3(x []int) { x = ap 阅读全文

webdav 概览

2018-08-14 21:08 by 轩脉刃, 2734 阅读, 收藏, 编辑
摘要: webdav 概览 WebDav(Web Distributed Authoring and Versioning) 是一个控制远端Web资源的协议,它基于HTTP1.1。它的定义在RFC 4918(https://tools.ietf.org/html/rfc4918)。这个协议的场景可以是分布式 阅读全文

准备PPT过程中的一些文档记录

2018-08-13 20:58 by 轩脉刃, 377 阅读, 收藏, 编辑
摘要: http://jm.taobao.org/2016/12/23/20161223/ https://www.csdn.net/article/2015 02 10/2823900 https://daily.zhihu.com/story/4301040 淘宝架构网分享总结: http://www. 阅读全文