原创 what is http and how web works

the HTTP protocol & how the web works ​ The HTTP protocol HTTP = __H__yper__t__ext __T__ransfer __P__rotocol the HT

原创 10 python tips and tricks for writing better code

10 python tips and tricks for writing better code 1. condition eg-1 condition = True if condition: x = 1 else:

原创 C# List 將各個元素組合成一個新的字符串

來源:https://zhidao.baidu.com/question/1926774620317851987.html List<string> MyString= new List<string>(); string nStr

原创 Git的使用(LINUX/Ubuntu下)

可參考視頻資料:b站搜索"git使用",up主"不咲貓"(音:xiao mao)   0.建立git目錄(倉庫/代碼庫)    git init (在本機電腦上新建的某個文件夾下執行此句,表示那個文件夾可以被git管理)    執行此句之

原创 winform爲了美化界面IrisSkin4.dll後,界面顯示很混亂,難看,界面上有錯亂的線條,卡頓的解決辦法

將引用目錄中的PresentationCore和PresentationFramework移除,就好了。 可能是這兩個dll和IrisSkin4.dll有某些不合的原因導致的界面混亂。 建議移除這兩個dll後,測試一下程序所有的功能是否正

原创 如何查看gitlab版本號, 如何查看gitlab runner版本號

一、 在你的項目的頁面右上角,點擊問號按鈕,點擊"help",彈出的頁面中會包含gitlab版本信息。   二、 在終端輸入gitlab-runner  --version可以查看runner的版本信息

原创 mysql5.7.26安裝步驟

1.下載安裝包,解壓,將解壓後的安裝包放在D盤下的MySql文件夾下,並新建my.ini文件。(注意解壓後的包中應該沒有Data文件夾和my.ini文件,如果有,刪掉。)       2.爲my.ini添加內容如下: [client

原创 解決Linux下PermissionDenied問題(給文件授權)

有時候用U盤拷貝文件到linux,發現拷貝過去的東西無法使用,提示Permission Denied ,如何解決呢?   假設有目錄MyDir,你想要更改MyDir下的文件myData的讀寫權限,那麼: 在終端上進入MyDir目錄,在終端

原创 網友自己實現一個C#的INI文件讀寫類,非常好用

 來源於網絡,具體地址不詳 /* ini文件操作類 */ public class INIOperationClass { #region INI文件操作 /*

原创 usage of leiningen and clojure

usage of leiningen and clojure leiningen how to install install java sudo apt-get update sudo apt-get install op

原创 usage of softlinks

usage of symbolic links symbolic links also called soft links,soft links is means shortcut as windows,it has differ

原创 the difference between nvidia-docker,docker,nvidia-docker runtime

nvidia-docker is old and deprecated, it install nvidia-container-runtime. nvidia-container-runtime is old and deprecate

原创 base command of linux

  i m very happy and honor to tell you sth about linux shell,linux shell is easy to learn ,       as a beginner,you ju

原创 遇到E: Unable to correct problems, you have held broken package的解決辦法

參考https://blog.csdn.net/baidu_19473529/article/details/78013695中的第二種方法。 即:執行兩步操作: sudo apt-get install aptitude sudo

原创 Ubuntu安裝tmux步驟

  本文概述:首先,我們去github的tmux頁面,也就是這個網址https://github.com/tmux/tmux,上面說到,要先安裝libevent和cuners的依賴,於是我們先要安裝這些依賴。 然後再安裝tmux   一、