一个经得起时间考验的人
admin
该用户没有分享资料
admin
程序“[1912] w3wp.exe: DefaultDomain”已退出,返回值为 0 (0×0)
八 25th
附件:error.txt(7215 Byte)
重命名或移动“Documents and Settings”文件夹的方法
八 25th
mulator: could not find virtual device named ‘AVD Name’
八 25th
I ran into this very problem. One tool was getting my home directory from the registry (HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Desktop) and another tool was getting it from an environment variable (HOMEPATH or USERPROFILE). For me they didn’t match. I fixed it by changing the Windows registry using the regedit command. Warning: it’s easy to mess up your registry and render your machine unusable if you don’t know what you’re doing in regedit.
从SDN快速下载JDK的简便方法
八 24th
如果有过从SDN Home 下载JDK经验的朋友应该会感觉到这个过程相当麻烦,首先是需要注册用户,然后居然是把下载的链接发送到注册用户的邮箱,这样虽然在用户的邮箱中保存了JDK的下载链接,简化了再次下载的过程,但是如此复杂的流程浪费了大家不少的时间,因此提供一个直接下载Java SE Development Kit的办法:
下载 jdk-1_5_0_16-windows-i586-p.exe 的链接
https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jdk-1.5.0_16-oth-JPR@CDS-CDS_Developer
下载 jdk-1_5_0_18-windows-i586-p.exe 的链接
https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jdk-1.5.0_18-oth-JPR@CDS-CDS_Developer
下载 jdk-1_5_0_20-windows-i586-p.exe 的链接
下载 jdk-6u13-windows-i586-p.exe 的链接
https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jdk-6u13-oth-JPR@CDS-CDS_Developer
下载 jdk-6u16-windows-i586-p.exe 的链接
大家可以根据以上提供的链接的规律构造JDK下载链接,只需要对应的修改ProductRef参数的值即可。
出现移动项目、复制项目的问题的解决办法
八 5th
打开多个文件或者文件夹,或者在开始菜单中打开菜单项时出现一个“移动项目”对话框,对于这个问题的解决办法是修改注册表。
具体的修改方法如下:
移动项目: 打开“运行”(开始菜单那里),输入:regedit 以打开注册表编辑器。 找到下面注册表位址: HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To 删除这个项下的注册表默认项的值。 复制项目: 通常来说,“移动项目”的问题解决完后就会出现“复制项目”的问题,解决方法也很简单: 打开注册表,找到以下位址: HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To 删除这个项下的注册表默认项的值。
正常的注册表值应该如图所示: