2010年8月17日
摘要: As we all know ASP.NET is a server technology and it should not know about the client time zone. How did you guys implement it without asking user to provide the time zone information? Well, the magic is only one line of JavaScript. 阅读全文
posted @ 2010-08-17 12:55 助平君 阅读(523) 评论(0) 推荐(1) 编辑
2010年8月11日
摘要: Picture post test Figure 1 Screen Capture of Office Word 2010 Blog PostingCode testvarinitialData=%=newJavaScriptSerializer().Serialize(Model)%; 阅读全文
posted @ 2010-08-11 16:35 助平君 阅读(223) 评论(0) 推荐(0) 编辑
2009年7月17日
摘要: 在测试本地化的时候,将开发机器的区域调成了日本。无意间从Visual Studio的频道中看到Visual Studio 2008 開発ガイドブック这条内容。出于好奇心,于是点击了链接。随着页面被引导到MSDN Japan的站点内容,呈现出的页面内容深深地吸引了我。(此时可以认定为上班开小差……)呈现在眼前的是一个关于Visual Studio 2008的指南。涵盖了Visual Studio 2008的主要功能(略)。和谐的色调,即使是一个Visual Studio 2008的初学者,也不会感到惧怕。我还是出于好奇下载了PDF版本的开发指南,PDF的设计也是向当地漂亮。对于“好色”的我来说, 阅读全文
posted @ 2009-07-17 00:20 助平君 阅读(286) 评论(1) 推荐(2) 编辑
2005年5月12日
摘要: Windows 2003 下不配置的话不能使用 Server.MapPath("..\") string connstr = "Provider = Microsoft.Jet.OLEDB.4.0;Data Source =" + Server.MapPath(".").Substring(0, Server.MapPath(".").LastIndexOf(@"\") + 1) + "xxx.mdb"; 这样就能够访问不是同一目录下的数据库文件 阅读全文
posted @ 2005-05-12 15:47 助平君 阅读(340) 评论(0) 推荐(0) 编辑