跟小D每日学口语
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 77 下一页
摘要: 面试70问经典回答1、请你自我介绍一下你自己,回答提示:一般人回答这个问题过于平常,只说姓名、年龄、爱好、工作经验,这些在简历上都有,其实,企业最希望知道的是求职者能否胜任工作,包括:最强的技能、最深入研究的知识领域、个性中最积极的部分、做过的最成功的事,主要的成就等,这些都可以和学习无关,也可以和学习有关,但要突出积极的个性和做事的能力,说得合情合理企业才会相信。企业很重视一个人的礼貌,求职者要尊重考官,在回答每个问题之后都说一句“谢谢”。企业喜欢有礼貌的求职者。2、你觉得你个性上最大的优点是什么?回答提示:沉着冷静、条理清楚、立场坚定、顽强向上。乐于助人和关心他人、适应能力和幽默感、乐观和 阅读全文
posted @ 2013-02-26 19:57 Danny Chen 阅读(589) 评论(0) 推荐(0) 编辑
摘要: After looking in vain for an easy example to understand the basics of remoting, I decided to write one myself. I found one or two useful articles, but they had syntax errors and left a lot for the reader to fill in. My example needs no tweaking and can be used as is. For simplicity, I use only one m 阅读全文
posted @ 2013-02-22 09:44 Danny Chen 阅读(329) 评论(0) 推荐(0) 编辑
摘要: 大部分的 Web 应用和动态网站都需要一个后台管理系统用于管理前台界面的信息展示以及用户信息。管理后台的设计虽然不像前台界面那样要求设计精美,但是也需要有清晰的管理模块划分,这样使用后台管理系统的人员才能够方便的进行操作和管理。下面收集了十款非常漂亮的网站后台管理系统模板分享给大家,欢迎免费下载使用。您可能还喜欢34个漂亮的应用程序后台管理界面设计(一)分享最新35套非常精美的 PSD 图标素材34个漂亮的应用程序后台管理界面设计(二)分享42个新鲜出炉的精美的免费 PSD 素材34个漂亮的应用程序后台管理界面设计(三)Admin Panel Template这个后台管理模板的导航设计非常漂亮 阅读全文
posted @ 2013-02-18 16:12 Danny Chen 阅读(668) 评论(0) 推荐(0) 编辑
摘要: IntroductionNET Framework 2.0 came with the concept ofPredicateDelegates, but compared to the other features of .NET, it never got the attention it deserved. It is really a powerful concept which makes it easy to write searching algorithms on collections. These are also widely used while performing 阅读全文
posted @ 2013-02-18 09:28 Danny Chen 阅读(243) 评论(0) 推荐(0) 编辑
摘要: Clickhereto contact me if you require any freelance development«Equals why ? and why not ==Mono – web development on Linux»Events – fire that eventAn event will be fired when something has happened and then you can link to that event and do something else if you wanted to. To start of with 阅读全文
posted @ 2013-01-31 14:50 Danny Chen 阅读(494) 评论(0) 推荐(0) 编辑
摘要: From Wikipedia, the free encyclopediaThis is alist ofcolorsthat have articles about them in theSimple English Wikipedia.[change]ColorNameColorHTML CodeAmaranth#E52B50Amber#FFBF00Apricot#FBCEB1Aquamarine#7FFFD4Azure#007FFFBaby blue#89CFF0Beige#F5F5DCBlack#000000Blue#0000FFBlue-green#0095B6Blue-violet 阅读全文
posted @ 2013-01-14 15:16 Danny Chen 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 目录预备知识2LINQ技术2LINQ技术的基础 - C#3.02自动属性2隐式类型2对象初始化器与集合初始化器3匿名类3扩展方法4Lambda表达式4.NET中的数据访问4DataSet方案5改进的的DataSet方案5手写代码通过ADO.NET2.0连接类与数据库交互5ORM – LINQ to SQL6深入了解Entity Framework7Entity Framework的核心 – EDM(Entity Data Model)7EDM概述7EDM之CSDL7EDM之SSDL11EDM之MSL12EDM中存储过程的设计15EDM中ComplexType的设计16实体数据模型映射方案17E 阅读全文
posted @ 2013-01-13 18:52 Danny Chen 阅读(2292) 评论(0) 推荐(0) 编辑
摘要: 本文整理了该方法的几种重载形式:一 Html.ActionLink("linkText","actionName")该重载的第一个参数是该链接要显示的文字,第二个参数是对应的控制器的方法,默认控制器为当前页面的控制器,如果当前页面的控制器为Products,则 Html.ActionLink("detail","Detail") 则会生成 <a href="/Products/Detail">all</a>二 Html.ActionLink("linkText& 阅读全文
posted @ 2013-01-13 18:31 Danny Chen 阅读(241) 评论(0) 推荐(0) 编辑
摘要: http://huyrua.wordpress.com/2010/07/13/entity-framework-4-poco-repository-and-specification-pattern/(good article)http://stackoverflow.com/questions/4295975/repository-pattern-in-entity-framework-4-when-should-we-disposehttp://elegantcode.com/2009/12/15/entity-framework-ef4-generic-repository-and-un 阅读全文
posted @ 2013-01-11 13:26 Danny Chen 阅读(485) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/dotview/archive/2011/08/04/2136764.html 阅读全文
posted @ 2013-01-09 12:44 Danny Chen 阅读(1067) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 77 下一页