上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
摘要: 1 阅读全文
posted @ 2016-06-18 22:54 李寒星 阅读(104) 评论(0) 推荐(0) 编辑
摘要: Windows Communication Foundation (WCF)是Microsoft为构建面向服务的应用提供的分布式通信编程框架,是.NET Framework 3.5的重要组成部分。使用该框架,开发人员可以构建跨平台、安全、可靠和支持事务处理的企业级互联应用解决方案。 WCF是使用托管 阅读全文
posted @ 2016-06-18 22:46 李寒星 阅读(148) 评论(0) 推荐(0) 编辑
摘要: ADSI (Active Directory Services Interface)是Microsoft推出的一项技术,它统一了许多底层服务的编程接口,程序员可以使用一致的对象技术来访问这些底层服务。ADSI把这些服务的公共部分提取出来,同时隔离出相异的部分,程序员可以用统一的接口访问底层服务的公共 阅读全文
posted @ 2016-06-18 22:06 李寒星 阅读(163) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/xiaogangqq123/archive/2011/06/29/2093250.html http://www.cnblogs.com/hjf1223/archive/2006/04/24/383118.html IBATISNet是一个使得SQL 语 阅读全文
posted @ 2016-06-18 21:39 李寒星 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 算法大全: http://www.2cto.com/kf/201401/274983.html http://blog.csdn.net/xuemoyao/article/details/8035076 http://www.studyofnet.com/news/186.html 平均时间复杂度从 阅读全文
posted @ 2016-06-18 15:59 李寒星 阅读(191) 评论(0) 推荐(0) 编辑
摘要: http://www.webdiyer.com/ 阅读全文
posted @ 2016-06-07 12:19 李寒星 阅读(156) 评论(0) 推荐(0) 编辑
摘要: Sql常见面试题(总结) 1.用一条SQL语句 查询出每门课都大于80分的学生姓名 name kecheng fenshu 张三 语文 81 张三 数学 75 李四 语文 76 李四 数学 90 王五 语文 81 王五 数学 100 王五 英语 90A: select distinct name f 阅读全文
posted @ 2016-06-05 21:19 李寒星 阅读(295) 评论(0) 推荐(0) 编辑
摘要: <asp:Button ID="SubmitPurchase" Text="提交采购" CausesValidation="true" Width="75px" Height="30px" runat="server" UseSubmitBehavior="false" OnClick="Submi 阅读全文
posted @ 2016-06-02 11:59 李寒星 阅读(185) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript"> function SetTable() { $("#myTab table").each(function () { var sValue= $(this).find("tr").eq(0).find("td").eq(0).html( 阅读全文
posted @ 2016-05-31 17:13 李寒星 阅读(20480) 评论(0) 推荐(0) 编辑
摘要: //生成Guid function getGuidGenerator() { var S4 = function () { return (((1 + Math.random()) * 0x10000) | 0).toString(16).substring(1); }; return (S4() 阅读全文
posted @ 2016-05-30 16:45 李寒星 阅读(206) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页