icyleaf's blog Posts
tag:localhost,2013:Chyrp
2013-01-01T00:34:37+00:00
Chyrp
让你的WindowsXP摇身一变为Ubuntu
tag:localhost,2007-09-16:/chyrp/admin/id/2
2007-09-16T21:55:00+00:00
2007-09-16T21:55:00+00:00
icyleaf
http://icyleaf.com
root
翻译+修改自:<a href="http://www.theindietribune.com/2007/06/how-to-make-windows-look-like-ubuntu.html" rel="nofollow external" class="tpc">The Indie Tribune</a>
1.现从visual style(视觉风格)开始,如果你没有安装<a href="http://www.softpedia.com/get/System/OS-Enhancements/UXTheme-MultiPatcher.shtml" rel="nofollow external" class="tpc">Uxtheme Multipatcher</a>, 请下载并安装好否则无法实现。然后需要下载<a href="http://www.deviantart.com/deviation/37743373/" rel="nofollow external" class="tpc">Human Visual Style</a>。
2.打开C:\Windows\Resources\Themes\把Human Visual Style按格式解压缩这这里(Windows的系统盘)
现在在桌面右击,选择“外观”.在主题选项卡选择Human Visual Style。
接着是改图标,首先需要安装<a href="http://joost.endoria.net/home" rel="nofollow external" class="tpc">Icontweaker</a> ,然后在安装<a href="http://www.deviantart.com/deviation/44658210/" rel="nofollow external" class="tpc">Ubuntu Icontweaker theme</a>。
3.如果你想改变壁纸的话,点<a href="http://www.deviantart.com/deviation/18673292/" rel="nofollow external" class="tpc">这里</a> 或者 <a href="http://www.deviantart.com/deviation/57286980/" rel="nofollow external" class="tpc">这里</a>。
4.更换Windows Explorer图标,首先安装<a href="http://www.crystalxp.net/galerie/en.id.551.htm" rel="nofollow external" class="tpc">Styler toolbar</a>(免费) ,在下载<a href="http://www.deviantart.com/deviation/41848476/" rel="nofollow external" class="tpc">Ubuntu Human Theme</a>即可。
5.设置鼠标样式,点<a href="http://www.deviantart.com/deviation/35930998/" rel="nofollow external" class="tpc">这里</a>下载。
6.实现3D效果,使用<a href="http://www.stardock.com/products/bootskin/" rel="nofollow external" class="tpc">这个</a>实现,选择 "3D CUBE"。
7.实现开机启动画面,使用BootSkin(免费),点这里获得,最后下载<a href="http://www.wincustomize.com/skins.aspx?skinid=8476&libid=32&c=1" rel="nofollow external" class="tpc">Ubuntu Bootskin</a>。
8.实现登陆画面点<a href="http://www.deviantart.com/deviation/52590940/" rel="nofollow external" class="tpc">这里</a>。
9.对于使用Firefox浏览器的用户,你也可以安装其<a href="https://addons.mozilla.org/en-US/firefox/addon/3008" rel="nofollow external" class="tpc">Ubuntu Theme(皮肤)</a>。
10.WinRAR样式:<a href="http://www.rarlab.com/rar/WinRAR_Tango_48x48.theme.rar" rel="nofollow external" class="tpc">Here</a>.
wordpress
让你的WindowsXP摇身一变为Ubuntu
text
windowsxp-became-to-ubuntu
windowsxp-became-to-ubuntu
0
public
升级 xcode 4.3.1
tag:localhost,2012-03-09:/chyrp/admin/id/271
2012-03-09T14:14:31+00:00
2012-03-08T15:19:25+00:00
icyleaf
http://icyleaf.com
root
下载 XCode 目前有两种途径:
1. [Mac App Store](http://itunes.apple.com/us/app/xcode/id497799835?mt=12)
2. [Apple Developer Download Page](https://developer.apple.com/downloads/index.action) (需要有开发者账号并登陆)
对于前者好处在于免费下载但下载时间或许非常漫长;但后者如果条件都满足的话(apple developer id + [script](http://t.cn/zOcn4KN) + vps + axel)那就可以非常快速的下载到页面上面的所有资源。
XCode 4.3 之后的版本采用核心和模块分离,现在主程序只有 1.8G 左右,其余的包括 Command line tools + dashcode + graphics tools (同样可以使用上面的脚本)需要单独按需下载。但这还不是变化最大的,最大的地方在于之前版本都是存放在 `/Developer` 路径下面,4.3 之后的版本统一改放在了 `/Applications` 下面,下载 dmg 打开后直接把 Xcode 拖入 `/Applications` 即可。
安装完毕后首次启动,会有一个提示,这点需要非常注意,新版的会要求你把 `/Developer` 以及 `/Applications/Install Xcode` 一并移动至回收站,注意是整个目录完全移动。假如你的机器安装了其他的开发工具放置在了 `/Developer` 了,这里就需要谨慎处理。
初次之外,我参考 [Use Your Loaf](http://useyourloaf.com/blog/2012/2/17/updating-to-xcode-43.html) 的博文,假如你的环境还需要依赖 Command line tools for xcode,除了下载和安装的过程,还需要在终端作下处理。比如上面提到博文所说的 `agvtools` 管理 App 版本自动化的工具。在升级 4.3+ 版本可能就会出现下面的错误
$ agvtools
Error: No developer directory found at /Developer.
Run /usr/bin/xcode-select to update the developer directory path.
Use Your Loaf 博文提到需要使用 `xcode-select` 重新选择 Xcode 的安装路径,来保证终端工具可以正常运行,但是在 4.3.1 中我尝试还是失败。提示如下:
$ sudo /usr/bin/xcode-select -switch /Applications/Xcode.app
$ agvtool
Error: Can't run /Applications/Xcode.app/usr/bin/agvtool (no such file).
经常检查发现,实际上 Command line tools 安装后存放在 `/Applications/Xcode.app/Contents/Developer/usr` 路径下面,尝试更正操作:
$ sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer/
搞定!
---------华丽丽的分割线---------
**Instruments 哪里去了?**
哼哼,尝试在 Xcode 图标右键 "Open Developer Tool",看到了吧,还有一些其他的工具 :)
0
open
---
xcode: "xcode"
升级 xcode 4.3.1
text
upgrade-xcode-431
upgrade-xcode-431
0
public
Diablo 3 Web API
tag:localhost,2012-06-20:/chyrp/admin/id/285
2012-06-20T15:17:30+00:00
2012-06-11T10:21:59+00:00
icyleaf
http://icyleaf.com
root
0
open
icyleaf#1667
蛮子技能参考:
- [组队](http://db.d.163.com/calculator/barbarian.html#bXYgVk!eVb!cYZYcc)
- [SOLO Act1&2](http://db.d.163.com/calculator/barbarian.html#WSPTVk!egb!acZbcc)
- [SOLO Act3+](http://db.d.163.com/calculator/barbarian.html#WSPgVk!egb!acZacc)
- [Goblin Hunter](http://db.d.163.com/calculator/barbarian.html#WXPUVk!eVh!caZbcZ)
Diablo 3 Web API
http://blizzard.github.com/d3-api-docs/
---
Diablo3: "diablo3"
link
diablo-3-web-api
diablo-3-web-api
0
public