存档
Godaddy又出1美元域名优惠码
最近想要注册或转入域名的童鞋注意啦!
4月19日消息:GoDaddy的一美元神码在“复活节”前终于“复活”了,这次好像没有限制新用户,但做法有点特别,要通过Facebook获得优惠码和链接,当然,QQPCC自然是获得了优惠码后才告诉大家这个信息的,但既然GoDaddy要求大家通过Facebook,大家还是照做吧,也许是各人获得的优惠码和链接不一样的。
优惠内容:注册或转移任何.COM、.US、.mobi、.biz、.NET、.org、.CA、、.CO.UK,只要1.00美元,但不支持支付宝付款!
优惠时间:2011年5月23日或10000个名额,先到为准。
App Engine joins the Google over IPv6 Program
The Google over IPv6 program allows ISPs with good connectivity to request IPv6 access for most Google services. In about a week, we'll be adding Google App Engine and the appspot.com domain to this program. This means that all App Engine apps will become accessible over IPv6 to anyone participating in the program!
For most people, this won't require any changes to your code at all. If your App Engine code reads os.environ["REMOTE_ADDR"] in Python, or HttpServletRequest.getRemoteAddr() in Java, be aware that this value may be an IPv4 address, like "192.0.2.1", or an IPv6 address, like "2001:db8::1". Now is the time to verify that your code doesn't make any IPv4-specific assumptions, so that your IPv6-ready users will have a seamless transition.
Some libraries for manipulating IP addresses, should your app require one, include ipaddr and java.net.InetAddress.
Q: My app doesn't handle IP addresses at all. Can I ignore this announcement?
A: Yes.
Q: I have a third-party domain hosted through Google Apps and the ghs.google.com CNAME. Will this affect me?
A: This particular change only affects appspot.com domains, but you should still make sure your code is IPv6-safe, as we're always working to add IPv6 to more services.
Q: Will everyone see an IPv6 AAAA record for my app?
A: No, the AAAA record is visible to less than 1% of users, whose ISPs are participating in the Google over IPv6 program.
Q: Does this mean each app will get its own unique IPv6 address?
A: No, we try to keep our IPv4 and IPv6 services as similar as possible.
Q: My ISP isn't a Google over IPv6 participant. How can I verify that that my code doesn't choke on IPv6 addresses?
A: You should include IPv6 addresses in your unit tests. After the launch, you'll be able to use the IPv4-IPv6 Website Gateway provided by the SixXS project. It's accessed by appending .ipv4.sixxs.org to any IPv6-enabled hostname. For example, the "Shoutout" sample app will be visible at http://shoutout.appspot.com.ipv4.sixxs.org/.
Q: Why does the previous link report a "does not have an IPv6 address" error?
A: That means we haven't launched yet. The delay is meant to give developers time to review their address-handling code.
微软开始发送Microsoft Office Starter 2010 beta 邀请函
今天微软已经开始向广大测试者发送了Office Starter 2010 beta版本的邀请函,这是Office 2010系列开发进程中第一次向公众发出测试邀请。Office Starter 2010 beta包含Microsoft Word Starter 2010和Microsoft Excel Starter 2010,是该家族中最简易的产品,看看邀请函的截图:

7款精致的网页在线小闹钟

1、E.ggTimer
网址:http://e.ggtimer.com/。她是一款简单又实用的在线倒计时服务,只要在首页输入倒计时的期限,即可进入相应的倒计过程,一旦时间截止就会发出警报声。页面简洁,没有广告,目前最长倒计时为28 年,相信足够您用的吧,呵呵。
网页获取IP地址
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>JS获取客户端IP </title>
</head>
<body>
<script type="text/javascript" language="javascript">
<!--
function GetLocalIPAddress()
{
var obj = null;
var rslt = "";
try
{
obj = new ActiveXObject("rcbdyctl.Setting");
rslt = obj.GetIPAddress;
obj = null;
}
catch(e)
{
//异常发生
}
return rslt;
}
document.write("你的IP是:" + GetLocalIPAddress());
//-->
</script>
</body>
</html>


这是一款GOOGLE提供的关键词工具, 可以方便选择国家和语言,而且符合GOOGLE对站长的要求。同时显示相关关键词的上月流量和以前12个月平均流量
你有IPv6网络吗?如果你有的话,恭喜你有了最快的速度下载Ubuntu的方法,以下种子文件均仅支持IPV6网络,欢迎使用!注:Ubuntu为开源软件,欢迎使用!
最新评论