上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: Windows Phone 7, Hammock, OAuth and Sina Weibo’s APILink:http://www.binzywu.com/2011/02/windows-phone-7-hammock-oauth-and-sina-weibos-api/OK, I am developing a windows phone 7 app for Sina Weibo. I just simply don’t like the basic authorisation… And OAuth is much better since once you get the access 阅读全文
posted @ 2012-11-26 16:57 ppshinebl 阅读(272) 评论(0) 推荐(0) 编辑
摘要: Visual C++ / C++».NET / C#»Visual Basic»OthersBlogForumsVideosSubmit an ArticleNewslettercodeguru.NET / C#.NETGeneralILRead More in IL »Download Worklight Developer Edition 5.0 This plugin includes development tooling as well as a built-in application server.SponsoredPost a comme 阅读全文
posted @ 2012-10-25 23:19 ppshinebl 阅读(162) 评论(0) 推荐(0) 编辑
摘要: Advanced Techniques To Avoid And Detect Deadlocks In .NET Appshttp://msdn.microsoft.com/en-us/magazine/cc163352.aspxJoe Duffy.NET程序中检测和避免死锁的技术This article discusses:Understanding how deadlocks occurAvoiding deadlocks with lock levelingDetecting and breaking deadlocksExamining a custom CLR host for d 阅读全文
posted @ 2012-10-23 15:06 ppshinebl 阅读(1062) 评论(0) 推荐(0) 编辑
摘要: 收藏——CodeProject - 使用特性(attributes)和激活机制来实现工厂模式分类:.NetDelphi2005-03-24 09:57496人阅读评论(0)收藏举报原文http://www.cnblogs.com/wdxinren/archive/2004/11/25/68775.html翻译:小新0574 审校:Allen Lee (非常感谢Allen细致地审校)Introduction简介The basic rule for a factory pattern is that the factory should create an instance of an objec 阅读全文
posted @ 2012-10-21 20:38 ppshinebl 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 大叔手记(10):别再让面试官问你单例(暨6种实现方式让你堵住面试官的嘴) ..引子经常从Recruiter那里得到抱怨:“汤姆,为什么面试者每次回去的时候都感觉良好,而你却说此人达不到Senior级别?”我都是微笑着说:“感觉不一定都是对的哦。”Recruiter:“那你就不能问点别的么?为什么每次面试者都说你问的是单例?”我只能解释:“单例挺好的,可以问出很多基础知识哦。”Recruiter:“大叔,单例我都懂了,不就是程序运行的时候只能有一个实例么?我打电话招人的时候经常都帮你问过了呢!做开发的没几个不懂!”我Faint。。。为避免引起误会加注:问这个题目的目的不是仅仅为了单例,而是考察 阅读全文
posted @ 2012-10-21 20:35 ppshinebl 阅读(135) 评论(0) 推荐(0) 编辑
摘要: MSDN Magazine > Issues and Downloads > 2006 > April > Avoiding And Detecting Deadlocks In .NET Apps w...No More HangsAdvanced Techniques To Avoid And Detect Deadlocks In .NET AppsJoe DuffyThis article discusses:Understanding how deadlocks occurAvoiding deadlocks with lock levelingDetecti 阅读全文
posted @ 2012-10-20 00:30 ppshinebl 阅读(401) 评论(0) 推荐(0) 编辑
摘要: Deadlock monitorStephen ToubCode download available at: NETMatters2007_10.exe (156 KB) Browse the Code OnlineQ I'm using locks in my application to synchronize work on a bunch of threads. Unfortunately, I'm doing something incorrectly and my threads seem to just stop sometimes. I think I' 阅读全文
posted @ 2012-10-20 00:29 ppshinebl 阅读(406) 评论(0) 推荐(0) 编辑
摘要: (转)再谈“我是怎么招聘程序员的”我以前写过一篇“我是怎么招聘程序员的”的文章。今天,我想再谈谈关于招聘和面试这方面的东西,主要是以下这些原因:近半年来我在进行了大量的招聘工作,对面试有一些新的体会。酷壳最近发布了几篇趣味面试题(面试题一,面试题二,面试题三),从回复中让我有一些思考。我有一个同事最近面试了一家公司,他和我分享了一个博士专家对他的面试,也让我思考了一些。在豆瓣上看到“知乎上某人写面试豆瓣产品经理的经历,很欢乐”(亮点是面试官现身知乎亲自作答) 所以,我很想把自己的这些新的想法再次写下来的。还是和以前一样,这篇文章同样是献给面试官的。我认为,面试的好坏完全在面试官而不是面试的人. 阅读全文
posted @ 2012-10-19 14:59 ppshinebl 阅读(146) 评论(0) 推荐(0) 编辑
摘要: C#/winform 腾讯QQ注册今日不知为何,总有点感慨人生。做了程序猿已经差不多快2年了,除了工作上的软件之外,貌似从来没为自己做过什么实用的软件,比如一些快捷的工具等等。感觉着编程技术在工作上确实很难学到。特别是国内的公司,尽管更新的技术,更优秀的技术诞生了,可我们还是依然用着以前的技术,某些简单的技术,反反复复。很难找到一些挑战性的元素。于是,就找点有意思的事情来做做吧。腾讯QQ无疑已经是国内即时通讯软件的的巨头了. 相当于国外的MSN。围绕着腾讯QQ的软件也非常多非常多,例如自动回复软件.群发消息软件等等。今天,我们就以腾讯QQ的注册为案列实现一个只需要输入验证码就能注册的C#版软件 阅读全文
posted @ 2012-10-18 19:56 ppshinebl 阅读(4163) 评论(0) 推荐(0) 编辑
摘要: 即时通讯四种协议简述发布: | 作者: | 来源: zhanghuadong | 查看:946次 | 用户关注:IM(InstantMessaging)正在被广泛地采用,特别是在公司与它们的客户互动联接方案上。为了解决即时通讯的标准问题,IETF成立了专门的工作小组,研究和开发与IM相关的协议。 目前IM有四种协议:即时信息和空间协议(IMPP)、空间和即时信息协议(PRIM)、针对即时通讯和空间平衡扩充的进程开始协议SIP(SIMPLE)以及XMPP。PRIM与XMPP、SIMPLE类似,但已经不再使用了。 IMPP主要定义必要的协议和数据格式,用来构建一个具有空间接收、发布能IM(Inst 阅读全文
posted @ 2012-10-18 16:20 ppshinebl 阅读(2083) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页