真机调试时,cmd命令中执行react-native run-android时出现com.android.ddmlib.InstallException: Unable to upload some APKs异常,然后后面有个解决方案尝试通过输出错误栈查看或者调试及一般日志,没发现其他错误。 后面在 ...
分类:
移动开发 时间:
2017-02-27 18:56:39
阅读次数:
222
/** * 图片覆盖(覆盖图压缩到width*height大小,覆盖到底图上) * * @param baseFilePath 底图 * @param coverFilePath 覆盖图 * @param x 起始x轴 * @param y 起始y轴 * @param width 覆盖宽度 * @p... ...
分类:
编程语言 时间:
2017-02-26 19:29:07
阅读次数:
522
UOFTCG - Office Mates no tags no tags Dr. Baws has an interesting problem. His N Dr. Baws has an interesting problem. His N graduate students, while f ...
分类:
其他好文 时间:
2017-02-25 18:58:28
阅读次数:
203
A magical string S consists of only '1' and '2' and obeys the following rules: The string S is magical because concatenating the number of contiguous ...
分类:
其他好文 时间:
2017-02-24 19:17:16
阅读次数:
150
1.out对象:用于向客户端 浏览器输出数据 2.request对象:封装来自客户端、浏览器的各种信息(客户端向服务器发送请求) 3.response对象:封装来自服务器的响应信息 4.session对象:用来保存回话信息,可以在同一用户的不同请求之间共享数据(http协议是无状态协议,而使用ses... ...
分类:
Web程序 时间:
2017-02-23 11:41:01
阅读次数:
290
找到异常进程的ID 然后kill 掉: 然后再次执行update执作,问题解决!! ...
分类:
其他好文 时间:
2017-02-23 11:01:02
阅读次数:
174
// 有一个集合,判断集合里有没有“world”这个元素,如果有,添加“javaee” List list = new ArrayList(); list.add("world"); list.add("java"); list.add("hello"); //Concurrent... ...
分类:
编程语言 时间:
2017-02-22 16:59:27
阅读次数:
294
今天在做junit 测试的时候 出现了一个问题,花了一段时间 才解决。 java.lang.NoClassDefFoundError: org/springframework/core/annotation/AnnotatedElementUtils at org.springframework.t ...
分类:
编程语言 时间:
2017-02-22 13:28:37
阅读次数:
832
FLAG_ACTIVITY_NEW_TASK 简而言之,跳转到的activity根据情况,可能压在一个新建的栈中。 如果设置,这个Activity会成为历史stack中一个新Task的开始。一个Task(从启动它的Activity到下一个Task中的 Activity)定义了用户可以迁移的Activ ...
分类:
其他好文 时间:
2017-02-22 13:24:14
阅读次数:
409