Centipede and Peron's Tree Frog

11:57 PM at 11:57 PM

I catch a centipede and a Peron's tree frog in my house today.

I found some informations about this frog:

The image “http://upload.wikimedia.org/wikipedia/en/thumb/e/e4/L_peronii.jpg/240px-L_peronii.jpg” cannot be displayed, because it contains errors.

See more on wikipedia : Peron's Tree Frog

Add volume control to AKG K26P

1:27 PM at 1:27 PM

I had my AKG K26P about 1.5 month ago, spend me $75AUD in Sydney HiFi shop, in the same time, there also has AKG K27i, it is a ipod version headphone, white color and with volume control, but the price is $129AUD ! Here is the details of these two headphone :

K 26 P / K 27 i

Type K 26 P: dynamic, closed-back
K 27 i: dynamic, closed-back
Efficiency K 26 P: 125 dB SPL/V
K 27 i : 126 dB SPL/V
Frequency range K 26 P: 12 Hz to 28 kHz
K 27 i : 11 Hz to 28.5 kHz
Rated impedance 32 ohms
THD <1%
Cable 1.5 m (5 ft.)
Connector Stereo mini plug
Net weight (without cable) Approx. 2.6 oz.
Special features K 26 P :
Folding mechanism
K 27 i :
Folding mechanism
Integrated precision volume control


Photo : (Left : K26P, Right : K27i)
The image “http://www.nusystems.co.uk/images/products/medium/AKG.K26P.2597.jpg” cannot be displayed, because it contains errors. http://www.musik-service.de/images/ProduX/395752743j00.jpg
Firstly, I had two wires of Sennheiser MX500, It has a volume control! I was broke the earphone, but wire is like new. The wire is asymmetrical, so cut the longer side as same as the shorter side.

Then, open the K26P, solder off the original wires, and solder the MX500 wire on.

Here has some photos of the works:

K608i 拆机照

9:16 AM at 9:16 AM

因为前几天 Motorola V3x 大减价,所以忍不住要让手机更新换代了,一是因为手机这东西一般用过一年多就会出现些小毛病,趁此还不如在出毛病前处理掉,二是因为V3x是我的梦机。为了更一步减低对V3x的花费,我就要把K608i在ebay上卖掉,卖掉之前特拆机留照以作纪念。


S7111

9:00 AM at 9:00 AM

因为不小心把橙汁撒了上去,不得已要拆机清洁。顺便留照

Moto v3x 各地官方Firmaware下载

9:21 PM at 9:21 PM

转载的,用google搜索到的,转自 http://www.yesbug.com/blog/

----------------------------原文---------------------------------

终于找到各地的v3x官方包(Firmware), 大家刷坏了可以刷回来
具体刷机教程请查看 手机之家
刷机有风险 请各位慎重

运营商:澳大利亚 H3G
版本号:R252211LD_U_85.97.F1P
下载链接: R252211LD_U_85.97.F1P

运营商:英国 H3G
版本号:R252211LD_U_85.97.F1P
下载链接: R252211LD_U_85.97.F1P

运营商:德国 E-PLUS
版本号:R252211LD_U_85.98.D0R
下载链接: R252211LD_U_85.98.D0R

运营商:无运营商官方Firmware
版本号:R252211LD_U_85.98.D0R
下载链接: R252211LD_U_85.98.D0R

运营商:无运营商台湾零售Firmware
版本号:R252211LD_AS_U_85.92.E3P
下载链接:R252211LD_AS_U_85.92.E3P

运营商:意大利 Vodafone
版本号:R252211LD_U_85.97.C03P
下载链接:R252211LD_U_85.97.C03P

-----------------------------完------------------------------

都是刷友啊,哈哈

[note] convert char to int in a string

11:01 AM at 11:01 AM

#include
#include

using namespace std;

