打开Android studio,选择Trouble Shoot device connections: 这个菜单项会自动扫描本地已经用USB线连接的设备: 已经成功扫描出了我的Galaxy C7 Pro手机: Restart ADB server: 成功识别出来了: 手机上选择Yes: 现在And ...
分类:
移动开发 时间:
2019-10-12 18:48:02
阅读次数:
142
Linux LVM分区之VG扩容、LV扩容、LV缩减、LVM快照 1 32,658 次 A+ 所属分类:Linux Linux基础 摘要 LVM是 Logical Volume Manager(逻辑卷管理)的简写,它是Linux环境下对磁盘分区进行管理的一种机制,它由Heinz Mauelshage ...
分类:
其他好文 时间:
2019-10-11 01:31:19
阅读次数:
120
老张接个新项目,项目可是不小,好多模块。使用Intellij import new project, 结果卡在writing class中,而且mac的风扇一直转,像是要变成直升机起飞。 等啊等,intellij给出提示increase heap size,得,加大,400增到800,内存大任性。老 ...
分类:
其他好文 时间:
2019-10-11 00:26:39
阅读次数:
113
执行sql报如下异常: class java.sql.SQLException:Error writing file '/tmp/MYIlD8gQ' (OS errno 28 - No space left on device)-Error writing file '/tmp/MYIlD8gQ' ...
分类:
数据库 时间:
2019-10-10 11:12:37
阅读次数:
117
对于一个架构师,除了更加优秀的代码能力和trouble shooting能力外,需要构建当前技术领域的知识体系,需要有体系化的思维能力,需要对技术所服务的业务要有非常深入的了解。体系化的思维能力,来源于两个方面。一方面是在日常工作中,对每一个接口设计,每一个逻辑,每一个模块,子系统的拆分和组织方式,... ...
分类:
其他好文 时间:
2019-10-09 09:32:53
阅读次数:
80
spring security控制session本文给你描述在spring security中如何控制http session。包括session超时、启用并发session以及其他高级安全配置。 创建session时机我们可以准确地控制什么时机创建session,有以下选项进行控制: always ...
分类:
编程语言 时间:
2019-10-08 12:12:10
阅读次数:
129
STAT2020 PREDICTIVE ANALYTICS – PROJECT S2/2019OVERVIEWThis assessment involves writing a report that summarises a statistical learning related invest ...
分类:
其他好文 时间:
2019-10-04 19:01:07
阅读次数:
82
安装 pip install ddt 1、ddt的原理:【Data driver test】 ddt其实是一个类装饰器,一般用来装饰测试用例类,可加载测试数据。 data: 在@data中传了几个参数就会生成几个测试用例。 注意:使用ddt进行装饰测试用例后,在加载测试用例时: print(Regi ...
分类:
其他好文 时间:
2019-10-01 20:23:25
阅读次数:
283
I am writing this blog , as i faced issue on installing SAP system on oracle RAC with ASM. When i raised a message with SAP , SAP told me to install S ...
分类:
数据库 时间:
2019-09-27 19:39:47
阅读次数:
159
题目描述 Farmer John has been having trouble making his plants grow, and needs your help to water them properly. You are given the locations of N raindrop ...
分类:
其他好文 时间:
2019-09-09 22:52:36
阅读次数:
104