上一页 1 ··· 10 11 12 13 14
摘要: 随着RESTful的流行,前后端分离,我们后端开发人员在开发过程中多http相关方法进行测试。这就是这个小工具的初衷。 代码地址:https://github.com/gdoujkzz/DebugHttp 这是一个wpf小程序。 阅读全文
posted @ 2016-11-21 17:13 GDOUJKZZ 阅读(711) 评论(0) 推荐(0)
摘要: 最近都是在用Nhibernate和数据库打交道,说实话的,我觉得Nhibernate比Ado.Net更好用,但是在对于一些复杂的查询Nhibernate还是比不上Ado.Net。废话不多说了,下面讲讲Linq To Nhibernate的性能优化。 第一点:应该要分清楚当前代码是在数据库上执行,还是 阅读全文
posted @ 2016-09-24 22:46 GDOUJKZZ 阅读(728) 评论(0) 推荐(0)
摘要: namespace classanddelegate { class Program { static void Main(string[] args) { //这是类的实例化 Test test = new Test(); //创建一个委托实例的时候,需要确定需要与哪些方法关联起来。 MyDele 阅读全文
posted @ 2015-10-30 19:36 GDOUJKZZ 阅读(196) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 反转字符串{ class Program { static void Main(strin... 阅读全文
posted @ 2015-08-31 21:37 GDOUJKZZ 阅读(927) 评论(2) 推荐(0)
摘要: 我是用hashset来实现的具体如代码所示using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace JiaoJi{ class Program { ... 阅读全文
posted @ 2015-08-30 19:57 GDOUJKZZ 阅读(627) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14