原创 【轉】Go Module:私有不合規庫怎麼解決引用問題

  原文:https://mp.weixin.qq.com/s/Q28LwtYfU7KH_Zy0VbHvOA https://zhuanlan.zhihu.com/p/420764860   ---------------------- 大

原创 【轉】Modules in Rust

原文:https://www.educative.io/edpresso/modules-in-rust --------------------------- In Rust, modules are containe

原创 【轉】rust中impl關鍵字的用法---What is the Impl keyword in Rust?

  原文:https://www.educative.io/edpresso/what-is-the-impl-keyword-in-rust ----------------- The impl keyword in Rust i

原创 【轉】rust中impl關鍵字的用法(二)---What is the Impl keyword in Rust?

   原文:https://www.educative.io/edpresso/what-are-traits-in-rust -------------------------------------------  

原创 【轉】Options in Rust

原文:https://www.educative.io/edpresso/options-in-rust -------------------------------- The Option<T> enum in Rust can

原创 【轉】理解Golang的Time結構

  原文:https://www.jianshu.com/p/480ac51a22c0 --------------------     理解Golang的Time結構 simpleapples關注 0.2852018.10.26 1

原创 【轉】LWIP初體驗-修改ST官方demo

原文:https://www.cnblogs.com/Fireflycjd/p/14687319.html 系列文章學習: https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzIxNTg1NzQw

原创 【轉】Ubuntu 20.04修改ip地址

  原文:https://www.cnblogs.com/3Dgenome/p/14195450.html   network:   ethernets:     ens33:     #配置的網卡的名稱       addresses:

原创 【轉】golang go doc 與 godoc 文檔生成查看

注意,要將項目 zz (文件夾)放在GOPATH指定的某個目錄的src下。如GOPATH爲:GOPATH="/root/go:/data/code" 則可以將目錄 zz 放到  /data/code/src下面!!            

原创 【轉】二叉搜索樹go實現

原文:http://www.xtgxiso.com/   二叉查找樹,又叫二叉排序樹,二叉搜索樹,是一種有特定規則的二叉樹,定義如下 它是一棵二叉樹,或者是空樹 左子樹所有節點的值都小於它的根節點,右子樹所有節點的值都大於它的根節點 左右

原创 【轉】golang多核的使用

    原文:http://www.xtgxiso.com/golang%E5%A4%9A%E6%A0%B8%E7%9A%84%E4%BD%BF%E7%94%A8/      上面是設置, runtime.GOMAXPROCS(4), 下

原创 【轉】windows設置臨時環境變量path

原文:https://www.cnblogs.com/jxzheng/p/5185966.html -------------- 所有在命令行下對環境變量的修改只對當前窗口有效,不是永久性的修改。 1.查看當前所有可以的環境變量:輸入set

原创 【轉】linux設置http/https proxy及忽略proxy的方法

  原文: https://www.cnblogs.com/marklove/p/10805432.html     . 設定代理:. ~/.proxyenv 1 #!/bin/sh 2 3 # for terminal 4

原创 【轉】win10 + vs2017 + vcpkg —— VC++ 打包工具(示例代碼)

    原文:https://www.136.la/shida/show-3367.html https://vcpkg.io/en/getting-started.html   ------------------------------

原创 【轉】MySQL GRANT:用戶授權

  原文:http://c.biancheng.net/view/7502.html ---------------------   授權就是爲某個用戶賦予某些權限。例如,可以爲新建的用戶賦予查詢所有數據庫和表的權限。MySQL 提供了 G