摘要: css水平居中,竖直居中技巧(一) ### 1.效果 ### 2.代码#### 2.1.index.html <!DOCTYPE html> <html lang="zh-cn"> <head> <meta http-equiv="Content-Type" content="text/html; 阅读全文
posted @ 2015-04-02 10:57 泪已凝 阅读(516) 评论(2) 推荐(0) 编辑
摘要: Android上常见度量单位px(像素):屏幕上的点,绝对长度,与硬件相关in(英寸):长度单位mm(毫米):长度单位pt(磅):1/72英寸,pointdp(与密度无关的像素):一种基于屏幕密度的抽象单位。在每英寸160点的显示器上,1dp = 1pxdip:Density-independent... 阅读全文
posted @ 2015-03-27 14:58 泪已凝 阅读(194) 评论(0) 推荐(0) 编辑
摘要: public static void Test() { ThreadStart aThreadStart = delegate() { Thread.Sleep(1000); ... 阅读全文
posted @ 2015-03-21 15:32 泪已凝 阅读(620) 评论(0) 推荐(0) 编辑
摘要: 命令:ffmpeg -i 1.avi -b 64k 1-64k.aviffmpeg下载:http://dl.pconline.com.cn/download/53703.html 阅读全文
posted @ 2015-03-21 15:18 泪已凝 阅读(886) 评论(0) 推荐(0) 编辑
摘要: 请参考该文章:http://www.cnblogs.com/ningkyolei/p/5026011.html 请注意,如果执行本文说的操作,会将指定的commit删除(即会删除指定的commit的代码),并且不能够回滚,请谨慎操作! 请注意,如果执行本文说的操作,会将指定的commit删除(即会删 阅读全文
posted @ 2015-03-13 14:21 泪已凝 阅读(187495) 评论(13) 推荐(2) 编辑
摘要: AlloyTeam:腾讯腾讯全端 AlloyTeam 团队 Blog,更新比较频繁,涵盖面也比较广http://www.alloyteam.com/DIV.IO:最近刚发现的前端社区,聚集了很多各大公司前端牛人,致力于打造高质量前端社区。不过需要邀请码才能注册http://div.io/FEX:百度... 阅读全文
posted @ 2014-07-09 14:00 泪已凝 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 说明:FileZilla Server 的虚拟目录设置与其它 FTP 服务器软件有所不同。在 FileZilla Server 中设置虚拟目录,必须采用 FTP 根目录 + 虚拟目录名的形式来进行。比如你 FileZilla Server 的根目录(即 Home 目录)为 E:\ftp,现在你要将 ... 阅读全文
posted @ 2014-06-24 10:43 泪已凝 阅读(4452) 评论(5) 推荐(2) 编辑
摘要: 命令:ffmpeg -i concat:"1.avi|2.avi" -vcodec copy -acodec copy "3.avi"ffmpeg下载:http://dl.pconline.com.cn/download/53703.html 阅读全文
posted @ 2014-06-12 11:43 泪已凝 阅读(407) 评论(0) 推荐(0) 编辑
摘要: 命令:ffmpeg -i infile -ab 128 -acodec libmp3lame -ac 1 -ar 22050 -r 29.97 -qscale 6 -y outfile说明:infile:要转换的文件路径outfile:转换到的文件路径参考:http://ferreousbox.it... 阅读全文
posted @ 2014-06-12 11:07 泪已凝 阅读(719) 评论(0) 推荐(0) 编辑
摘要: 设计器:代码:在Form_Load事件中添加 :statusStripMain.LayoutStyle= ToolStripLayoutStyle.HorizontalStackWithOverflow;lbl单位.Alignment = ToolStripItemAlignment.Right;l... 阅读全文
posted @ 2014-05-09 14:10 泪已凝 阅读(2286) 评论(1) 推荐(1) 编辑