原创 經典的C++設計方法

先new 一個工廠:工廠裏面包含一個抽象的產品,new 產品的時候,new 出具體的產品,產品包含包裝和東西。                                                                

原创 java學習

1.Java之final關鍵字詳解

原创 android

1.環境搭建 Android Studio解決Error:moudle not specified: 見下面熱評,運行可能時間比較久,大概5分鐘 not pession: sudo chown name -R /dev/kvm  

原创 ffmpeg學習記錄

1.引用:[總結]FFMPEG視音頻編解碼零基礎學習方法 2.源碼:git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg 編譯:sudo apt-get install yasm;./con

原创 svn

https://www.runoob.com/svn/tortoisesvn-intro.html

原创 把一個文件分成幾個文件

#include <stdio.h> #include <stdlib.h> #include <iostream> using namespace std; #define BUFF_SIZE (1024*1024) int m

原创 設計模式(五)--行爲類模式

1.書本鏈接:https://www.kancloud.cn/sstd521/design/193529 本文引用博客:https://blog.csdn.net/zhengzhb/article/category/926691 1.模板

原创 設計模式(四)--結構類模式

1.書本鏈接:https://www.kancloud.cn/sstd521/design/193529 本文引用博客:https://blog.csdn.net/zhengzhb/article/category/926691

原创 設計模式(三)--創建類模式

1.書本鏈接:https://www.kancloud.cn/sstd521/design/193489 本文引用博客:https://blog.csdn.net/zhengzhb/article/details/7331369 1.單例

原创 Ubuntu18.04使用

1.系統類 解決Ubuntu“下載額外數據文件失敗 ttf-mscorefonts-installer”的問題https://www.zeyes.org/blog/2017/09/solve-ubuntu-download-ttf-ms

原创 C++使用

Google代碼規範https://blog.csdn.net/freeking101/article/details/78930381 c與c之間調用C++與C之間相互接口和庫函數調用C語言封裝 C++的類,在 C裏面使用 C++

原创 設計模式(二)--六大設計原則

1.書本鏈接:https://www.kancloud.cn/sstd521/design/193489 本文引用博客:https://blog.csdn.net/zhengzhb/article/details/7278174 2.第一

原创 設計模式(一)--類之間的關係

1.參考鏈接: [設計模式中類的關係]https://blog.csdn.net/zhengzhb/article/details/7187278 [依賴、關聯、聚合和組合之間區別的理解]https://blog.csdn.net/zhe

原创 repo init成功,repo sync出現repo sync Permission denied (publickey)

1.現象:repo init的郵箱和repo sync出現的郵箱不一致 首先,確保repo init之後log中提示的郵箱是正確的, 接着,發現repo sync與repo init郵箱不一致,因爲repo sync 的郵箱是根據電腦用戶

原创 Gstreamer學習

1.官方網站:https://gstreamer.freedesktop.org/documentation/index.html 2.插件內存:https://zhuanlan.zhihu.com/p/19597928?utm_sour