Now the days, it seems pretty tough to sell good price on ebay.
Hey, if you are a girl, theck out this one!

Here are some tips

1. List your stuff with some eye-catching words

2. Hey, show sth., maybe not just your selling stuff

3. Give some hints?

4. Better more pictures from different angle and even more hints

5. This a hit you will get in just two hours

We will see………. The price is already over 800USD in two hours.

Girls, they know how to do the business. How about guys?

By eric | - 11:38 am - Posted in 技术::Tech
系统dll文件没有注册,可能引起各种各样不可知的问题,比如无法打开二级链接,经常出现”内存不能为read或written”等错误。如何一下把所有的dll文件重新注册一遍呢?

运行中输入cmd,在命令提示符下输入:

for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1

注意,是在命令提示符下,不是在“运行框”中!!

你也可以更改注册文件的路径,不一定在system32文件夹下。这比用软件方便多了。

告诉大家一个小技巧,复制以上命令(CTRL+C),再打开命令提示符窗口,在标题栏上点右键,选择“编辑—粘贴”即可。

转载自: http://www.zoway.cn/trackback/22