int main()
{

//Some string here
string number = "123456789";

//Array to hold the separate integers
int intArray[ number.length() ];

//Convert from char to int
for ( int i=0; i < i="0;">

[note] read file data to string, by char

11:00 AM at 11:00 AM

#include
#include

using namespace std;

int main()
{

ifstream inputFile;
inputFile.open("some file name here");

string number;
char digit;

while( inputFile.get( digit ) )
{

number = number + digit;

}

return 0;

}

[note] pointer class function

10:55 AM at 10:55 AM

class myclass
{
node IPlist::*find (string address) const;
}

//the notation should be :

node* IPlist::find (string address) const
{
...
}

[note] Compare string

10:50 AM at 10:50 AM

//string can be compared directly, even it has "." or "@" symbols inside
#include
int main()
{
std::string a;
std::string b;
if ( a == b )
{
cout << "a is equal to b"; } }

C++ Forum

10:31 AM at 10:31 AM

I found a very good c++ forum, http://www.codeguru.com/forum/ in there, peoples gave me very fast and professional replys.

复诊

10:21 AM at 10:21 AM

周二看了医生后,给我开了三种眼药水,Timopol XE,早上用,Prednefin Forte白天用,Lumigan晚上用,当天晚上眼睛就感觉好了很多。周五去复诊。

复诊的地方可真远,离我家大概30公里,只预订到了早上9:15的时间,不到8点就出门了,绕过堵车的区,刚好按时到。

复诊结果,我的右眼压强跌到了16,基本没问题了,继续用药10天,在检查一下就可以了。

折腾啊,看来以后要多注意身体保养了

my eye ...

7:17 PM at 7:17 PM

我的右眼已经快5天不舒服了,红、涨、痛、模糊,今天还连带着偏头痛,我这是招的什么罪?哎,人哪,就是贱,以前没有不舒服的时候,总是读不进去书,一读就走神,可好,这几天眼不舒服了,阅读就越想读,效率还挺高,无奈就是眼睛不允许长时间使用,我的神厄~~ 我不是贱骨头吗?! 上周去看医生,说我这可能是青光眼,我的天,我都懵了,可专科医生只有每周2才在,所以只拿了个普通的消炎眼药水,明天就要去看专科医生了,可恶的是专科医生诊断,竟然要我自己掏腰包,140 澳元一次啊,够我吃俩多星期呢!天哪!这些天,也在网上查了些零散的资料,推想起来,大概是自己平时对电脑太多,不注意休息引起的,所以也提醒路过的各位,要劳逸结合,不要累坏了自己啊!一旦有了毛病,后悔都来不及啦。希望我明天的诊断不会有大毛病吧,肉体和精神我都赔不起啊!! 打这么多字,累死我了

耳机技术参数名词解释

9:34 PM at 9:34 PM

自从发现我的iPod原装耳机在听中音时有共振,就开始寻觅选购一款性价比高的耳机,也开始对耳机的技术参数有所了解。

佩戴方式

耳机根据其换能方式分类,主要有动圈式、静电式和等磁式。从结构上分开放式,半开放式和封闭式。从佩带形式上则有耳塞式,挂耳式和头戴式。 开放式耳机的外壳是开放的,开放式耳机质量轻,声音自然,无压迫感。因为是开放的,声音外泄,外界噪声也会进入。 半开放耳机是指耳机的开放是选择性的,即只对某些频率开放对其它频率是封闭的,或者是在一定方向上是开放的在其它方向是封闭的。 封闭式耳机的外壳是封闭的,防止外界声音进入,声音外泄很少,在专业监听中使用的很多。声音一般来说非常清晰,细节丰富,低频响应非常好,对大多数人来说封闭式耳机佩带有密闭之感。


频响范围 (Frequency range / Frequency Response)

频率所对应的灵敏度数值就是频率响应,绘制成图象就是频率响应曲线,人类听觉所能达到的范围大约在20Hz-20000Hz,目前成熟的耳机工艺都已达到了这种要求。


阻抗 (Rated impedance)

注意与电阻含义的区别,在直流电(DC)的世界中,物体对电流阻碍的作用叫做电阻,但是在交流电(AC)的领域中则除了电阻会阻碍电流以外,电容及电感也会阻碍电流的流动,这种作用就称之为电抗,而我们日常所说的阻抗是电阻与电抗在向量上的和。


灵敏度 (Efficiency / Sensitivity)

指向耳机输入1毫瓦的功率时耳机所能发出的声压级(声压的单位是分贝,声压越大音量越大),所以一般灵敏度越高、阻抗越小,耳机越容易出声、越容易驱动。

amule for firefox

10:24 PM at 10:24 PM

按照下面的图片设置

解决SuSE10.1不能更新的问题

10:05 PM at 10:05 PM

首先服务器添ftp.gwdg.de,目录添pub/linux/misc/suser-guru/rpm/10.1
然后使用Online-update,更新系统,使用默认的软件包选择,继续更新几次,问题就解决了。

也不知怎么回事,suse这次的系统竟然出现这样的bug

SuSE Linux 10.1 添加安装源

1:36 AM at 1:36 AM

1 开yast,添加安装源
2 如果有add on CD可以点添加,点本地iso,找到iso
3 添加http源,服务器添packman.iu-bremen.de,目录添suse/10.1,确定。中途可能会有警告,选择是就可以了
4 添加ftp源,服务器添ftp.gwdg.de,目录添pub/linux/misc/suser-guru/rpm/10.1,确定。
5 添加http源,服务器添download.opensuse.org,目录添distribution/SL-10.1/inst-source,确定。
6 添加http源,服务器添download.opensuse.org,目录添distribution/SL-10.1/non-oss-inst-source,确定。

转自 linuxsir.org