Archive for the ‘使用教学’ Category.
Thursday,October 7th, 2010, 14:35:12

到目前为止,还是没有办法把自己Facebook上的信息全部打包下载。
但是今天Facebook CEO Mark Zuckerberg宣布一个新功能”Download Your Information”。
允许Facebook使用者下载个人资料到一个压缩Zip档案。
“People own and have control over all info they put into Facebook and “Download Your Information” enables people to take stuff with them,” says Zuckerberg.
Continue reading ‘Facebook新功能-Download Your Information’ »
Tuesday,July 13th, 2010, 20:30:48


看这两张图,大家有没有发现许多人Facebook的profile picture大小不一样?
有些很大,有些很小。
可是明明就已经upload大张的图片上去了,可是展示的还是很小张!
这篇和大家分享其中的设定。
Continue reading ‘Facebook最大个人头像及相片设定’ »
Friday,July 9th, 2010, 23:39:44

今天想给个人blog换个背景background,现在都是流行写在CSS里头。
选了好几张相片,可是CSS只能设置一张背景。
如
1
2
3
| body {
background: url(http://img401.imageshack.us/img401/7982/speedlikecy01.jpg) center no-repeat
} |
可是只能设定一张,有点枯燥的感觉。
想到Ideal是,每次打开blog都会随机展示不同的背景。
Random CSS background rotater
Continue reading ‘Random CSS background’ »
Sunday,December 13th, 2009, 09:15:14
Sunday,December 6th, 2009, 18:23:21
PPStream在非中文简体的系统,可能会不能正常运行。
解决PPS出现乱码,节目列表都是乱码的问题。
原因是pps不是使用unicode字源,而目前pps没有unicode,英文或中文繁体版本。

个人用的电脑系统是 英文版windows 7 64bits,运行pps也是出现这个问题。
过后研究出两个方法解决了这个问题,都可以解决pps在win7 和 vista上的乱码问题。
Continue reading ‘解决PPStream在Windows 7/Vista乱码问题’ »
Friday,December 4th, 2009, 10:56:50
Google昨天新推出的service,Google Public DNS。
在google的官方blog,发布的新消息Introducing Google Public DNS得知。
google解说使用Google Public DNS可以
- 加快游览速度
- 提高安全性
- 得到准确结果不随意跳转
Google Public DNS IP 位置是
8.8.8.8
8.8.4.4
简单又好记,相信google的dns service不会容易down稳定性会比较高。
Continue reading ‘Google推出新服务:Google Public DNS’ »
Saturday,August 8th, 2009, 21:51:32
Apache日志不记录图片文件设置方法是
打开httpd.conf, 把下面的code添加到最底部。
1
2
3
| <filesmatch "\.(ico|gif|jpg|png|bmp|swf)">
SetEnv IMAG 1
</filesmatch> |
用法如下
CustomLog logs/access_log combined env=!IMAG
Continue reading ‘Apache log档不记录图片档’ »
Friday,July 17th, 2009, 22:33:52

前几天无聊研究如何在自己电脑设定虚拟主机(virtual host)。
这篇是教导大家在自己Windows base电脑使用WampServer设定多个虚拟主机。
Continue reading ‘在WampServer设定虚拟主机’ »
Wednesday,June 17th, 2009, 00:43:04

现在网路上有许许多多的服务,
Twitter,Plurk,Pownce,Fanfou「饭否」,Buboo「巴布」…众多微网志(micro-blog)百花齐放;
还有Facebook ,MySpace,Hi5,Friendster…等等的status更新,每个社群也有其独有特质。
那么多服务,网络资源分散难管理。又想要每个都照顾到,这时候我们可以使用Hellotxt。
Continue reading ‘Hellotxt同时同步facebook,twitter,plurk等几十种服务’ »
Friday,March 27th, 2009, 21:16:17
第一种
打开游戏连接Battle Net,游戏会自动更新。(需要正版游戏)
第二种
上网下载更新档,自己更新。
可能会报告错误不能更新,很有可能是路径[path]错误。
使用warcraft3-regfixer 解决。
warcraft3官方更新档下载点
http://ftp.blizzard.com/pub/war3x/patches/
请自己选择相对应的版本和语言
Continue reading ‘How to update warcraft3’ »