Tag Archives: Software

如何直接在Foobar播放窗口复制歌曲信息

1、File-Preferences-General-Keyboard Shortcuts-Add New 2、Action下面的Filter List By里输入Copy 3、找到Context/Playlist-Utils下面的 Copy Name(s)选中 4、在Key下设置热键,如Ctrl+C,右侧的Global Hotkey选中则为全局热键(不建议)。 5.前往Advanced,打开Display,找到Copy Command设置Copy出来的内容的格式。 6.例如[%list_index%. ][%artist% – ]['['%album%[ #%tracknumber%]']' ]%title% 对应的分别是 列表内的序号. 艺术家名称 – [专辑名称 #歌曲序号]歌曲名称 查看更多Foobar2000:Title Formatting信息: http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Titleformat_Reference

Posted in Software | Tagged , , | Leave a comment

Windows Mobile 平台上的Hosts修改软件

准确的说Windows Mobile上是没有Windows平台上的那个Hosts文件的,它的这些信息存放在注册表中。 在这篇文章中展示了WM平台上域名对应IP地址的信息存放形式: 存放于HKEY_LOCAL_MACHINE\Comm\Tcpip\Hosts 直接修改注册表添加信息的方法: -增加一个以域名命名的子键 -增加ipaddr,数值为ip地址的十六进制值。 -增加ExpireTime,设置为99 99 99 99 99 99 99 代表永不过期 图例: 这样比较麻烦,该网站直接提供了一个免费的修改工具,省去了你计算16进制数值的时间。 软件的下载地址: http://mobilitydojo.net/2008/10/09/using-a-hosts-file-on-windows-mobile/ Windows Mobile Professional http://mobilitydojo.net/files/HostsFileEditPro.exe Windows Mobile Standardhttp://mobilitydojo.net/files/HostsFileEditStd.exe 软件截图两张: PS:勾选上Show SIP即可打开输入面板。

Posted in PocketPC, Software | Tagged , , , | Leave a comment

简单的Hosts文件修改工具Win Hosts File Editor

这是在yo2.cn上写的第一篇网志 : 在ip被咔嚓的如此迅速的情况下,每次修改hosts文件都要进的这么深的确是一件很头疼的事情,Hosts文件一般存放于C:\WINDOWS\system32\drivers\etc\hosts。有两方法可以让你迅速打开并修改hosts文件。 1.在桌面或常用的目录新建一个快捷方式只想hosts文件。 2.使用Win Hosts File Editor。 Win Hosts File Editor是一个简单的host修改工具。 软件介绍:Get to your Windows HOSTS file with the click of a button (quick launch shortcut or desktop shortcut). This simple editor saves you the time of having to … Continue reading

Posted in Software | Tagged , , , | 1 Comment