参考: https://www.cnblogs.com/jimmy-xuli/p/9072015.html 1. 需要安装了 publish ssh插件 2. 配置publisher ssh ,下面的 Remote Directory 可以不用配置。在第3步下面去配置.如果这里配置了。相当于用户会直 ...
分类:
Web程序 时间:
2018-07-03 19:49:43
阅读次数:
429
A Walk Through the Forest Problem Description Jimmy experiences a lot of stress at work these days, especially since his accident made working difficu ...
分类:
其他好文 时间:
2018-07-01 16:55:43
阅读次数:
185
Help Jimmy Time Limit: 1000MS Memory Limit: 10000K Total Submissions:13756 Accepted: 4566 Description "Help Jimmy" 是在下图所示的场景上完成的游戏。 场景中包括多个长度和高度各不相同的平 ...
分类:
其他好文 时间:
2018-06-09 22:09:01
阅读次数:
163
1 https://www.cnblogs.com/jimmy-y/p/5328306.html 2 https://www.linuxidc.com/Linux/2016-04/129750.htm 3 https://blog.csdn.net/qq_31989047/article/detai ...
Help Jimmy Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 13669 Accepted: 4541 Description "Help Jimmy" 是在下图所示的场景上完成的游戏。 场景中包括多个长度和高度各不相同的 ...
分类:
其他好文 时间:
2018-05-22 22:26:51
阅读次数:
267
A Walk Through the Forest Jimmy experiences a lot of stress at work these days, especially since his accident made working difficult. To relax after a ...
分类:
其他好文 时间:
2018-05-20 12:59:43
阅读次数:
182
题目链接:acm.hdu.edu.cn/showproblem.php?pid=1142 Problem Description Jimmy experiences a lot of stress at work these days, especially since his accident m ...
分类:
其他好文 时间:
2018-05-17 11:52:03
阅读次数:
198
题目描述 Jimmy最近迷上了一款叫做方块消除的游戏。游戏规则如下:n个带颜色方格排成一列,相同颜色的方块连成一个区域(如果两个相邻方块颜色相同,则这两个方块属于同一区域)。为简化题目,将连起来的同一颜色方块的数目用一个数表示。 例如,9 122233331表示为 4 1 2 3 1 1 3 4 1 ...
分类:
其他好文 时间:
2018-05-09 23:18:51
阅读次数:
188
1、表设计图 2、表关系 3、数据库sql语句 ...
分类:
数据库 时间:
2018-05-08 21:05:33
阅读次数:
223
题意:中文 https://vjudge.net/problem/POJ-1661 题解:设两个dp数组,dpl[i]存 从第i块板左边到地上所花的最短时间,dpr[i]存右边的。 将所有板按高度排序 ,从地面到人分别编号为0,1~n, n+1 坑:dp方程写错了个字母。 一开始只用了一个dp数组( ...
分类:
其他好文 时间:
2018-04-06 20:21:47
阅读次数:
135