Sends for the fellow dear visitors:
Welcome to DongPad!
Tags: DongPad
观看:优酷链接地址
查看全部...
在浏览器的地址栏输入如下字符串:
javascripT:alert(navigator.userAgent);
回车,将弹出当前操作系统(即客户端浏览器)的原始用户代理信息。
测试结果如下:
--------------------------- Microsoft Internet Explorer --------------------------- Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0) ---------------------------
其他链接:http://www.chenjiliang.com/Article/View.aspx?ArticleID=11638&TypeID=31
Joe Beda - Is all of Avalon managed?
Joe Beda, a development lead on the Avalon team (the graphics display technology in the next version of Windows), talks about whether Avalon's APIs are all "managed" which is really like asking "will the APIs be easy for .NET programmers to use?"
Joe Beda - Managed vs. unmanaged, how much of Avalon was done that way?
Joe Beda answers how much of Avalon is actually written in .NET code itself.
1. After you. 你先请。 这是一句很常用的客套话,在进/出门,上车得场合你都可以表现一下。
2. I just couldn't help it. 我就是忍不住。 想想看,这样一个漂亮的句子可用于多少个场合?下面是随意举的一个例子: I was deeply moved by the film and I cried and cried. I just couldn't help it.
3. Don't take it to heart. 别往心里去,别为此而忧虑伤神。 生活实例:This test isn't that important. Don't take it to heart. 4. We'd better be off. 我们该走了。It's getting late. We'd better be off . 5. Let's face it. 面对现实吧。常表明说话人不愿意逃避困难的现状。 参考例句:I know it's a difficult situation. Let's face it, OK? 6. Let's get started. 咱们开始干吧。 劝导别人时说:Don't just talk. Let's get started. 7. I'm really dead. 我真要累死了。 坦诚自己的感受时说:After all that work, I'm really dead. 8. I've done my best. 我已尽力了。 9. Is that so? 真是那样吗?常用在一个人听了一件事后表示惊讶、怀疑。 10. Don't play games with me! 别跟我耍花招! 11. I don't know for sure. 我不确切知道。例如: Stranger:Could you tell me how to get to the town hall? Tom:I don't know for sure. Maybe you could ask the policeman over there. 12. I'm not going to kid you. 我不是跟你开玩笑的。 例如: Karin:You quit the job? You are kidding. Jack:I'm not going to kid you. I'm serious. 13. That's something. 太好了,太棒了。例如: A:I'm granted a full scholarship for this semester. B:Congratulations. That's something.
14. Brilliant idea! 这主意真棒!这主意真高明! 15. Do you really mean it? 此话当真?例如: Michael:Whenever you are short of money, just come to me. David:Do you really mean it? 16. You are a great help. 你帮了大忙。 17. I couldn't be more sure. 我再也肯定不过。 18. I am behind you. 我支持你。 Whatever decision you're going to make, I am behind you. 19. I'm broke. 我身无分文。 20. Mind you! 请注意!听着!(也可仅用Mind。) 模范例句:Mind you! He's a very nice fellow though bad-tempered. 21. You can count on it. 你尽管相信好了,尽管放心。例如: A:Do you think he will come to my birthday party? B:You can count on it. 22. I never liked it anyway. 我一直不太喜欢这东西。 当朋友或同事不小心摔坏你的东西时就可以用上这句话给他一个台阶,打破尴尬局面:Oh, don't worry. I'm thinking of buying a new one. I never liked it anyway. 23. That depends. 看情况再说。例如: I may go to the airport to meet her. But that depends. 24. Congratulations. 恭喜你,祝贺你。 25. Thanks anyway. 无论如何我还是得谢谢你。当别人尽力要帮助你却没帮成时,你就可以用这个短语表示谢意。 26. It's a deal. 一言为定。 Harry:Haven't seen you for ages. Let's have a get-together next week. Jenny:It's a deal.
from cnblogs.com
A preface :This is my Daily English,include my life,technology etc.
Joe Beda, development lead on the Avalon team at Microsoft, discusses whether Avalon will be the technology that Microsoft uses to replace the Web. Joe also has a weblog where you can keep in touch with what he and the Avalon team are doing. Avalon is the next-generation graphic platform that developers will use to build applications for the next version of Microsoft Windows, code-named Longhorn.
今天回顾了下AppDomain,发现一篇不错的文章,在此分享。
Tags: DongPad AppDomain
In this episode The Dynamics Duo dive into the deep rich coolness that is WPF. We also spend some time talking about the offline data framework that Dynamics CRM provides developers.
In past sessions we built solutions on SharePoint and Office and those are great for the specific scenarios they were intended for. Windows Presentation Foundation (WPF) gives developers the ability to build rich interactive smart clients. You’ll have to admit that nothing beats the inherent coolness of a well written WPF app. I’ve worked on a few WPF projects (here and here) and it never ceases to amaze me the way you can reduce complexity and immerse users in the experience.
If your solution requires a desktop apps then WPF is absolutely the way to go. If you’re building web apps then Silverlight is the right way to go. When you’re not sure then you should think a little harder about your requirements. Things like access to local PC resources require WPF. Also if you’re doing heavy graphics that would require graphics acceleration then WPF is the right choice. Finally if your app needs to be both online and offline then WPF also would be a good choice.
In keeping with the series of demos for a professional services organization, Girish shows off an eye-popping jaw-dropping WPF app that radically improves the time sheet entry process. The scenario is an offline one. Dynamics CRM provides a great offline framework as part of both the end-user experience and the developer toolkit. By designating an entity in the system as available offline, the framework will automatically pull data from the CRM server and store it locally. In order to make the experience a natural one a local web server (Cassini) and database server (SQL Server Express) are used. In this demo we used the Microsoft Office Outlook client to take CRM offline. I even surprised Girish by yanking out the network cable.
http://channel9.msdn.com/posts/benriga/The-Dynamics-Duo-talk-about-CRM-and-WPF/
Powered By DongPad CopyRight 2008-2009, xhtml | css
Processed in 0.046 seconds(s) , 沪ICP备08111450号