1.
// 一款選擇框架**片段compile 'com.bilibili:boxing-impl:0.6.0'
private void效果如下:selectimage()
2.// picasso 好用的開源框架
compile 'com.squareup.picasso:picasso:2.5.2'**片段
picasso.with(enrollactivity.this).load(new file(path)).placeholder(r.drawable.head3.).error(r.drawable.head
).into(imageview);
//時間匯流排框架
compile 'org.greenrobot:eventbus:3.0.0'**片段
註冊 解除
@override傳送事件protected void
onstart()
@override
protected void
onstop()
eventbus.getdefault().post(new faceresponse(0接收事件, faceresponse.facetype.detection
, list));
@subscribe(threadmode = threadmode.main4.// 好用的彈窗動畫框架)public void
onmessageevent(faceresponse event) else }};
compile 'cn.pedant.sweetalert:library:1.3'**片段
@override效果public void
showsuccess(final string title, final string msg) else
dialog.setconfirmtext("確定").setconfirmclicklistener(new sweetalertdialog.onsweetclicklistener()
});dialog.settitletext(title).setcontenttext(msg).show();
} });
}
5.// 好用的裁剪框架 配合bilibili 一起使用效果更佳
compile('com.yalantis:ucrop:2.2.0')**片段
@nonnull string path, int requestcode)6. // glide 載入框架throwable throwable = ucrop.geterror(data);
if (throwable != null)
return ucrop.getoutput(data);
}
compile 'com.github.bumptech.glide:glide:3.7.0'**片段
glide.with(this)7..load(path)
.dontanimate()
.diskcachestrategy(diskcachestrategy.none
) .skipmemorycache(true)
.error(r.mipmap.user_icon
) .placeholder(r.mipmap.user_icon
) .bitmaptransform(new cropcircletransformation(this))
.into(head);
//compile group: 'org.bouncycastle', name: 'bcprov-jdk15', version: '1.45'
// compile group: 'commons-codec', name: 'commons-codec', version: '1.10'
return new string(base64.encodebase64(tmp));
歸納一下平時使用過的oracle函式
學習使用oracle也有一年多了,之前使用過的一些函式,鄙人現在將其做一些歸納,如果忘記了可以隨時檢視。一 字元函式 1 length str 返回表示式中的字元數 select length hello world from dual 返回結果 12select instr hello world...
記錄一下自己用過的語音播報功能
用的是微軟自己的類庫 using system.speech.synthesis 首先新增引用 然後建立speechsynthesizer 物件 初始化引數 private void form1 load object sender,eventargs e 調節音量 private void tra...
2020 06 07記錄一下
軟體測試技術型方向 自動化測試工程師,效能測試工程師,安全測試工程師等專項技術方發展 初級軟體測試人員專業知識 1 軟體功能測試技術,體現在用例設計和缺陷設計兩方面。主要包括軟體需求規格說明書的評審 測試計畫 測試用例設計技術 環境搭建 測試執行 缺陷提交 回歸測試 測試報告等。2 web自動化測試...