Bestcomy.net blog

Coding for funny
随笔 - 118, 文章 - 1, 评论 - 2920, 阅读 - 89万

导航

随笔分类 -  随笔

随便写写
摘要:早上收到WLM邀请,下载安装后登陆,contact list 丢失了 卸了重装wlm,问题依旧. 没办法,下载7.5装上,然后装wlm,登录化了很长时间,登录成功后contact list 出现了 终于松了口气 估计原因: 可能是我用resource hacker修改了7.5然后没有卸载7.5直接装wlm造成的。难道还需要7.5引导? 阅读全文

posted @ 2005-12-23 11:05 bestcomy 阅读(2711) 评论(21) 推荐(0) 编辑

摘要:帮朋友发招聘贴 北京天海宏业国际软件有限公司(Ensemble International, Ltd.) ****请访问天海宏业网站,以获得更多信息;www.ensemble.com.cn 工作职责:面向测试的开发,根据微软的要求用C++/C#进行测试工具的开发、测试脚本的维护,测试案例的设计等工作。 工作地点:微软中国研究开发中心,知春路西格玛大厦 外语要求: 英语,CET-4以上,具备... 阅读全文

posted @ 2005-12-21 17:58 bestcomy 阅读(1660) 评论(1) 推荐(0) 编辑

摘要:SQL Server Express Utility download it here like osql for SQL Server 2000, but more useful for SSE remote operation. 阅读全文

posted @ 2005-12-16 12:57 bestcomy 阅读(606) 评论(1) 推荐(0) 编辑

摘要:完全免费的asp.net 2.0 空间,并且支持SQL Server Express,没有广告,我已经申请开通了 http://aspspider.net/bestcomy(走过路过的朋友请留个言) We have limited number of servers and new registration will be closed as soon as we reach our serve... 阅读全文

posted @ 2005-12-14 16:29 bestcomy 阅读(4458) 评论(8) 推荐(0) 编辑

摘要:New example for AspnetUpload ™, let me how do you think about this example? download demo from http://www.aspnetupload.net 阅读全文

posted @ 2005-12-13 22:30 bestcomy 阅读(1437) 评论(6) 推荐(0) 编辑

摘要:一老外问我如何设置vs.net 2005的web项目使用本机IIS,用我有点蹩脚的英文作了回答,也许对大家也是个参考。1.Right click your web application root folder, on the context menu, click "properties";2.On the "web share" tab, "select share" folder, acce... 阅读全文

posted @ 2005-12-06 10:56 bestcomy 阅读(973) 评论(1) 推荐(0) 编辑

摘要:AspnetUpload 2.3 是支持 ASP.NET 2.0 的第一个版本,功能与AspnetUpload 2.2相同,目前不提供演示版,免费版也暂不提供。http://www.aspnetupload.net 阅读全文

posted @ 2005-11-30 23:05 bestcomy 阅读(3512) 评论(11) 推荐(0) 编辑

摘要:VWDHosting.net lets you try out Visual Web Developer 2005 Express Edition and ASP.NET 2.0 by uploading your web sites to a live web server (this type of service is called ‘web hosting’). The VWDHostin... 阅读全文

posted @ 2005-11-23 23:31 bestcomy 阅读(4598) 评论(9) 推荐(0) 编辑

摘要:my solution as follows: 1 protected void Page_Load(object sender, EventArgs e) 2 { 3 PostBackOptions options = new PostBackOptions(Button1,string.Empty); 4 5 StringBuilder sb = n... 阅读全文

posted @ 2005-11-10 23:08 bestcomy 阅读(3001) 评论(3) 推荐(0) 编辑

摘要:在线体验: http://upload4asp.net/CustomerDefined.aspx用iframe作为容器来显示进度信息的。有兴趣的朋友可以测试看看。暂不提供此DEMO的下载,测试稳定后提供下载。 阅读全文

posted @ 2005-11-01 15:36 bestcomy 阅读(1454) 评论(4) 推荐(0) 编辑

摘要:1 为利用控件或者basepage下发js和css设计,当页面太多要下发js或者css时可以偷懒。只在ie6测试通过,特别是document的createStyleSheet方法不知道别的浏览器是否支持。 阅读全文

posted @ 2005-10-27 15:50 bestcomy 阅读(2544) 评论(5) 推荐(0) 编辑

摘要:stringaburl=Request.ApplicationPath;if(!aburl.EndsWith("/"))aburl+="/";aburl+="dir/some.aspx";其实是个小问题,但是发现比较普遍。很多项目都是在作为一个虚拟目录来开发的,其中的一些绝对路径的位置当部署到站点的时候就不对了。因为Request.ApplicationPath在虚拟目下返回值是 "/[虚拟目录名... 阅读全文

posted @ 2005-10-13 13:17 bestcomy 阅读(5452) 评论(8) 推荐(0) 编辑

摘要:此处提供的代码用来实现当asp.net页面中的某个Button被点击后disable掉该页面中所有的Button,从而防止提交延时导致的多次提交。基于之前的onceclickbutton脚本. public class PreventMultiClick : System.Web.UI.Page { protected System.Web.UI.WebControls.Bu... 阅读全文

posted @ 2005-10-10 11:27 bestcomy 阅读(4649) 评论(7) 推荐(0) 编辑

摘要:Top 10 Most Attended Breakout Sessions Code Title Attendance City 1 WCI 285 微软下一代操作系统Windows Vista技术揭秘 510 Beijing 2 SDM 200 软件开发项目管理 – 精华再谈 482 Beijing 3 DAT301 XML数据和关系性数据的... 阅读全文

posted @ 2005-09-28 11:17 bestcomy 阅读(2603) 评论(2) 推荐(0) 编辑

摘要:我在制作AspnetUpload 2.2安装程序的过程中发现用vs.net 2003制作的web 安装包在window 2003 server 安装后不能正常工作,后来发现可以用HTA来制作web安装,于是尝试了一下,效果不错.关键代码是创建虚拟目录,代码如下: var vd = WebRoot.Create("IIsWebVirtualDir", vDirName ) vd.Pa... 阅读全文

posted @ 2005-09-28 10:27 bestcomy 阅读(4532) 评论(11) 推荐(0) 编辑

摘要:现在已经开始,早上和dudu及宝玉的照片 阅读全文

posted @ 2005-09-23 10:41 bestcomy 阅读(2958) 评论(13) 推荐(0) 编辑

摘要:前几日使用到Javascript的Date初始化一个日期var dt = new Date(2005,8,31)结果发现dt.getDate()为1仔细查了一下Javascript参考才发现,原来如此Versions prior to JavaScript 1.3: new Date()new Date(milliseconds)new Date(dateString)new Date(yr_n... 阅读全文

posted @ 2005-09-21 22:48 bestcomy 阅读(3301) 评论(6) 推荐(0) 编辑

摘要:Google Blog Search 出来了,这样以后搜索blog资源就方便多了,也可以提高搜索效率,快去试试吧. 阅读全文

posted @ 2005-09-14 18:47 bestcomy 阅读(2599) 评论(5) 推荐(0) 编辑

摘要:ASP.NET “Atlas” is a package of new Web development technologies that integrates an extensive set of client script libraries with the rich, server-based development platform of ASP.NET 2.0. “Atlas” en... 阅读全文

posted @ 2005-09-14 10:24 bestcomy 阅读(3542) 评论(3) 推荐(0) 编辑

摘要: 阅读全文

posted @ 2005-08-25 12:58 bestcomy 阅读(2777) 评论(4) 推荐(0) 编辑

点击右上角即可分享
微信分享提示