摘要:
大家都知道IE6之支持标签的:hover行为了,但是通常在做实际效果的时候标签 :hover在IE6下会失效,
失效一般发生在你想通过hover切换a标签内部子标签样式的时候。 阅读全文
摘要:
早些时候参考http://code.google.com/p/html5uploader/ 写了一个jquery的html5上传控件。
昨天在一个asp.net mvc3的网站中测试时遇到一些很恶心的问题:
1,文件小的时候,可以正常上传。(比如10M左右都可以。我改了web.config,,理论上可以传200M)
2,在上传一个45MB的PSD文件时,报404错误。
404啊。。。一般是web server找不到资源时才会报的错误,怎么可能在文件上传的时候抛出这种类型的异常呢???最要命的是文件比较小的时候是正常的。
chrome 控制台报的错误:
Failed to load resource: the server responded with a status of 404 (Not Found) 阅读全文
摘要:
Windows Command Line Find and replace - Made easy with FART.exeHere is a great little application that does a find and replace on a particular file, file type or file contents, then replaces it with a string of your choice. It can look in sub directories as well.The small app is called FART, yes tha 阅读全文
摘要:
[注:本文转自http://hi.baidu.com/vivaid/blog/item/68fe35736c1d440d8701b08b.html]具体设置如图:网络上的设置好像不大对,这个是我这有效的设置。可以压缩css与js。需要其它参数的就自己到http://developer.yahoo.com/yui/compressor/中寻找了。command:javaargument:-jar $(AppDir)\filters\yuicompressor-2.4.2.jar --type $(FileExt) --charset utf-8 $(FileName)-o $(FileName 阅读全文
摘要:
本文适用于Ubuntu 10.10这两天一直在搭建ubuntu里面到开发环境,对于习惯了win7的傻瓜式的操作的我来说还算是小挑战~不过整个过程还是蛮有意思,渐渐地你会发现鼠标真的是浮云。下面记录下偶怎么安装aptana3(aptana2应该也适用)。翻译参考文档:http://www.ygamretuta.com/2010/12/install-aptana-3-in-ubuntu-10-10/安装java运行时,偷看这里说明:实际上偶并没有执行这步,因为发现在安装aptana3之前 java的运行时已经安装过了。貌似是安装ubuntu-restricted-extra这个包时自动安装滴!到 阅读全文