摘要: 新买了个diamond2,挺喜欢这个重力感应到功能,想着过几天有可能做点相关开发,今天便做了些Research.发现了下边文章:http://scottandmichelle.net/scott/comments.html?entry=784http://blog.enterprisemobile.com/2008/07/using-htc-diamonds-sensor-sdk-from-man...  阅读全文
posted @ 2010-02-09 13:34 彷徨...... 阅读(3) | 评论 (0)编辑
     摘要: http://blog.thekid.me.uk/archive/2007/07/25/debugging-tips-for-sharepoint-and-wss-exceptions.aspxDebugging on SharePoint is much the same asdebugging any otherASP.Net application...you can use the sam...  阅读全文
posted @ 2010-02-04 13:44 彷徨...... 阅读(1) | 评论 (0)编辑
     摘要: http://www.hanselman.com/blog/VisualStudioProgrammerThemesGallery.aspx  阅读全文
posted @ 2010-01-27 13:39 彷徨...... 阅读(17) | 评论 (1)编辑
     摘要: 这个是以前我贷款得时候做得一个表格,今天看到,就Share一下吧。利率大家可以直接在下表修改。  阅读全文
posted @ 2010-01-17 18:26 彷徨...... 阅读(86) | 评论 (0)编辑
     摘要: 老婆买了一份平安智盈人寿保险,听她说这个是理财型保险怎么怎么地,总之就是说这个保险到时候钱都还可以取回来。直觉上感觉不可能,便打电话给平安客服,了解了下这种保险的支出与收益,然后按照我的理解用excel计算了一下,感觉根本不是老婆说的那样子,按照目前利率,至少得交10年以上才能盈利。下边我是按09年12月利率计算的表格:  阅读全文
posted @ 2010-01-16 12:31 彷徨...... 阅读(16) | 评论 (0)编辑
     摘要: 开发要点: 1.在AssemblyInfo.cs添加以下两行 [assembly: AllowPartiallyTrustedCallers()] [assembly: ComVisible(true)]   2. 为你的Activex类添加Guid标签,如果有方法或者属性需要被js调用,那么该方法或者属性应该添加[ComVisible(true)]. 3. 一旦有方法要与JS...  阅读全文
posted @ 2010-01-11 16:12 彷徨...... 阅读(17) | 评论 (0)编辑
     摘要: 开始之前先将一般自定义wp属性的用法列下来:     [Personalizable(PersonalizationScope.Shared),Webpartstorage(Storage.Share)]    Public string ConnectionString()   { } 这里就将这两个属性的意思从msdn摘抄一下 Per...  阅读全文
posted @ 2009-12-28 23:29 彷徨...... 阅读(27) | 评论 (0)编辑
     摘要: From:http://blogs.msdn.com/martinkearn/archive/2008/03/13/useful-facts-about-sharepoint-farms.aspx I recently presented a talk at the Office Developer Conference in San Jose and I was surprised about...  阅读全文
posted @ 2009-12-15 10:17 彷徨...... 阅读(13) | 评论 (0)编辑
     摘要: From: http://sharepoint.microsoft.com/blogs/fromthefield/Lists/Posts/Post.aspx?List=0ce77946%2D1e45%2D4b43%2D8c74%2D21963e64d4e1&ID=60 One of the best practices that the Premier Field Engineering...  阅读全文
posted @ 2009-12-14 18:52 彷徨...... 阅读(8) | 评论 (0)编辑
     摘要:     今天想抓通过WCF访问的soap数据包,开始用的是wireshark,但是抓的都是tcp包,不容易查看,后搜索到了下边这个工具。 http://www.pocketsoap.com/tcptrace/ 使用也很简单,设置一个监听端口如8080,然后接着设上你的server地址和端口,最后在你发访问service程序中将访问地址设成localhost:808...  阅读全文
posted @ 2009-12-09 10:17 彷徨...... 阅读(62) | 评论 (0)编辑