夜间模式暗黑模式
字体
阴影
滤镜
圆角
主题色

分类:博客

215 篇文章

ObjectAnimator动画连续播放停顿
ObjectAnimator animator = ObjectAnimator.ofFloat(circle_audio, "rotation", 0f, 359); animator.setDuration(5000); animator.setRepeatMode(ValueAnimator.RESTART); animator.setRep…
ProgressBar and SeekBar
共有属性 * progressDrawable 内容可以如下设置: ``` //覆盖系统 id 实现自定义 background //在 item 中写会实现圆角功能 如果要直角在 item 中写 background 参数.
Android ViewPager Bug
here is thoow err code:``` java.lang.NullPointerException at android.support.v4.app.FragmentManagerImpl.execSingleAction(FragmentManager.java:1629) at android.support.v4.app.B…
mongodb自动关闭
log:``` 2016-10-13T13:30:11.051+0800 I STORAGE [signalProcessingThread] shutdown: removing fs lock... 2016-10-13T13:30:11.051+0800 I CONTROL [signalProcessingThread] dbexit: r…
iOS中的delegate.
iOS的delegate学习的过程中找了好多的资料说的都很模糊自己总结的:只有一点.就是callback. 在.h文件中写出: @protocol XxxDelegate @required -(void) methodName:(id *)methodValue; @end @interface Xxx :NSObject{ id<xxxD…
ownCloud不能选择语言.
研究得出结论,为php.ini的锅编辑php.ini(lnmp或lnmpa的默认php.ini路径为/usr/local/php/etc/php.ini) 找到disable_functions =字段 将原本的: disable_functions = passthru,exec,system,chroot,scandir,chgrp,chown…
ownCloud nginx index.php/apps/files/ 错误
nginx对php不友好.需要在nginx的conf开启pathinfo.conf如下是我的conf: server { listen 80 default_server; #listen [::]:80 default_server ipv6only=on; server_name 0.0.0.0; index index.html index.…
安卓 跳到当前应用权限设置
private void getAppDetailSettingIntent(Context context) { Intent localIntent = new Intent(); localIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); if (Build.VERSION.SDK_INT >…
TeamView受控端退出时,不锁屏.
windows的话打开TeamView的process tree kill掉 teamView_Desktop就退出,不锁屏.下次还能连接.Mac打开活动.kill掉teamView_Desktop..
Google 18years
Happy birthday to google 🍰