如何在Windows 7 X64上安装工行华虹U盾

April 4th, 2010

在Windows7(64位)下安装工行华虹U盾的时候要选择“兼容模式(vista sp2模式)”,然后按照步骤就行安装。
安装完毕后工行华虹U盾的驱动程序不一定会安装好。

如果在设备管理器中我们就可以看到,智能卡设备是一个叹号,提示智能卡设备找不到驱动。

更多 »

玩单反就是玩镜头: 单反镜头参数详解

April 3rd, 2010

有句话说的好:玩单反就是玩镜头,的确是这样。

单反数码相机(DSLR)与普通DC一个很大不同点在于:普通DC的镜头是固定在机身上的,不能更换,你买了以后就只能用这个镜头,没有选择余地;而单反数码相机的镜头是可以更换的,只要卡口配套,你可以随意更换广角、长焦、定焦等不同类型镜头,这就给拍摄者提供了很大的创意空间,当然这也给了器材发烧友们以大笔挥霍钱财的途径。无论如何,一旦我们用上了DSLR,我们就不得不开始同各种镜头打交道。

 从今天起,我们将学习一下单反数码相机镜头方面的一些知识,以下内容是我将从网上找到的多种资料加上我掌握的知识糅合而成的,因为我觉得找到的每一种资料都不全面,必须重新整理,姑且算我的原创吧!

更多 »

婴儿体重身高对照表

March 18th, 2010
年龄  体重(kg)  身高(cm) 
男  女  男  女 
出生  2.9-3.8  2.7-3.6  48.2-52.8  47.7-52.0 
1月  3.6-5.0  3.4-4.5  52.1-57.0  51.2-55.8 
2月  4.3-6.0  4.0-5.4  55.5-60.7  54.4-59.2 
3月  5.0-6.9  4.7-6.2  58.5-63.7  57.1-59.5 
4月  5.7-7.6  5.3-6.9  61.0-66.4  59.4-64.5 
5月  6.3-8.2  5.8-7.5  63.2-68.6  61.5-66.7 
6月  6.9-8.8  6.3-8.1  65.1-70.5  63.3-68.6 
8月  7.8-9.8  7.2-9.1  68.3-73.6  66.4-71.8 
10月  8.6-10.6  7.9-9.9  71.0-76.3  69.0-74.5 
12月  9.1-11.3  8.5-10.6  73.4-78.8  71.5-77.1 
15月  9.8-12.0  9.1-11.3  76.6-82.3  74.8-80.7 
18月  10.3-12.7  9.7-12.0  79.4-85.4  77.9-84.0 
21月  10.8-13.3  10.2-12.6  81.9-88.4  80.6-87.0 
2岁  11.2-14.0  10.6-13.2  84.3-91.0  83.3-89.8 
2.5岁  12.1-15.3  11.7-14.7  88.9-95.8  87.9-94.7 
3岁  13.0-16.4  12.6-16.1  91.1-98.7  90.2-98.1 
3.5岁  13.9-17.6  13.5-17.2  95.0-103.1  94.0-101.8 
4岁  14.8-18.7  14.3-18.3  98.7-107.2  97.6-105.7 
4.5岁  15.7-19.9  15.0-19.4  102.1-111.0  100.9-109.3 
5岁  16.6-21.1  15.7-20.4  105.3-114.5  104.0-112.8 
5.5岁  17.4-22.3  16.5-21.6  108.4-117.8  106.9-116.2 
6岁  18.4-23.6  17.3-22.9  111.2-121.0  109.7-119.6 
7岁  20.2-26.5  19.1-26.0  116.6-126.8  115.1-126.2 
8岁  22.2-30.0  21.4-30.2  121.6-132.2  120.4-132.4 
9岁  24.3-34.0  24.1-35.3  126.5-137.8  125.7-138.7 
10岁  26.8-38.7  27.2-40.9  131.4-143.6  131.5-145.1 

nginx如何添加子域名对应的网站?

March 1st, 2010

假设有一个www.blah.com了, 想把子域名网站xxx.blah.com指向另外一个完全不同的服务器目录.
其实很简单,完全跟添加一个新的域名差不多,只需要把server_name设为该子域名,其余完全类似.

Nginx + Django Setup

February 28th, 2010

Follow the below articles, it should be able to work:

http://wiki.nginx.org/NginxDjangoFastCGI

http://code.djangoproject.com/wiki/InitdScriptForLinux

http://stackoverflow.com/questions/605173/how-to-nginx-virtual-servers-fcgi-for-django

Notice fast CGI config in nginx:
fastcgi_pass_header Authorization;
fastcgi_intercept_errors off;

更多 »

皮皮书屋

February 27th, 2010

http://www.ppurl.com/

不错的电子书网站,很有特色,注册用户的Captcha是一段程序,问你输出是什么。

#include

更多 »

How to remote logon to linux X Desktop

February 27th, 2010

There are several options.

1. VNC

http://markus.revti.com/2009/08/installing-vnc-remote-desktop-on-ubuntu-linux-vps/

2. FreeNx

https://help.ubuntu.com/community/FreeNX

更多 »

How to tell your linux OS is 32 bit or 64 bit?

February 26th, 2010

uname is the command you need. It can also tell kernel version. If you used to compile VMWare tools, it needs to find the kernel headers that matches the kernel version.

The sampe output of uname is below:
Linux MachineName 2.6.22-14-generic #1 SMP Tue Feb 12 02:46:46 UTC 2008 x86_64 GNU/Linux

poor landing page quality?

February 24th, 2010

If google adwords complains that your landing page quality is poor, your google ads may not be shown.

But then how to debug and fix this? Unfortunately, google doesn’t provide a tool to help validate the fix.
They just provides some guidelines.

更多 »

Howtos: 管理员如何登陆Debian Linux的GUI界面

February 23rd, 2010

方法有两种,一是图形界面方式设置,一是命令行设置:
A. 图形界面方式:

GNOME桌面下:打开“系统主菜单“,选择”系统>系统管理>登录窗口”,在弹出的窗口中点“安全”选项页,选择“允许本地管理员登录“,点确定即可。完成。

更多 »

本文由IT Farmer的博客创作,欢迎转载并保留对本博的链接。