原创 Android9.0,5.0,6.0,7.0,8.0新特性整理

    Android 9.0新特性 1、全面屏支持,Android P加入了對劉海屏的支持,谷歌稱之爲凹口屏幕(display with a cutout)。藉助最新的提供的DisplayCutout類,開發者可以找到非功能區域的位置和

原创 SourceInsight常用設置和快捷鍵大全

Source Insight 常用設置和快捷鍵大全 熟悉Source Insight步驟: 安裝軟件,建個工程,按照下面的流程一個一個試一遍  常用的配置: 1. 工程文件位置如何顯示爲相對路徑 Project->Project Sett

原创 touchGFX學習

一、touchGFX入門 1.touchGFX軟件及visual Studio安裝與聯調https://www.jianshu.com/p/777c7a75ade7 2.按鈕與消息響應https://www.jianshu.com/p/e

原创 C&C++學習

C++類的構造函數和析構函數 https://blog.csdn.net/qq_35481167/article/details/83618684 C++中不同類型對象的存放位置 https://blog.csdn.net/qq_3548

原创 多語言測試用

#include<iostream> #include<string> using namespace std; template <typename T> int getArrayLen(T& array) { static int j

原创 9.19用

#include<iostream> #include<string> using namespace std; template <typename T> int getArrayLen(T& array) { static int j

原创 DOS命令學習-未完

強行刪除腳本: DEL /F /A /Q \\?\%1 RD /S /Q \\?\%1

原创 VS簡單設置及快捷鍵-未完

Ctrl+A:  全選 Ctrl+F:  查找 Ctrl+G:  轉到指定行 Ctrl+U:  轉小寫 Ctrl+W: 選擇當前單詞 Ctrl+Shift+A: 新建類 Ctrl+Shift+F: 在文件中查找 Ctrl+Shift+N:

原创 AndroidStudio常用快捷鍵及設置

一、常用快捷鍵 雙擊shift::搜索文件名 Ctrl+E:查看最近打開文件 Ctrl+F12:搜索方法、屬性 Ctrl+/:行屏蔽 //.... Ctrl+shift+/:段屏蔽/*.......*/ Ctrl+D:會複製粘貼所選塊,不

原创 谷歌瀏覽器總是崩潰問題

原文鏈接:https://jingyan.baidu.com/article/4f34706e13d250e387b56de4.html 解決谷歌瀏覽器總是崩潰問題 https://jingya

原创 工具下載

安卓工具下載 1.studio下載:https://developer.android.google.cn/studio 2.gradle下載:https://services.gradle.org/distributions/  

原创 Linux介紹及簡單操作

1.Linux系統目錄結構 常用目錄結構 /bin:存放着最常用的程序和指令 /root:系統管理員的用戶主目錄。 /home:用戶的主目錄,以用戶的賬號命名的。 詳細目錄結構可以參考: https://www.runoob.com/li

原创 git 基礎命令

1.安裝git sudo  apt-get install git-core gitk 2.git設置文件狀態顏色 設置編輯器: git config --global color.editor emacs 設置UI顏色開關: git c

原创 Source Insight 常用設置和快捷鍵大全

Source Insight 常用設置和快捷鍵大全 熟悉Source Insight步驟: 安裝軟件,建個工程,按照下面的流程一個一個試一遍  常用的配置: 1. 工程文件位置如何顯示爲相對路徑 Project->Project Sett

原创 Android基礎面試題

Android基礎面試題 多線程 Android中的多線程分爲四種實現方式: handler+thread handler.sendMessage() 然後handleMessage去處理 優缺點:          1..Handler