There is a ball in a maze with empty spaces and walls. The ball can go through empty spaces by rolling up, down, left or right, but it won't stop roll ...
分类:
其他好文 时间:
2019-08-13 13:33:18
阅读次数:
73
以下内容还可以通过 Google Slide 查看:https://docs.google.com/presentation/d/1eYP4bkVBojI_e6PqdpxIf0hvWO JwAf fygcYMNSQa8/edit?usp=sharing ...
分类:
Web程序 时间:
2019-08-11 15:28:44
阅读次数:
83
我在利用postman查看上传图片文件时,出现了如下图的错误,看到之后很懵逼。 图1 上网搜了一下,归结下来就是参数不一致导致的。不过还有一些是由于没加注解,如下图示: 图2 关于参数不一致问题,主要是由于图1中“选择文件”左侧那个key值(上图中是files),与图2中第115行中的那个参数Mul ...
分类:
Web程序 时间:
2019-08-11 12:31:16
阅读次数:
406
一、使用ansible格式化 二、ansible挂载 src #要被挂载的目录或文件 path #指定挂载点的路径 fstype #指定挂载时的文件系统类型 opts #在挂载时,指定挂载参数信息 state #state=mounted,在fstab文件中的备份将被激活挂载或适当配置,如果指定mo ...
分类:
其他好文 时间:
2019-08-09 19:15:38
阅读次数:
83
需要将所有support包中的design模块移除 implementation('com.android.support:appcompat-v7:27.1.0', { exclude group: 'com.android.support', module: 'design'})implemen ...
分类:
移动开发 时间:
2019-08-04 19:26:50
阅读次数:
138
public abstract class BaseActivity<P extends IBasePresenter> extends AppCompatActivity implements IBaseView { private P mPresenter; protected abstract ...
分类:
其他好文 时间:
2019-08-04 19:17:00
阅读次数:
90
Description Bessie wants to navigate her spaceship through a dangerous asteroid field in the shape of an N x N grid (1 <= N <= 500). The grid contains ...
分类:
其他好文 时间:
2019-08-02 22:48:18
阅读次数:
116
文件上传: 三种上传方案 1、上传到tomcat服务器 上传图片的存放位置与tomcat服务器的耦合度太高 2、上传到指定文件目录,添加服务器与真实目录的映射关系,从而解耦上传文件与tomcat的关系 文件服务器 3、在数据库表中建立二进制字段,将图片存储到数据库 我们使用第二种方案: struts ...
分类:
Web程序 时间:
2019-07-31 23:57:17
阅读次数:
224
Description You have N integers, A1, A2, ... , AN. You need to deal with two kinds of operations. One type of operation is to add some given number to ...
分类:
编程语言 时间:
2019-07-31 11:02:21
阅读次数:
187
In the new year party, everybody will get a "special present".Now it's your turn to get your special present, a lot of presents now putting on the des ...
分类:
其他好文 时间:
2019-07-26 21:22:23
阅读次数:
101