会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
泪已凝
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2015年4月12日
卸载phonegap
摘要: npm uninstallcordova-gnpm uninstall phonegap -g
阅读全文
posted @ 2015-04-12 16:59 泪已凝
阅读(186)
评论(0)
推荐(0)
2015年4月4日
win10设置文件资源管理器默认打开“这台电脑”
摘要: 摘录自:http://www.ithome.com/html/win10/126066.htm
阅读全文
posted @ 2015-04-04 11:16 泪已凝
阅读(377)
评论(0)
推荐(0)
2015年4月2日
css水平居中,竖直居中技巧(一)
摘要: 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 泪已凝
阅读(525)
评论(2)
推荐(0)
2015年3月27日
android手机分辨率的一些说明
摘要: Android上常见度量单位px(像素):屏幕上的点,绝对长度,与硬件相关in(英寸):长度单位mm(毫米):长度单位pt(磅):1/72英寸,pointdp(与密度无关的像素):一种基于屏幕密度的抽象单位。在每英寸160点的显示器上,1dp = 1pxdip:Density-independent...
阅读全文
posted @ 2015-03-27 14:58 泪已凝
阅读(207)
评论(0)
推荐(0)
2015年3月21日
在异步回调中调用MessageBox.Show
摘要: public static void Test() { ThreadStart aThreadStart = delegate() { Thread.Sleep(1000); ...
阅读全文
posted @ 2015-03-21 15:32 泪已凝
阅读(644)
评论(0)
推荐(0)
使用ffmpeg压缩视频
摘要: 命令:ffmpeg -i 1.avi -b 64k 1-64k.aviffmpeg下载:http://dl.pconline.com.cn/download/53703.html
阅读全文
posted @ 2015-03-21 15:18 泪已凝
阅读(911)
评论(0)
推荐(0)
2015年3月13日
git撤销commit
摘要: 请参考该文章:http://www.cnblogs.com/ningkyolei/p/5026011.html 请注意,如果执行本文说的操作,会将指定的commit删除(即会删除指定的commit的代码),并且不能够回滚,请谨慎操作! 请注意,如果执行本文说的操作,会将指定的commit删除(即会删
阅读全文
posted @ 2015-03-13 14:21 泪已凝
阅读(187578)
评论(13)
推荐(2)
2014年7月9日
收藏一些比较好的前端博客
摘要: AlloyTeam:腾讯腾讯全端 AlloyTeam 团队 Blog,更新比较频繁,涵盖面也比较广http://www.alloyteam.com/DIV.IO:最近刚发现的前端社区,聚集了很多各大公司前端牛人,致力于打造高质量前端社区。不过需要邀请码才能注册http://div.io/FEX:百度...
阅读全文
posted @ 2014-07-09 14:00 泪已凝
阅读(281)
评论(0)
推荐(0)
2014年6月24日
FileZilla Server下通过别名设置虚拟目录
摘要: 说明:FileZilla Server 的虚拟目录设置与其它 FTP 服务器软件有所不同。在 FileZilla Server 中设置虚拟目录,必须采用 FTP 根目录 + 虚拟目录名的形式来进行。比如你 FileZilla Server 的根目录(即 Home 目录)为 E:\ftp,现在你要将 ...
阅读全文
posted @ 2014-06-24 10:43 泪已凝
阅读(4839)
评论(5)
推荐(2)
2014年6月12日
使用ffmpeg合并视频
摘要: 命令: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 泪已凝
阅读(415)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告