摘要:
在公司的电脑上安装了GhostDoc for Visual Studio 2008插件使用起来很方便.这次一并将程序和参数打包带回了家,想在小黑上装上这个不错的插件 GhostDoc for Visual Studio 2008.但却无论怎么搞都无法启动起来. 想安装的可以到这里下载:http://www.roland-weigelt.de/ghostdoc/ SmartPaster2008 插件... 阅读全文
摘要:
http://forum.springframework.net/showthread.php?t=572 Hi all,Since usage of [ThreadStatic], CallContext and HttpContext in Webapplications has already been discussed several times but imho to little, ... 阅读全文
摘要:
今天遇到这样的问题,最后在GOOGLE上面搜到了这个文章,终于解决了问题!特此用作者感谢 ----------------------------- 今天重新启动Vista系统之后,再次启动IIS时提示“另一个程序正在使用此文件,进程无法访问。(异常来自HRESULT:0x80070020)” (the process cannot access the file because it is ... 阅读全文
摘要:
在页面输入框的边上显示可输入的剩余字符长度。 存在的问题:1、如果需要在校验长度的同时还需校验其他类型则会出现重复显示。2、动态提示框不能显示在下边,左边等边等,只能显示在右边。最好实现可以根据浏览器情况动态显示位置。 function fetchOffset(obj) { var left_offset = obj.offsetLeft; var top_offset = obj.o... 阅读全文