linux下重启网卡使用命令 : service network restart 时报错: 解决如下 ...
分类:
Web程序 时间:
2018-10-09 20:03:30
阅读次数:
2634
1.安装时报错,导致安装失败 解决方法: 2.更新时产生一个警告 [!] Automatically assigning platform ios with version 10.3 on target Library because no platform was specified. Pleas ...
分类:
其他好文 时间:
2018-10-08 18:05:08
阅读次数:
155
1 /* 2 * Copyright (C) 2014 The Android Open Source Project 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not us... ...
分类:
编程语言 时间:
2018-10-06 19:52:44
阅读次数:
244
【题目描述】: "[USACO15JAN]草鉴定Grass Cownoisseur" 【思路】: 首先我们先思考贝茜不走那条反边,那么对于任意强连通分量$E$易知: $\forall u,v \in E$,$\exists u \to v \ and \ v \to u$ $\because$贝茜每 ...
分类:
其他好文 时间:
2018-10-04 19:28:44
阅读次数:
182
在练习具名常量时,以fabonacci数列为例,代码和报错如下: 第4,5行有错,报错如下: 在https://stackoverflow.com/questions/21280038/java-error-illegal-modifier-for-parameter-only-final-perm ...
分类:
编程语言 时间:
2018-10-02 22:11:45
阅读次数:
243
A self dividing number is a number that is divisible by every digit it contains. For example, 128 is a self dividing number because 128 % 1 == 0, 128 ...
分类:
其他好文 时间:
2018-10-02 17:47:10
阅读次数:
112
this 一方面便利了让大家在JS开发当, 但是另一方面让开发者头痛的是不清楚this 指代什么. 指向全局Window: Function attached to global project. So "this" in the project will point to global proje ...
分类:
编程语言 时间:
2018-10-02 17:26:55
阅读次数:
159
Given a non-empty 2D array grid of 0's and 1's, an island is a group of 1's (representing land) connected 4-directionally (horizontal or vertical.) Yo ...
分类:
编程语言 时间:
2018-09-29 14:21:51
阅读次数:
179
eclipce import导入项目时候,有时候会导不进去。 1、Some projects cannot be imported because they already exist in the workspace 2、Some projects were hidden because they ...
分类:
其他好文 时间:
2018-09-29 10:17:46
阅读次数:
166
错误:Host is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' 原因: 同一个ip在短时间内产生太多(超过mysql数据库max_connection_errors的最大值)中断的 ...
分类:
数据库 时间:
2018-09-27 12:03:25
阅读次数:
209