pic
一、合租国外主机现状 众所周知,国外主机空间一般都很大,流量等限制少,域名绑定不限,故很多人想合租国外主机,或者将自己买的主机拿出去卖。 朋友合租。这类一般是几个朋友合伙买一个国外空间,每个人分一个FTP,由大家共同管理,共同约定。缺点是管理不健全,很容易对其他人网站造成影响,故只建议熟识的朋友几个人一起用,相互之间有足够的信任。 Share Hosting合租。这类是我很反对的,因为Share Hosting的CPU,内存和I/O等资源限额...
pic
刚不久发表的一篇  [揭秘美国主机代购、美国主机评测等类似网站的赚钱方式]的文章,闲逛Ubuntu中文论坛,发现Ubuntu中文论坛也搞起了美国主机代购。详情点击。 Ubuntu中文论坛也是使用burstnet的vps主机,正因为这样,它才有说服力,用户完全可以通过ubuntu论坛得知此vps的性能。但Hector感觉此vps的速度不咋地。。而ubuntu的名气也足以使大家相信此vps不是骗人的。而且此vps相当便宜,最常用的一个vps信息如下: VPS #1 (Virtual Private Server) - vePortal - CPU: 1GH...
pic
一、写在前面 现在网上有大量的美国主机导购网站,美国主机评测网站,上面有各个美国主机提供商的中文翻译信息,选购指南,优惠码信息,各种使用技巧等等。他们确实让广大想到国外买主机的用户得到了大量的信息,甚至还愿意帮用户买相应的美国主机。其目的何在?其利润何在?今天Hector就来分析分析他们的盈利方式。 二、美国主机的Resellers Plan(经销商计划) 计划每个美国主机网站都有自己的一套经销商计划,其方式可能不同,都是...
pic
首先申明,此文章没有任何价值,就是想看看我能不能制造一个网络流行语啥的(当然现在在百度,google上搜不到类似的信息下面有图为证)。这句话可以组成很多经典的句子,我先来两个,如果你有兴趣的可以在下面跟几条经典的。1、在这天朝的年代,竟有google这个二愣子的存在。2、在这如此文明的年代,竟有叫兽如此猥琐的存在。3、在这如此纯洁的年代,竟有XX门和XX门的存在。4、在这如此低调的年代,竟有凤姐的存在。5、在这乙肝遭歧视的年...
pic
一、GFW的名称 GFW 并非官方的正式名称 墙 防火长城 长城防火墙 中国国家防火墙 国家公共网络监控系统 功夫网(Gong Fu Wang) 二、GFW简介 GFW是架设在中国主干级网路路由器上的一套高级资讯过滤系统,主要用途是对境内外网路的访问分析和过滤,阻止用户浏览政府不希望用户看到的网页内容、电邮等资讯。据一项哈佛大学的一项研究,有超过18000个网站在中国境内被 GFW 屏蔽。 GFW的全写为「Great FireWall」,得名于Charles R. Smith所写的一篇...

16

装Daemon Tools反复重启
Posted on : 16-07-2010 | By : Hector | In : IT杂谈
1

一、症状

在点击安装程序的时候,无论重启多少次都提示“You must reboot after previous operation”导致无法安装。 装完又重启,重启又安装,如此反复,就是无法到下一步。

二、安装错误导致的无法安装

此时,只需要将注册表的值删除即可。

进入注册表(运行regedit),展开到如下:HKEY_LOCAL_MACHINE\Software\19659239224e364682fa4b af72c53ea4 或者HKEY_LOCAL_MACHINE\Software\14919ea49a8f3b4aa3cf10 58d9a64cec,找到任意一个就可以将其整个项都从注册表删除。

然后再运行DT的安装程序,这个提示就不会再出现,可以正确安装

三、sptd驱动问题

1、删除注册表的键值,和上步一样。

15

Social Radio Network
Posted on : 15-07-2010 | By : Hector | In : IT杂谈
0

1.About social radio network

social networking represents a large opportunity for terrestrial radio stations to gain relevance and currency online. Someone suggests two ways in which social networking could enhance traditional radio:

  • Enable people to connect with others and show that they belong to a certain tribe represented by the music and bands they follow.
  • Help listeners discover new music (a function where music-based social networks, such as Last.fm, have shown the way).

2. BlogTalkRadio —A examples

BlogTalkRadio is the social Internet Radio network that allows users to connect quickly and directly with their audience. Using an ordinary

15

