输出: 09:54:09.657 [main] INFO c.e.callable.MyTest:16 - 1000000 输出类、方法、行号时,不用使用:%C,%M,%L,官方不推荐使用,有时打印不出来,而是使用%logger ...
分类:
其他好文 时间:
2019-02-01 11:16:53
阅读次数:
162
有时候为了方便调试APP,会在电脑上开启模拟器来调试我们的代码,有时候会出现 Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]这样的报错提示,经过查询后得知,这可能是因为AP ...
分类:
移动开发 时间:
2019-01-31 22:51:37
阅读次数:
1931
拖拽的逻辑一定是在onTouch中去处理了,因节操播放器需处理播放进度以及UI逻辑,所以原有父类JCVideoPlayerStandard中已重写onTouch方法。现在要做的是单独封装一个类用来拓展拖拽关闭视频功能。 贴出关键代码 手指下滑的时候移动控件,移动过程利用ViewHelper对控件进行 ...
分类:
微信 时间:
2019-01-31 17:00:36
阅读次数:
291
Extracting away the implementation details of ngrx from your components using the facade pattern creates some interesting possibilities in terms of it ...
分类:
移动开发 时间:
2019-01-31 01:26:33
阅读次数:
151
http://www.runoob.com/jquery/jquery-hide-show.html jQuery 效果- 隐藏和显示 隐藏、显示、切换,滑动,淡入淡出,以及动画,哇哦! jQuery hide()简单的jQuery hide()方法演示。 jQuery hide()另一个hide( ...
分类:
Web程序 时间:
2019-01-30 20:55:23
阅读次数:
845
取上图的新手上路文字 使用xpath 其他参考方案,使用兄弟节点 ...
分类:
Web程序 时间:
2019-01-30 18:34:52
阅读次数:
164
继承知识测试 Question 1 Output of following Java Program? A、Derived::show() called B、Base::show() called Question 2 A、Base::show() called B、Derived::show() ...
分类:
其他好文 时间:
2019-01-29 20:36:45
阅读次数:
118
大家有没有遇到这种情况,在网上下载了一首音乐,但是在手机的MP3里却不能播放,因为这个音乐是ogg格式的,虽然ogg格式音频优点众多,支持多声道,音质好,但是没办法,MP3不支持播放,还是要转换格式,怎么转换呢?别着急,看了小编这篇文章就可以解决啦!其实可以借助一款音频格式转换器来转换格式,那么og ...
分类:
其他好文 时间:
2019-01-29 12:03:06
阅读次数:
208
1.1.1 创建Maven工程 1.1.2 pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocat ...
分类:
其他好文 时间:
2019-01-29 10:56:22
阅读次数:
171
题意:n个数,有一个起始值,按顺序从第一个开始不断循环取数,如果取完后相加小于0就变为0,最多取p个数,问你得到大于等于值g所需要的最小起始值为多少 思路:这题目爆long long爆的毫无准备,到处都有可能爆值。 显然,我们能想出,初始值越大,那么走相同步数所得到的数字就会越大(或相等),那么我们 ...
分类:
其他好文 时间:
2019-01-29 01:14:34
阅读次数:
166