今天刚升级到Xcode10,就遇到两个报错问题 错误一:Xcode 10: Build input file double-conversion cannot be found error: Build input file cannot be found: '../node_modules/rea ...
分类:
其他好文 时间:
2018-11-03 23:10:40
阅读次数:
2552
WOYO PDR 007 is a dent repair tool for auto maintence. WOYO PDR007 Auto Body Paintless Dent Repair Kit Tool is the first dent fix device which is from ...
分类:
其他好文 时间:
2018-11-02 20:20:26
阅读次数:
152
1.根据本地仓库中的jar包判断需要配置成哪个版本的,在pom.xml相应版本的配置 2. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.5:test (default-test) on ...
分类:
其他好文 时间:
2018-10-31 20:16:54
阅读次数:
151
描述 Biologists finally invent techniques of repairing DNA that contains segments causing kinds of inherited diseases. For the sake of simplicity, a DNA ...
分类:
其他好文 时间:
2018-10-30 00:28:29
阅读次数:
136
一.理论知识部分 异常、日志、断言和调试 1.异常:在程序的执行过程中所发生的异常事件,它中断指令的正常执行。 2.Java的异常处理机制可以控制程序从错误产生的位置转移到能够进行错误处理的位置。 3.程序中出现的常见的错误和问题有:用户输入错误、设备错误、物理限制、代码错误。 4.Java把程序运 ...
分类:
编程语言 时间:
2018-10-28 16:08:16
阅读次数:
168
# Copyright (c) 1993-2009 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of... ...
分类:
其他好文 时间:
2018-10-27 21:18:25
阅读次数:
162
1、如果只想让View执行屏幕响应事件,让View的OnTouchEvent事件返回为true,就不会执行父控件的触摸事件了 2、如果只想让最外面的Viewgroup执行屏幕响应事件,只需要在viewGroup1的OnInterceptTouchEvent的方法返回true,拦截事件传递给子控件,就 ...
分类:
其他好文 时间:
2018-10-24 15:53:12
阅读次数:
125
Design a data structure that supports all following operations in average O(1) time. Example: 思路 HashMap + ArrayList 代码 ...
分类:
其他好文 时间:
2018-10-24 10:51:18
阅读次数:
117
Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sorted f ...
分类:
其他好文 时间:
2018-10-23 22:54:09
阅读次数:
148
set -- The -- is the standard "don't treat anything following this as an option" 不把后面的string 看成选项(直接看成参数) [root@hy ~]# cat set2.sh#!/bin/bash var="1 2 ...
分类:
系统相关 时间:
2018-10-23 21:04:10
阅读次数:
263