1 using System; 2 using
System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using
System.Threading.Tasks; 6 7 namespace Static再谈.....
分类:
其他好文 时间:
2014-06-09 19:24:42
阅读次数:
162
首先,我们需要先创建一个lein项目(废话。。)lein new
[项目名称]然后生成Maven的pom.xml文件cd [项目目录]lein pom最后,在InteliJ
IDEA中选择导入Maven项目,选择刚刚生成的pom.xml文件即可。
分类:
其他好文 时间:
2014-06-09 19:13:13
阅读次数:
208
先写一个数据类Grade.csusing System;using
System.Collections.Generic;using System.Linq;using System.Text;using
System.Threading.Tasks;using System.Collections...
分类:
其他好文 时间:
2014-06-09 18:45:56
阅读次数:
176
using System;using System.Collections.Generic;using
System.Linq;using System.Web;using System.Web.Mvc;namespace
PagedList.MVCWeb.Controllers{ publi...
分类:
Web程序 时间:
2014-06-09 18:30:04
阅读次数:
280
在res/color/text_color_selector.xml这个下编写: 使用:
分类:
其他好文 时间:
2014-06-09 18:28:04
阅读次数:
169
序列化对象 public class People {
[XmlAttribute("NAME")] public string Name { set; get; } [XmlAttribute("AGE")]
pub...
分类:
其他好文 时间:
2014-06-09 18:27:28
阅读次数:
344
1 using System; 2 using
System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6
namespace 静态类密闭类 7 { 8 class Program 9 {10...
分类:
其他好文 时间:
2014-06-09 18:17:44
阅读次数:
145
今天下载了一份原来来参考,却发现SDK版本偏低我没有安装用SDK
Manager却一直更新不了出现Failed to fetch URL
https://dl-ssl.google.com/android/repository/repository-6.xml, reason:
Connection...
分类:
移动开发 时间:
2014-06-09 17:48:05
阅读次数:
409
相信很多关键词在运用ibatis2.x的兄弟并没有通过ibatis的xml映射文件来完成目标间的联系映射。本来也的确没有必要那么做,由于ibatis2.x采用的是“嵌套查询”的方法将目标之间的联系通过查询句子的直接拼装来完成,其作用和在DAO或Service中自行封装是相同的。不过这种方法存在“N+...
分类:
其他好文 时间:
2014-06-09 16:34:35
阅读次数:
390