• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
BeyondTechnology
博客园    首页    新随笔    联系   管理    订阅  订阅
2011年2月21日
给IE添加右键菜单
摘要: 注册表键值[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\MyContextMenu]MyContextMenu是IE右键菜单中自定义的项(默认)值改为file://c:\\Html.htm指向的文件只能是htm形式的,虽然有类似“res://D:\Win7\MICROS~1\OFFICE11\EXCEL.EXE/3000”和“res://D:\Win7\China Mobile\Fetion\FetionExt.dll/202”形势的,其实都是html页面新建一个D 阅读全文
posted @ 2011-02-21 22:50 BeyondTechnology 阅读(331) 评论(0) 推荐(0)
SourceForge上下代码
摘要: 1.下载tortoise SVN2.在sourceforge页面选code中的SVN,并复制其svn地址,如图需要复制的地址是https://explorerplus.svn.sourceforge.net/svnroot/explorerplus不要全部复制,否则会出现 “Could not open the requested SVN filesystem”错误,无法down代码3.在本机右键->tortoise SVN->export...4.将 svn地址复制到其中,选择保存目录,点确定。 阅读全文
posted @ 2011-02-21 22:30 BeyondTechnology 阅读(328) 评论(0) 推荐(0)
Delete Visual C++ Useless Files
摘要: Option ExplicitDim FullFileNameFullFileName = Wscript.ScriptFullNameDim CurrentPath CurrentPath = Left(FullFileName,InstrRev(FullFileName,"\") -1)Dim fsoSet fso = CreateObject("Scripting.FileSystemObject")Dim Folder,Files,SubFolderSet Folder = fso.GetFolder(CurrentPath)VisitAndDelete(Folder)Function 阅读全文
posted @ 2011-02-21 21:16 BeyondTechnology 阅读(223) 评论(0) 推荐(0)
获取当前文件所在目录
摘要: 'dim s,dir0,dir1,dir2's=wscript.scriptfullname'on error resume next'dir0=left(wscript.scriptfullname,instrrev(s,"\")-1)'dir1=left(wscript.scriptfullname,instrrev(dir0,"\")-1)'dir2=left(wscript.scriptfullname,instrrev(dir1,"\")-1)'msgbox dir0'当前目录'msgbox dir1'上层目录'msgbox dir2'上上层目录Option ExplicitDim 阅读全文
posted @ 2011-02-21 00:22 BeyondTechnology 阅读(388) 评论(0) 推荐(0)
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3