简单的被选中的箱子使用CSS
由askars写 2008年3月28日 与 没有评论.
读更多文章 编码样品 并且 otherSoftware 并且 设计 并且 howto 并且 css 并且 Java语言.
您当前浏览文章从 微软视窗景色兼容软件 匹配类别
由askars写 2008年3月28日 与 没有评论.
读更多文章 编码样品 并且 otherSoftware 并且 设计 并且 howto 并且 css 并且 Java语言.
在这页,我将显示您
如何加速文件夹通入在您的计算机
. 为什么您需要加速文件夹通入? 以我所见,如果您在您的计算机,有很多文件夹和次级目录您需要做那。 由于,当您访问目录,您的窗口系统意志浪费很多时间更新显示最后存取时间为那个目录的邮票。 如此您需要使通入更新失去能力从做此停止您的计算机。
跟随这些步
speed up folder access by disable access update
on your computer.
1. Click on
RUN
, type Regedit in the open box and then click “OK”.
2. Find
HKEY_LOCAL_MACHINE > System > CurrentControlSet > Control > FileSystem.
3. Create new
DWORD Value
called…
Click to continue reading "How to Speed Up Folder Access"
Written by Tyllonet on January 8th, 2008 with 1 comment.
Read more articles on Speed Up Folder Access and How to Make Your Computer Faster and otherSoftware and howto.
If Windows ever notifies you about a weak signal, it probably means your connection isn’t as fast or as reliable as it could be. Worse, you might lose your connection entirely in some parts of your home. If you’re looking to improve the signal for your wireless network, try some of these tips for extending your wireless range and improving your wireless network performance.
1. Position your wireless router (or wireless access point) in a central location
When possible, place your wireless router in a central location in your home. If your wireless router is against an outside wall of your home, the signal will be weak on the other side of your home. Don’t worry if you can’t move your wireless router, because there are many other ways to improve your connection. (more…)
broadband, computer, Guide, Hardware, howto, Internet, microsoft, transferring files, Wi Fi, wifi, wireless, wireless network, wireless router, wireless signals
Written by Jason on November 7th, 2007 with no comments.
Read more articles on Guide and broadband and Wireless Network and transferring files and wifi and wireless signals and wireless router and Wi Fi and Wi-Fi and computer and Computer and Microsoft and Internet and Internet and howto and wireless and Hardware.
I got this error from one of my ASP.NET web services when I tried to fetch some data from a remote database. I tried searching online for a possible fix to this issue but found none to be convincing and so thought of publishing the solution that resolved the issue.
Please note that this solution may only be effective if you are debugging your ASP.NET page/web service and are manually attaching the worker process.
1. Attach to the worker process.
2. With the aspnet_wp.exe highlighted hit the “Select…” button at the top right hand side.
You will get the “Select Code Type” dialog with the “Automatically determine the type of code to debug” selected. Now for ASP.NET to use the “Managed” code type by checking the “Managed” checkbox.
Try it again and it should work without the “EXECUTE permission denied on object ’sp_sdidebug’, database ‘master’, owner ‘dbo’.” error.
Hope it helps. Let me know of any issues or alternate solutions in comments.
Written by askars on October 25th, 2007 with 1 comment.
Read more articles on howto and Misc and ASP.NET and .Net and Visual Studio and Tips and Tricks.
Ever wonder how to write comments within an aspx file? <!– –> won’t cut it as it gets processed on the server side and the resulting HTML will contain the commented code as processed. Enter, <%– –%>. There are 2 ways you can truly comment on an aspx file.
One way. for example,
<%–
Anything within this block will not be parsed/handled by ASP.NET.
<asp:TextBox runat=”server”></asp:TextBox>
–%>
And here is the other visual way of doing it,
Hope it helps.
Written by askars on September 30th, 2007 with no comments.
Read more articles on howto and ASP.NET and .Net and Visual Studio and Tips and Tricks.