摘要: 开启开发人员工作面板c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN>stsadm -o setproperty -pn developer-dashboard -pv on关闭开发人员工作面板c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN>stsadm -o setproperty -pn developer-dashboard -pv off 阅读全文
posted @ 2011-06-16 14:32 stefanie 阅读(252) 评论(0) 推荐(1) 编辑
摘要: 修改网站集底下的母版页步骤: 1. 修改母版页并上传至站点集 2. 访问:http://[HostServer]/sites/[SiteCollection]/[SubSite]/_layouts/changesitemasterpage.aspx 3. 选择新母版页并保存。 阅读全文
posted @ 2011-06-09 15:45 stefanie 阅读(152) 评论(0) 推荐(0) 编辑
摘要: Update Lookup Field Value Using Client Object Module代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using(ClientContextmySPContext=newClientContext("http://mossdev/")){Microsoft.SharePoint.Client.ListoList=mySPContext.Web.Lists.GetByTi 阅读全文
posted @ 2011-02-12 15:16 stefanie 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 今天一哥们遇到个很诡异的事情,3个 0.15的 dobule数相加竟然不等于0.45. 学习了之后才知道这是由于浮点运算的误差所致。看来基础课没学好啊。还有些小例子:[Java Code]下面这个简单的计算将得到2.600000000000001,而不是2.6:[代码]这篇文章说的非常详细:http://www.ibm.com/developerworks/cn/java/j-jtp0114/index.html 阅读全文
posted @ 2011-01-25 11:07 stefanie 阅读(356) 评论(0) 推荐(0) 编辑
摘要: Wiki Pedia定义如下: 夏时制,又称“日光节约时制”和“夏令时间”,是一种为节约能源而人为规定地方时间的制度,在这一制度实行期间所采用的统一时间称为“夏令时间”。一般在天亮早的夏季人为将时间提前一小时,可以使人早起早睡,减少照明量,以充分利用光照资源,从而节约照明用电。各个采纳夏时制的國家具体规定不同。目前全世界有近110个国家每年要实行夏令时。 美國原本於每年4月的第一個星期日凌晨2時起至10月的最後一個星期日凌晨2時實施夏令時間;但經美國國會2005年通過的能源法案,自2007年起延長夏令時間,開始日期從每年4月的第一個星期日,提前到3月的第二個星期日,結束日期從每年10月的最後一個星期日,延後到11月的第一個星期日。 夏令时开始,时间往前拨1个小时。 夏令时结束,时间回拨1个小时 判断某个时间(默认该时间时区有实行夏令时)是否在夏令时内,代码实现如下: private static bool IsDuringDaylightSavingTime(DateTime dt) 阅读全文
posted @ 2010-07-23 16:28 stefanie 阅读(715) 评论(0) 推荐(1) 编辑
摘要: 最近头疼于时区间的时间转换,所以做个小工具来使用。支持自适应Daylight Saving Time。有关Daylight Saving Time,请参考:WikiPedia运行机器需安装.net framework 3.5 +[代码]Download the Code from here: http://cid-2601e97600c7b866.office.live.com/self.aspx... 阅读全文
posted @ 2010-07-23 15:54 stefanie 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 引自:http://www.cnblogs.com/wkpeng/archive/2009/09/08/1562749.html網址:http://sns.mmkee.com/test.aspx?viewType=130Request.ApplicationPath/Request.PhysicalPathd:\My Documents\Visual Studio 2005\Projects\Co... 阅读全文
posted @ 2010-05-05 17:26 stefanie 阅读(177) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2010-01-22 14:33 stefanie 阅读(238) 评论(0) 推荐(0) 编辑
摘要: <PRE class="brush: csharp; auto-links: true; collapse: true; first-line: 1; gutter: true; html-script: false; light: false; ruler: false; smart-tabs: true; tab-size: 4; toolbar: true;">/* * by:s... 阅读全文
posted @ 2009-12-04 16:37 stefanie 阅读(569) 评论(0) 推荐(0) 编辑
摘要: This is a temporary post that was not deleted. Please delete this manually. (24572c35-4a2a-4cca-a91e-867e36b607ae - 3bfe001a-32de-4114-a6b4-4005b770f6d7) 阅读全文
posted @ 2009-12-04 16:24 stefanie 阅读(143) 评论(0) 推荐(0) 编辑