摘要: How to fix Cannot change version of project facet Dynamic Web Module to 3.0 Error in Eclipse 原文:http://crunchify.com/how-to-fix-cannot-change-version- 阅读全文
posted @ 2016-06-25 21:53 尹庆超 阅读(555) 评论(0) 推荐(0) 编辑
摘要: 1. delegate 2. func 3. reflection 4. Test 阅读全文
posted @ 2016-04-13 10:58 尹庆超 阅读(318) 评论(0) 推荐(0) 编辑
摘要: using System.Collections.Generic; using System.Linq; using System.Xml.Linq; using System.Dynamic; namespace DynamicReadXml { public static class ExpandoXML { public static dynamic As... 阅读全文
posted @ 2016-04-13 10:46 尹庆超 阅读(324) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; namespace AsyncCallBack_Delegate { class Program { static void Main(stri... 阅读全文
posted @ 2016-04-12 15:31 尹庆超 阅读(701) 评论(0) 推荐(0) 编辑
摘要: Spring jar 下载地址 http://repo.springsource.org/libs-release-local/org/springframework/spring/ 阅读全文
posted @ 2016-03-09 10:33 尹庆超 阅读(170) 评论(0) 推荐(0) 编辑
摘要: Java Jar maven 下载地址 https://repo1.maven.org/maven2/ 根据maven artifactid 查找相关jar 阅读全文
posted @ 2016-03-09 10:32 尹庆超 阅读(221) 评论(0) 推荐(0) 编辑
摘要: Dependency Scope 在POM 4中,<dependency>中还引入了<scope>,它主要管理依赖的部署。目前<scope>可以使用5个值: * compile,缺省值,适用于所有阶段,会随着项目一起发布。 * provided,类似compile,期望JDK、容器或使用者会提供这个 阅读全文
posted @ 2016-03-02 14:39 尹庆超 阅读(9091) 评论(0) 推荐(1) 编辑
摘要: 原文: http://blog.csdn.net/edward0830ly/article/details/8748986 1、常用命令 1)创建一个Project mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my- 阅读全文
posted @ 2016-03-01 11:30 尹庆超 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 原文:http://my.oschina.net/fajar/blog/425478 使用OpenSSL生成自签证书(亲测) 一,前言 读过我博客的小伙伴儿都知道,我一般在前言里面会提到为什么写这篇博客,这次的理由是:公司让我写个证书与商业合作伙伴在交换数据时进行签名和加密。 需求: 生成一对 RS 阅读全文
posted @ 2016-02-14 13:05 尹庆超 阅读(30204) 评论(1) 推荐(0) 编辑
摘要: 转:http://www.cnblogs.com/sorex/archive/2011/06/30/2093499.html new document 鸣谢原文转自http://www.cnblogs.com/sorex/archive/2011/06/30/... 阅读全文
posted @ 2016-01-21 20:15 尹庆超 阅读(426) 评论(0) 推荐(0) 编辑