一些经验

积累经验吧

利用 image magick 处理图片——电脑硬盘太小,照片太大占空间,又不好删了,试着修改下尺寸:

#!/bin/sh
# 参考文章:用ImageMagick命令行处理图片

for img in `ls *.JPG`
do
	convert -sample 25%x25% ${img} thm${img}
done


VIM 拼写检查:开启 set spell        <---->     关闭 set nospell

-------------------------------------------------------------------------------------

perldoc Spreadsheet::WriteExcel
<standard input>:5060: warning [p 63, 0.0i]: can't break line
<standard input>:5128: warning [p 64, 1.7i]: can't break line
<standard input>:5128: warning [p 64, 1.8i]: can't break line
<standard input>:5128: warning [p 64, 2.2i]: can't break line
<standard input>:5128: warning [p 64, 2.3i]: can't break line
<standard input>:5309: warning [p 66, 8.7i]: can't break line
<standard input>:5370: warning [p 67, 7.5i]: can't break line
对此,perldocspec 里面说:
Pod formatters should tolerate lines in verbatim blocks that are of any length, even if that means having to break them (possibly several times, for very long lines) to avoid text running off the side of the page. Pod formatters may warn of such line-breaking. Such warnings are particularly appropriate for lines are over 100 characters long, which are usually not intentional.

#==========================================================

Vim代码缩进设置

http://linux-wiki.cn/wiki/zh-hans/Vim%E4%BB%A3%E7%A0%81%E7%BC%A9%E8%BF%9B%E8%AE%BE%E7%BD%AE

#==========================================================

windows XP Vim 字体设置:

"VIM字体
set guifont=Consolas:h14:cANSI

转换为 html ------>    :TOhtml


转载于:https://my.oschina.net/u/727594/blog/133470

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值