Stella981 Stella981
3年前
Docker运行mysql,redis,oracle容器和SpringBoot项目
dokcer运行SpringBoot项目fromfrolvlad/alpineoraclejdk8:slimVOLUME/tmpADDtarget/demo0.0.1SNAPSHOT.jarapp.jarENTRYPOINT\"java","jar","/app.jar"\dock
Stella981 Stella981
3年前
Android内购订单验证
直接上代码:functiongoogleVerify($sdata,$google_public_key){$sdatajson_decode($sdata,true);$in_app_purchase_dataisset($sdata'receipt')?$sdata'
Stella981 Stella981
3年前
Android 上使用其他应用的功能
//安卓打开指定APP功能,appPackageName,appClassName可以在Logcat中找到      ComponentName component  new ComponentName("appPackageName","appClassName");      Intent intent  new
Stella981 Stella981
3年前
Android开发
前言:在我们使用App时,难免会看见App首界面会有一些广告或者动画什么的,总会有个几秒的缓冲时间,那么本博文就用最通俗易懂的3中方式教会你界面缓冲效果;界面缓冲:一.线程(Thread):二:Handler:三:Timer:一.线程(Thread):线