上一页 1 ··· 7 8 9 10 11 12 13 14 15 16 下一页

2016年10月18日

摘要: 一、登录 /// <summary> /// 获取令牌 /// </summary> /// <param name="userName">用户名</param> /// <param name="password">密码</param> /// <returns></returns> [HttpG 阅读全文
posted @ 2016-10-18 11:41 毛毛虫 阅读(530) 评论(0) 推荐(0)
 

2016年10月13日

摘要: public class CTest { public int i { get; set; } public string j { get; set; } } 一、Range var items=Enumerable.Range(1, 20).Select(ii => new CTest() { i 阅读全文
posted @ 2016-10-13 10:15 毛毛虫 阅读(789) 评论(0) 推荐(0)
 

2016年9月25日

摘要: 1.更新程序包EntityFramework->6.1.3 2.下载程序包MySql.Data.Entities(Ver:6.8.3) 3.修改config.cs或者web.config,包含以下内容 <configuration> <configSections><connectionString 阅读全文
posted @ 2016-09-25 19:11 毛毛虫 阅读(1369) 评论(1) 推荐(0)
 

2016年8月17日

摘要: host里面添加 127.0.0.1 域名 阅读全文
posted @ 2016-08-17 17:05 毛毛虫 阅读(743) 评论(1) 推荐(0)
 

2016年6月22日

摘要: Controller代码: 在Controller中把要传递的数据通过Tuple.Create封装数据 View代码: 阅读全文
posted @ 2016-06-22 21:02 毛毛虫 阅读(1267) 评论(0) 推荐(0)
 

2016年2月28日

摘要: String urlStr ="https://qyapi.weixin.qq.com/cgi-bin/gettoken?a=a&b=b"; URL url = null; BufferedReader in = null; StringBuffer sb = new StringBuffer(); 阅读全文
posted @ 2016-02-28 11:34 毛毛虫 阅读(212) 评论(0) 推荐(0)
 
摘要: 官方网址: http://json-lib.sourceforge.net/ 需要准备的jar包 1. json-lib-2.4-jdk15.jar 目前最新版, 下载地址 http://sourceforge.net/projects/json-lib/files/ 2. HttpClient 用 阅读全文
posted @ 2016-02-28 11:32 毛毛虫 阅读(3337) 评论(0) 推荐(0)
 
摘要: public class ClassRoom { private int id; private String name; private int grade; public int getId() { return id; } public void setId(int id) { this.id 阅读全文
posted @ 2016-02-28 11:17 毛毛虫 阅读(3067) 评论(0) 推荐(0)
 

2016年2月26日

摘要: 1.评论点赞数量 评论请人来点赞 2.配对+未来 滴滴打车2月14日1314活动 3.抹零 阅读全文
posted @ 2016-02-26 08:27 毛毛虫 阅读(151) 评论(0) 推荐(0)
 

2016年1月21日

摘要: string url = "http://"; //创建HttpClient(注意传入HttpClientHandler) var handler = new HttpClientHandler() { AutomaticDecompression = ... 阅读全文
posted @ 2016-01-21 11:36 毛毛虫 阅读(3156) 评论(0) 推荐(0)
 
上一页 1 ··· 7 8 9 10 11 12 13 14 15 16 下一页