by Alpha
21. November 2008 13:00
继昨天的Gmail更新了主题和输入法升级到了2.0之后,今天,又有两款软件进行了升级,Picasa升级到了3.0版本,GAE升级到了1.1.6.
304e3af3-49cd-4300-8f1c-55af8fd24bd3|0|.0
Tags: google Views:1054
转载备份
by Alpha
20. November 2008 16:41
有一个里程表的功能,看起来非常的Cool。
d1bc6e55-6a97-47dd-80b5-1da21b02f447|1|5.0
Tags: google, 输入法 Views:1110
无聊
by Alpha
20. November 2008 09:26
很不错,我选择了"summer ocean"
c97b4bd6-b981-4f62-b246-251cb9afbf06|0|.0
Tags: gmail Views:1037
无聊
by Alpha
20. November 2008 09:21
15款基于浏览器扩展的WEB开发工具
852ac113-ad93-47bd-8473-a631bfee369f|0|.0
Tags: web, design Views:1073
转载备份
by Alpha
16. November 2008 11:05
Web 设计:实现干净代码的12条定律
4460c39c-fdee-44d2-9ede-5daa5f3722a4|0|.0
Tags: web, design Views:969
转载备份
by Alpha
12. November 2008 16:49
这个病毒名字起的很艺术啊
很像svchost.exe
104f8bbc-a242-4dc8-9f70-06ea7de94353|1|3.0
Tags: suchots.exe Views:1184
无聊
by Alpha
4. November 2008 19:16
下载:Microsoft Expression Blend™ 2 Service Pack 1
2980bee1-9751-4db3-92c1-c25514414f80|1|4.0
Tags: blend Views:1149
转载备份
by Alpha
2. November 2008 11:25
Brief Description
Visual Studio 2008 Web Deployment Projects provide additional functionality to build and deploy Web sites and Web applications in Visual Studio 2008. This add-in provides a comprehensive UI to manage build configurations, merging, and using pre-build and post-build tasks with MSBu...
[More]
298cd2bc-2c91-4881-b885-33a6206570b0|2|4.0
Tags: vs2008, wdp Views:1276
.Net相关
by Alpha
1. November 2008 20:14
按照我的理解,应该是当用户由匿名用户转变为注册用户的时候,执行一次,当身份是注册用户的时候,是不需要执行这个的。可是根据我的程序来看,并不是这样的! 匿名用户的时候是不会执行,可是当转变为注册用户的时候,每进行一次请求,都会调用一次,实在是不理解,难道是我哪里配置错误了么? void Profile_MigrateAnonymous(Object s, ProfileMigrateEventArgs e) { Profil...
[More]