1. so引导的倒装句: She is a bit nervous, so am I. 她有点紧张,我也是。 So could a misunderstanding by either side of the other’s military movements. [经济学人] ...
分类:
其他好文 时间:
2019-01-01 23:59:49
阅读次数:
245
在上一篇文章《(五)Audio子系统之AudioRecord.stop》中已经介绍了AudioRecord如何暂停录制,接下来,继续分析AudioRecord方法中的release的实现 函数原型: public void release() 作用: 释放Audio资源 参数: 无 返回值: 无 接 ...
分类:
其他好文 时间:
2019-01-01 11:02:45
阅读次数:
144
在mybatis集成springmvc时,假如mybatis采用了懒加载,而springmvc中利用@ResponseBody注解返回实体类的JSON时会抛异常: Could not write JSON: No serializer found for class org.apache.ibati ...
分类:
编程语言 时间:
2018-12-31 23:09:01
阅读次数:
917
org.hibernate.exception.SQLGrammarException:could not insert ...
分类:
数据库 时间:
2018-12-31 19:03:48
阅读次数:
173
异常信息 The SSL connection could not be established, see inner exception > AuthenticationException: The remote certificate is invalid according to the va ...
分类:
Web程序 时间:
2018-12-31 00:06:56
阅读次数:
1117
我常用的是win10里面的自带的3D画图工具里面的颜色表 CSS 设置颜色的几种方式: 1.颜色名 2.rgb值 3十六进制表示 4. HSL color values CSS3 adds numerical hue-saturation-lightness (HSL) colors as a co ...
分类:
Web程序 时间:
2018-12-30 02:41:56
阅读次数:
185
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/) ...
分类:
其他好文 时间:
2018-12-29 23:17:16
阅读次数:
245
Connection reset by peer
fatal: Could not read from remote repository.
Connection reset by peer
fatal: Could not read from remote repository.
Connection reset by peer
fatal: Could not read from remote repository
分类:
其他好文 时间:
2018-12-28 18:29:15
阅读次数:
186
android studio 升级到了3.0 取消了apt 报了这个错Could not find com.android.tools.build:aapt2:3.2.0-alpha14-4748712.Searched in the following locations: file:/D:/an ...
分类:
移动开发 时间:
2018-12-27 15:36:08
阅读次数:
239
57.java编程思想——创建窗口和程序片 可视编程和Beans 我们已看到Java 对创建可重复使用的代码片工作而言是多么的有价值。“最大限度地可重复使用”的代码单元拥有类,因为它包含一个紧密结合在一起的单元特性(字段)和单元动作(方法),它们可以直接经过混合或通过继承被重复使用。 继承和多形态性 ...
分类:
编程语言 时间:
2018-12-27 13:20:20
阅读次数:
193