string的查詢
find/rfind函式可以傳三種東西
1.字元
2.字串
3.字元容器
find是從前面開始找
rfind是從後面開始找
預設引數:
從什麼位置開始找
找到了返回下標,找不到返回-1.但是由於返回值的型別是unsigned型別,所以列印出來就成了4294967295.
getline是為了解決cin輸入字串碰到空格就的問題,getline碰到回車才會停`
#includeusing namespace std;
int main()
#include#includeusing namespace std;
int main()
sharedPreference的基本用法
android儲存資料的形式主要有四種 1 sharedpreference,是乙個系統定義好的xml檔案 2 檔案系統 3 sqlite 4 網路儲存 這裡是sharedpreference 寫入 1 建立新的sharedpreference sharedpreferences sharedpre...
Spring Integration基本用法
關於spring integration的介紹這裡不需要贅述,現在我們需要實現的是傳送乙個param,裡面有兩個引數datatype和data,datatype是0和1除外的捨棄,剩餘datatype 0的資料往oldchannel通道發,剩餘datatype 1的資料往newchannel通道發,...
elastic search head 基本用法
elastic search head 基本用法 es 安裝方法 資源監控和集群管理外掛程式 bin plugin install lukas vlcek bigdesk 資料查詢外掛程式 bin plugin install mobz elasticsearch head 理解性 index 類似...