摘要:ASP.NET applications in IIS 7.0 Integrated mode requires configuration changes if they define custom modules or handlers. The primary changes involve moving the module and handler configuration from the ASP.NET’s and sections to the IIS 7.0 and sections used by the Integrated pipeline. 阅读全文
Creating portable ASP.NET applications that work on IIS 6.0, IIS 7.0 Classic, and IIS 7.0 Integrated modes
2010-07-28 15:19 by Johnny Qian, 552 阅读, 0 推荐, 收藏, 编辑Fix Unable to Pin App to Taskbar and Start Menu Error in Windows 7
2010-07-23 00:19 by Johnny Qian, 643 阅读, 0 推荐, 收藏, 编辑
摘要:In Windows 7 , there may be occasional error where user cannot drag and drop an application program to Windows Taskbar (Superbar) and Start Menu anymore, with the icon shows a red cross when user attempts to place it on Taskbar or Start Menu. When right click on a program icon or shortcut, the “Pin to Taskbar” and “Pin to Start Menu” context menu is missing and not showing too. 阅读全文
Visual Studio 添加带快捷方式的文件
2010-07-06 10:06 by Johnny Qian, 400 阅读, 0 推荐, 收藏, 编辑
摘要:使用Visual Studio打开某些项目时,有时候会发现解决方案里面的文件有些“不一样” 阅读全文
LinkButton与HyperLink的小结
2010-05-30 16:18 by Johnny Qian, 660 阅读, 0 推荐, 收藏, 编辑
摘要:最近项目中用到了Linkbutton,说实话以前不怎么用这个控件,一般都是用HyperLink。
现在才发现LinkButton与HyperLink有很大的差别。
用法上最大的区別是LinkButton有Click事件,支持回发﹐而HyperLink沒有。
LinkButton可以在链接到新页面前﹐做一些其他处理﹐如拼写URL。
而HyperLink像一个超链接,不会回发,和手写Html中的A标签没啥两样。
使用上﹐前者URL参数在PostBackUrl中指定﹐后者在NavigateUrl中指定。
阅读全文
您没有权限修改该网络位置的文件
2010-05-28 21:38 by Johnny Qian, 2941 阅读, 0 推荐, 收藏, 编辑
摘要:WIN7旗舰版 保存网上的图片 或在本地修改文件后,时不时系统会弹出对话框提示:
您没有权限修改该网络位置的文件,
请与管理员联系修改管理权限。 阅读全文
Windows7:将Windows Live Messenger最小化到托盘区
2010-04-21 20:15 by Johnny Qian, 1650 阅读, 0 推荐, 收藏, 编辑
摘要:在Windows 7下使用WLM会发现任务栏始终会存在WLM地图标,如果想让它和以前一样待在右侧地通知区域地话,只需以Windows Vista兼容模式运行即可。这样一来,当WLM主窗口最小化以后,就不会出现在下方任务栏里,可以为节省一个图标位置。 阅读全文
设置Outlook最小化到托盘
2010-04-19 16:36 by Johnny Qian, 1250 阅读, 0 推荐, 收藏, 编辑
摘要:刚上班,需要经常打开Outlook,最小化后又在任务栏上占了个位置,于是想能不能将Outlook最小化到托盘区呢?
在网上一找就有办法了。 阅读全文
反编译 .NETZ 压缩过的exe程序
2010-02-22 11:00 by Johnny Qian, 4562 阅读, 4 推荐, 收藏, 编辑
摘要:在网上下载了一个程序,觉得程序功能不错,看程序界面像是用.NET写的(用PEiD查看了,检测结果是Microsoft Visual C# / Basic .NET),于是想用 .NET Reflector反编译看一下代码,结果发现这个程序使用.NETZ 压缩过了,整个程序用 .NET Reflector反编译后就只得到了NetzStarter.cs文件和一个资源文件app.resx。 阅读全文
HTML标签的英文全称与中文释义
2010-01-26 10:26 by Johnny Qian, 3875 阅读, 3 推荐, 收藏, 编辑
摘要:了解一下HTML标签的英文意义,有助于我们熟记HTML标签的用法,本文来源于网络。 阅读全文
HTML列表标签 UL/OL LI 结合CSS的运用
2010-01-26 09:49 by Johnny Qian, 1590 阅读, 0 推荐, 收藏, 编辑
摘要:列表标签是HTML中重要的一个环节,因为它在DIV+CSS布局中作用非常大,合理使用会使网页结构清晰,减少垃圾代码。 阅读全文