11 2019 档案
摘要:UAC(User Agent Client) 和 UAS(User Agent Server) SIP协议采用Client/Server模型。每一个请求(Request)触发服务器的一个操作;每个操作被称为方法(Method);每个请求除了指明具体方法外,还携带了一系列的头域(Header fiel
阅读全文
摘要:theme 推荐: https://github.com/mmistakes/minimal-mistakes https://github.com/poole/lanyon https://github.com/johno/pixyll https://github.com/planetjekyl
阅读全文
摘要:https://github.com/jtoy/awesome-tensorflow https://github.com/Amin-Tgz/awesome-tensorflow-2 https://github.com/EliotAndres/awesome-tensorflow-2 https:
阅读全文
摘要:转自 https://cloud.tencent.com/developer/article/1087417 一般生成随机数,可以用glibc提供的random()函数,不过这个是伪随机的函数,所以一般会在使用使用random函数之前初始化种子:srandom(time()),或者使用srandom
阅读全文