三月
01

今天在linux下用建设银行_借记卡_在淘宝支付成功。
分享一下过程:

1.申请:
*借记卡(龙卡)非常好申请,带着身份证去营业厅办理即可。
*申请中注意在申请表上勾选“开通网上银行签约服务->网上银行”。
*申请中会问你使用U盾还是口令卡,一定需要申请使用“口令卡”(因为U盾在linux底下很玄…)
阅读全文…

二月
17

Phoenix Media

Phoenix Media, Inc. is a full-service media company based in Portland, Oregon that provides regionally-recognized advertising services to the Pacific Northwest and nationwide.

Phoenix Media, Inc., established in 2002 by CEO Ron Enright, was founded with a mission: to offer quick and friendly advertising services to grassroots organizations and independently owned companies while always providing high-quality results. That mission, along with reliable delivery and competitive pricing, has allowed us to remain at the forefront of our industry. It’s that drive to succeed which has given us an outstanding reputation for service and satisfaction.

They are a full service printing shop that specializes in printing and design for postcards, brochures, flyers and business cards.

- Phoenix Media :cool:

一月
22

screenshot

主题简介:
DeepMix是一个浮动宽度的主题,兼容最新版本的 WordPress,支持 Widget,带有汉化包,不需要任何插件支持。安装完成后,可以在后台选项中进行设置。欢迎下载使用。

相关标签:
双栏式, 浮动宽度, 支持 Widget, 右侧边栏, 白色, 黑色, 后台管理

适用版本:
WordPress 2.7 或以上版本

主题演示:
点击这里进入演示页面

主题下载:
点击下载

阅读全文…

一月
16

先来看两个例子:
Sample1

$	(echo -n 123456;
	sleep 1;
	echo -n abc >&2;
	sleep 1;
	echo -n 789)>puzzle 2>puzzle
$  cat puzzle

输出结果:abc456789

Sample2

$  (echo -n 123456;
	sleep 1;
	echo -n abc >&2;
	sleep 1;
	echo -n 789)>puzzle 2>&1
$  cat puzzle

输出结果:123456abc789

阅读全文…

一月
11

swing_your_energy

这不是什么绿色概念或是环保设计,纯粹只是为了大家因为手机没电,不小心漏接来电时,可以临时打电话用的。用法就像下面的图片说的一样,转个几圈就能充电,让你手机不断电,130圈能维持2分钟的通话电力,或是25分钟的待机时间,好等你找到另一块充得饱饱的电池。
(设计者:Song Teaho和Hyejin Lee)

阅读全文…

一月
07

firefox-plugins

以下是我所使用的Firefox插件,如果你还有其他喜欢的Firefox插件,欢迎留言分享哦。

  1. Adblock Plus
    珍爱生命,远离广告。Firefox必装插件。
  2. Alexa Sparky
    这个是我用来看Alexa排名的,个人喜好了,可装可不装。
  3. AniWeather
    在看天气预报的同时,还可以看看卫星云图或者是气象警报,比我以前用的天气插件Forecastfox功能要多些,所以现在一直在用。
  4. 阅读全文…