1.在Vim中查看文件编码:set fileencoding即可显示文件编码格式。如果你只是想查看其它编码格式的文件或者想解决 用Vim查看文件乱码 的问题,那么你可以在~/.vim rc 文件中添加以下内容:set encoding=utf-8 fileencodings=ucs-bom,utf-...
分类:
其他好文 时间:
2015-05-30 16:34:34
阅读次数:
1088
$name) { if($name!='.' && $name!='..') { $model->thumb($name,243,189,$qz="th_");//缩略图 $cut_name=$qz.$name; $model->cut($cut_name,0,0,243,189,$qz...
分类:
其他好文 时间:
2015-05-29 19:59:00
阅读次数:
96
Protecting the Flowers
Time Limit: 2000MS
Memory Limit: 65536K
Total Submissions: 4950
Accepted: 1975
Description
Farmer John went to cut some wood and left N (2 ≤ N ...
分类:
其他好文 时间:
2015-05-29 10:01:37
阅读次数:
141
250Solution
唔,这是个傻逼题,随便暴力下就好= =
Code
#include
using namespace std;
class Cut {
public:
int getMaximum(vector eelLengths, int maxCuts) {
sort(eelLengths.begin(), ee...
分类:
其他好文 时间:
2015-05-28 20:00:29
阅读次数:
119
srcimg = $img; $this->resize_width = $wid; $this->resize_height = $hei; $this->cut = $c; //图片的类型 $this->type = strtolower(substr(strrchr($this->srcimg...
分类:
Web程序 时间:
2015-05-26 18:34:47
阅读次数:
169
ps -ef|grep xxx|grep -v grep|cut -c 7-15|xargs kill –9 root@vm-web1:~# ps -ef|grep dz2crm root 2296 1 0 Apr29 ? 00:01:23 php /var/www/dezhi/applicatio...
分类:
系统相关 时间:
2015-05-26 17:49:10
阅读次数:
204
每天凌晨运行切割日志的shell脚本
10 00* * * /bin/bash /usr/local/nginx/sbin/cut_nginx_log.sh
脚本如下
#!/bin/bash...
分类:
其他好文 时间:
2015-05-26 12:43:07
阅读次数:
138
问题:给定一段长度为n英寸的钢条和一个价格表pi(i=1,2,...,n),求切割钢条方案,使得销售收益rn最大。如果长度为n英寸的钢条的价格pn足够大,最优解可能就是完全不需要切割。
方法一:递归
从上而下把所有的全部搜索一遍
int CUT_ROD(int p[],int n)
{
if(n==0)
return 0;
int q=INT_MIN;
for(int i=1;i...
分类:
编程语言 时间:
2015-05-26 09:09:48
阅读次数:
227
一、VNC配置关闭服务模式启动用户模式添加允许的客户端二、U盘文件被恶意隐藏,有空间但是显示不出文件之处理attrib-s-h/s/d三、excel单元格没有自动填充Excel选项-》高级-》cut\copy\past全选四、桌面文件图标全被更改1、首先win+r2、打开运行程序3、输入:regedit4、找到:计算..
分类:
其他好文 时间:
2015-05-25 20:45:57
阅读次数:
175
Description
The mayor of RMRCity wants to create a secure landline telephone network for emergency use in case of serious disasters when the city is cut off from the outside world. Some pairs of bu...
分类:
Web程序 时间:
2015-05-25 16:47:52
阅读次数:
234