原创 【初探】判斷系統位數及主機字節序

1.判斷64位32位 方法一:用sizeof() #include <stdio.h> int main(void) { printf("%d\n", sizeof(void *)): return 0; }

原创 markdown 學習ING

1.更改字體顏色,字體大小,字體:  <font color = red> 紅色</font>  <font size= 18> 18</font>  <font face="微軟雅黑”>微軟雅黑</font>   2.

原创 【裸奔吧linux】vmstat:一個系統監控工具,常用於性能分析

一. ubuntu14.04的man vmstat 描述: NAME vmstat - Report virtual memory statistics(報告虛擬內存統計信息) SYNOPSIS vms

原创 哈希表學習總結

什麼是哈希表, 哈希函數, 關鍵字? 關鍵字: 用戶數據 哈希表(Hash Table): 也叫散列表, 是根據關鍵碼值(Key Value) 直接進行數據訪問的數據結構. 哈希函數: 也叫散列函數, 是key和[結果]

原创 快速排序及三向切分快速排序

author: i.sshe email: [email protected] github: https://github.com/isshe 1.快速排序   是一種分治的排序算法。切分元素的選擇關係到算法的性能,

原创 【裸奔吧linux】ubuntu 個人收藏軟件列表

一. 開發工具 1. java 系列: jdk, jre… //安裝在/usr/lib/jvm, 環境變量在~/.bashrc sudo add-apt-repository ppa:webupd8team/jav

原创 【裸奔吧linux】ipcs:提供關於進程間通信(ipc)的信息

NAME ipcs - provide information on ipc facilities SYNOPSIS ipcs [-asmq] [-tclup] ipcs [-smq] -

原创 【裸奔吧linux】tcpdump:包捕獲器

tcpdump不但可以分析數據的流向,還能監聽數據包的內容! NAME tcpdump - dump traffic on a network SYNOPSIS tcpdump [ -AbdDefhH

原创 exit(),_exit(),_Exit()

關於exit(),_exit(),_Exit() author: i.sshe email: [email protected] github: https://github.com/isshe 綜述: _exit(

原创 【裸奔吧linux】netstat: 顯示網絡連接,路由表,接口統計信息,多播成員

netstat - Print network connections, routing tables, interface statistics, masquerade connections, and multicast m

原创 【初探】快速排序學習總結

isshe 20160626 https://github.com/isshe/ 1.什麼是快速排序? 快速排序的思想是:   以一個元素K的值爲基準, 把要排序數據分爲”比K大的”和”比K小的”兩部分. 再對這

原创 堆-堆排序學習總結

1.堆是什麼?   堆是一種特殊的完全二叉樹.   其中, 堆又分爲最大堆和最小堆.   最大堆: 任一父節點的值都比左右節點的值大.   最小堆: 任一父節點的值都比左右節點的值小. 2.

原创 歸併排序-自頂向下/自底向上

author: i.sshe email: [email protected] github: https://github.com/isshe 歸併排序[二路] 歸併排序是將要排序數組遞歸地分成兩半分別排序,然後將

原创 【資源彙總】個人上傳資源彙總

文章目錄資源彙總1. 視頻播放器2. 待續emmm... 日期:2016.10.8 作者:isshe github:github.com/isshe 郵箱:[email protected] 平臺:ubuntu16.04 64bi

原创 Linux 工具 | 第1篇:高級流控-TC+HTB+IFB+內核模塊

作者:isshe 日期:2018.09.19 郵箱:[email protected] github: https://github.com/isshe 高級流控-TC+HTB+IFB+內核模塊1. 前言2. 約定及環境3. 需