随笔分类 -  软件使用

how to use software to improve our efficiency`
Chrome 启动时页面被更改
摘要:Chrome启动的时候,默认页面一直被定为在hao123.com/?tn=99075702_hao_pg根据网络上的教程在Chrome的设置里边将 打开特定的网页或一组网页更改后无效,之后发现把其中的chrome.exe删掉,接着把old_chrome.exe更改为chrome.exe,我们在set... 阅读全文
posted @ 2014-10-06 10:09 无界追踪 阅读(1441) 评论(0) 推荐(0)
64 位python libxml2安装
摘要:1. 显示python没有在注册表中定义## script to register Python 2.0 or later for use with win32all# and other extensions that require Python registry settings## writ... 阅读全文
posted @ 2014-05-15 23:53 无界追踪 阅读(1567) 评论(0) 推荐(0)
An error occured during the installation of assembly "Microsoft.VC90.CRT……"
摘要:在安装python2.7.6的时候发生了这个问题。截图如下:根据:https://awrcorp.com/download/faq/english/questions/microsoft_vc90_install_problem.aspx得出,这个问题是由于,windows 安装更新后,没有重启引起... 阅读全文
posted @ 2014-05-12 17:09 无界追踪 阅读(930) 评论(0) 推荐(0)
新建word后就有页眉问题解决
摘要:解决办法:1、如果office2003或者office2007总是不能正常,或提示出现问题,可考虑删掉默认的normal.dot模板或者normal.dotm模板;2、最便捷的方法:在开始--运行输入:%appdata%\microsoft\templates,回车;3、删除Normal.dot或者... 阅读全文
posted @ 2014-04-26 19:19 无界追踪 阅读(941) 评论(0) 推荐(0)
打开VMware Authorization Service不能启动的解决方法
摘要:由于windows 7 安装VMware Workstation的盘均加密,经常遇到上述问题。 解决方法: Windows7下打开VMware虚拟机提示:the VMware Authorization Service is not running,意思是VMware Authorization这个服务没有运行,但是我们在系统服务中找不到这个服务,其实这个问题,只需要右键VMware的快... 阅读全文
posted @ 2014-02-13 16:05 无界追踪 阅读(2837) 评论(0) 推荐(0)
Secure CRT 你应该知道的
摘要:中文乱码 原因: 中文乱码,因为服务器的编码,大多是UTF-8, 而SecureCRT的编码大多与自己主机系统的编码一致,所以这里要将 SecureCRT的编码设置为utf-8 操作: option->Session option->Terminal->Appearance 中将 Character encoding 设置为UTF-8 此外 可以将 Emulation 中的Terminal 设置为linux,这样就很像平时我们使用的终端了调整字体 刚刚使用SecureCRT发现它没有putty那么好看的字体,写代码比较漂亮的字体 Courier New 等字体是存在的... 阅读全文
posted @ 2014-02-13 08:46 无界追踪 阅读(284) 评论(0) 推荐(0)