前期准备: 同步时间 (两个节点) 节点一(172.16.21.6) [root@stu21 heartbeat2]# ntpdate 172.16.0.1 31 Dec 20:59:25 ntpdate[6950]: adjust time server 172.16.0.1 offset 0.3...
分类:
其他好文 时间:
2015-02-03 21:16:12
阅读次数:
522
\hyphenpenalty=5000\tolerance=1000ref:http://haoxiang.org/2012/11/adjust-hyphenation-in-latex/
分类:
其他好文 时间:
2015-01-23 22:51:15
阅读次数:
236
【问题】用C#导出数据为excel,但是导出的数据中,不是自动调整列宽的:希望变成这样的:【解决过程】1.参考:在C#里对excel文件的列宽进行操作去试试://auto adjust column width (according to content)Range allColumn = xlWo...
分类:
Windows程序 时间:
2015-01-17 22:09:24
阅读次数:
1704
视频切分与合并在应用场景中很常见,如视频剪辑,去广告等。
本文以MP4文件为目标,对其进行切分合并
一. VLC做前期处理
如果需要加亮,锐化,对比度,可以使用VLC来实现,
cvlc nikita.mp4 --sout="#transcode{vfilter={adjust{}:sharpen{sigma=0.12}: deinterlace{mode=mean}},vcodec=h...
分类:
其他好文 时间:
2015-01-05 13:03:06
阅读次数:
400
Set Scroll Normal1echo "pointer = 1 2 3 4 5 6 7 8 9 10 11 12" > ~/.Xmodmap && xmodmap .XmodmapSet Scroll Inverted/Reverse1echo "pointer = 1 2 3 5 4 6 ...
分类:
系统相关 时间:
2014-12-30 22:06:29
阅读次数:
256
1:PopupWindow中的设置pop.setInputMethodMode(PopupWindow.INPUT_METHOD_NEEDED);pop.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE); .....
以下为代码实现function heapsort( array ){ bulidHeap( array ); for( var i = array.length-1; i >= 0; --i ){ swap( array, 0, i ); adjust( ar...
分类:
编程语言 时间:
2014-12-27 21:41:55
阅读次数:
230
Given an integer array, adjust each integers so that the difference of every adjcent integers are not greater than a given number target.If the array ...
分类:
其他好文 时间:
2014-12-24 06:25:41
阅读次数:
170
对于扫描好的两幅TIF图像,应该是先进行拼接,再进行几何校正比较合理,都是应用这个工具来的。
1)图像拼接
应用Georeference 工具,先将Auto Adjust勾去。
同名地物点的添加,可以先确定A图的坐标,然后将B图的坐标输入为A,再 Updata Georeferencing,Rectify校正B图。反之亦可。
ps:可以直接选A图的点,再选B...
分类:
其他好文 时间:
2014-12-16 17:17:20
阅读次数:
213
一、避免文字字体大小重置html{ -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; text-size-adjust:100%;}二、视口大小对于一些老的浏览器需要使用如下代码:对于微软的PocketPC,需要使用一个特别的属...
分类:
移动开发 时间:
2014-12-11 23:51:21
阅读次数:
308