-webkit-box-shadow: #666 0px 5px
10px;-moz-box-shadow: #666 0px 5px 10px;box-shadow: #666 0px 5px 10px;/* For IE
8 */-ms-filter: "progid:DXImageTransf...
分类:
Web程序 时间:
2014-05-08 23:14:26
阅读次数:
328
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Net;using System.IO;using
System.Runtime.InteropService...
分类:
Web程序 时间:
2014-05-08 23:12:06
阅读次数:
622
格式化源码是很常见的需求,emacs有个indent-region函数用于格式化选定的代码,前提是你处在某个非text
mode下,如c-mode或者java-mode之类。如果要格式化整个文件,你需要先选定整个文件(C-x-h),然后调用indent- region(或者
C-M-\ )。两个命....
分类:
其他好文 时间:
2014-05-08 23:11:40
阅读次数:
395
Push的原理:Push
的工作机制可以简单的概括为下图图中,Provider是指某个iPhone软件的Push服务器,这篇文章我将使用.net作为Provider。APNS
是Apple Push Notification Service(Apple Push服务器)的缩写,是苹果的服务器。上图可...
分类:
移动开发 时间:
2014-05-08 23:06:27
阅读次数:
540
这篇文章是jQuery各种
show/hide方式的性能测试。作者之所以测试这个源于Robert
Duffy在SanFrancisco举行的jQuery大会上的一句话:“.hide()和.show()的执行速度会比直接改变css慢”。但由于未能找RobertDuffy问明原因,所以作者就自己去做了这...
分类:
Web程序 时间:
2014-05-08 23:05:54
阅读次数:
1002
本文翻译自http://devmaze.wordpress.com/2011/01/18/using-com-android-internal-part-1-introduction/#more-79Android有两类API在SDK中不能使用。第一类就是位于包com.android.interna...
分类:
移动开发 时间:
2014-05-08 23:05:26
阅读次数:
486
Fiddler是最强大最好用的Web调试工具之一,它能记录所有客户端和服务器的http和https请求,允许你监视,设置断点,甚至修改输入输出数据.
使用Fiddler无论对开发还是测试来说,都有很大的帮助。阅读目录Fiddler的基本介绍Fiddler的工作原理同类的其它工具Fiddler如何捕获...
分类:
其他好文 时间:
2014-05-08 23:04:52
阅读次数:
453
//指定一个文件名,写入脚本 string filename =
Path.Combine(path,"killmyself.bat"); using (StreamWriter bat = new Stream...
分类:
其他好文 时间:
2014-05-08 23:02:31
阅读次数:
676