题意 给出一个$n \times m$的网格,每个位置有一个小写字母,初始在$(1, 1)$,每次可以向上下左右走,问走到$(n, m)$的最小花费 设$(x, y)$为当前位置,$(nx, ny)$为下一位置。$s[x][y]$表示$(x, y)$位置的字符。 若$s[x][y] = s[nx][ ...
分类:
其他好文 时间:
2018-08-01 20:49:42
阅读次数:
182
使用如下命令推流时: ffmpeg -re -i a.mp4 -vcodec libx264 -acodec aac -f flv rtmp://172.31.102.165:1935/myapp 可能会出现如下错误: Unknown encoder 'libx264' 即,缺少libx264库,需 ...
分类:
Web程序 时间:
2018-08-01 14:00:53
阅读次数:
4613
1、 0 127 是ASCII码 2、128--255 加了一些特殊符号 ...
分类:
其他好文 时间:
2018-07-26 13:19:04
阅读次数:
990
2>C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\c0b37647\aaceda91\App_Web_uuzwuzfv.0.cs(315,29): error CS0433: The type ' ...
分类:
其他好文 时间:
2018-07-26 11:37:26
阅读次数:
268
body, table{font family: 微软雅黑; font size: 10pt} table{border collapse: collapse; border: solid gray; border width: 2px 0 2px 0;} th{border: 1px solid ...
分类:
编程语言 时间:
2018-07-25 21:10:40
阅读次数:
143
public class DAActivity extends Activity implements OnClickListener { private ImageView iv_da_mm; private Button btn_da_start; private Button btn_da_s... ...
分类:
其他好文 时间:
2018-07-24 23:47:48
阅读次数:
228
# 安装ffmpegyum install epel-release -yrpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.rorpm -Uvh http://li.nux.ro/download/nux/dextop/el6/x8 ...
分类:
其他好文 时间:
2018-07-21 22:49:52
阅读次数:
455
The generalized normal distribution or generalized Gaussian distribution (GGD) is either of two families of parametric continuous probability distribu ...
分类:
其他好文 时间:
2018-07-09 12:34:15
阅读次数:
191
本文主要简单介绍了怎么在Centos7上实现邮件报警!
分类:
其他好文 时间:
2018-07-09 12:30:13
阅读次数:
1289
之前找资料废了很大功夫,深知不易,所以把自己整理的一些资源放出来吧。春秋资源https://pan.baidu.com/s/1Ca4eSbk-AACVxryTZ7uQCg前端资源https://pan.baidu.com/s/1oZEgy7SkUnVqbmCo4ihRdAc#https://pan.... ...
分类:
其他好文 时间:
2018-07-07 23:07:21
阅读次数:
218