Innovative Computer
Posted on : 15-07-2010 | By : Hector | In : IT杂谈
2

Innovative computer solutions’ Products include mini and ruggedized form factors, all-in-one PC’s, touchscreen interfaces, email archival and network security appliances. they are engineered specifically for healthcare, education, industrial, military and commercial applications not served by traditional PCs. There are some examples as follows.

Medical Computer

Medical facility equipped with a large number of medical and computer, according to different functions, there are many different types of medical computer . Sucn as Medical PC, Medical Grade PC, Medical Computer,Medical Grade Computer,Hospital PC, Hospital Computers, Computers Hospital, Medical IT, Computer EN60601-1, Operating Room Computer, Computer Operating Room, Intensive Care Computer, Computer Intensive Care, Operating Theater Computer, Computer Operating Theater, PACS Computer, Electronic Patient Record Computer, Computer Electronic Patient Record, Radiology Computer and Computer Radiology

14

C#中Cookie乱码
Posted on : 14-07-2010 | By : Hector | In : ASP/C#/.NET
4

写COOKIE:

HttpCookie acookie = New HttpCookie(user);

acookie.Values.Add(“user”, HttpUtility.UrlEncode(user)); ‘写COOKIE时进行编码

acookie.Values.Add(“pass”, HttpUtility.UrlEncode(pass));

Response.Cookie(acookie);

读COOKIE:

HttpCookie acookie = Request.Cookies(user);

Session["user"] = HttpUtility.UrlDecode(acookie.Values["user"].ToString());

Session["pass"] = HttpUtility.UrlDecode(acookie.Values["pass"].ToSring()) ; ‘读COOKIE时进行解码

10

linux文件夹同步
Posted on : 10-07-2010 | By : Hector | In : linux
3

同步文件夹

在移动硬盘与硬盘之间、本地与网络(FTP,SSH等)之间备份数据、同步文件夹的需求对于Linux用户是很常见的。在Windows中,有Total Commander等工具同步文件夹的功能很强大,那么Linux中有哪些同步文件夹的软件呢?

rsync和grsync

rsync是Linux中重要的文件同步工具,支持本地和远程的文件同步工具,而grsync则是它的图形界面。

04

SQL2005出现sql.cab找不到
Posted on : 04-07-2010 | By : Hector | In : 数据库
4

03

Archlinux源-Archlinux换源方法
Posted on : 03-07-2010 | By : Hector | In : linux
1

archlinux分享Archlinux源中国最快的几个源

Server = http://mirrors.163.com/archlinux/$repo/os/i686
Server = http://mirrors.sohu.com/archlinux/$repo/os/i686

更新方法

用root权限修改/etc/pacman.d/mirrorlist文件,将里面的内容换成上面的即可,然后

pacman -Sy 同步一些本地库即可,注意也要用root权限。

如果要安装yaourt,需要在/etc/pacman.conf末尾加上

[archlinuxfr]

Server = http://repo.archlinux.fr/i686

如果是64位,则加上

[archlinuxfr]

Server = http://repo.archlinux.fr/x86_64

02

Competition of foreign Web hosting providers in China
Posted on : 02-07-2010 | By : Hector | In : IT杂谈
3

With China’s Internet censorship increasingly stringent, more and more webmaster want to get a foreign web hosting . And Foreign host providers also recognize the Chinese market will be huge profits, so they take a lot of measures to increase China’s customers.

1.Low price

More hosting providers reduce the price of their hosts, many are under 5 dollars.In order to get the trust of users, most of them promise 30-Day FULL Money Back Guarantee, Some even promise 90-Day FULL Money Back Guarantee.

2. Increased the features of web hosting

web hosting features is more and more powerful, and some of them Provide unlimited web hosting ,for example , some web hosting have Unlimited Disk Space, Unlimited Bandwidth, Unlimited Websites, Unlimited MYSQL Databases and so on. And control panel is easy to use , some control panel have Chinese version. It is very convenient for Chinese users. After all, many people in china can not read English easily.

3. Method of payment

In china, Not many people have international credit cards, so it is difficult for them to pay. Many of foreign web hosting providers allow users paid by paypal ( A international Payment instrument). Consider most of Chinese use alipay as their payment instrument , A small number of web hosting providers allow users use alipay.

Hector
QQ:137667951
邮箱/Gtalk:myourys#gmail.com

最新评论

标签云

友情链接

© 2010 - IT元素 | Theme AppChain | |