1.下载spring源码 2.下载安装gradle,配置环境变量(需要有java环境) 3.在spring子项目下执行命令:gradle cleanidea eclipse,会生成对应的.project及.classpath文件 4.eclipse导入project ...
分类:
编程语言 时间:
2017-07-10 14:26:12
阅读次数:
265
点击打开链接题目链接 Just a Hook Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 18010 Accepted Submission ...
分类:
其他好文 时间:
2017-07-10 13:30:26
阅读次数:
284
既然NetCore开源,那么也使用开源的MySQL的数据库呢?当然NetCore不止单单配MSSQL数据库而已。今天我来讲解NetCore怎么使用MySQL进行开发。 首先新建一个NetCore项目 然后写两个类放在Model里面 然后在NuGet库里安装个插件才能完成连接MySQL 然后添加一个控 ...
分类:
数据库 时间:
2017-07-10 13:28:24
阅读次数:
1550
这里以HotSpot为例,且所说的对象指普通的Java对象,不包括数组和Class对象等。 对象创建的过程 对象的内存布局 对象的访问定位 ...
分类:
编程语言 时间:
2017-07-10 13:27:26
阅读次数:
219
It's well known that the best way to distract from something is to do one's favourite thing. Job is such a thing for Leha. So the hacker began to work ...
分类:
其他好文 时间:
2017-07-10 13:24:56
阅读次数:
243
二.小配置 三.jar包 四.实体类 public class StudentInfo { private Integer stuId; private String stuName; private Integer stuAge; private Date stuDate; } 五.更新POM.x ...
分类:
其他好文 时间:
2017-07-10 13:24:17
阅读次数:
247
import javax.crypto.*; import javax.crypto.spec.*; public class AES { public static void main(String[] args) throws Exception { /* 加密用的Key 可以用26个字母和数字... ...
分类:
其他好文 时间:
2017-07-10 13:21:36
阅读次数:
139
1.ubuntu镜像源准备(防止下载过慢): 参考博文:http://www.cnblogs.com/top5/archive/2009/10/07/1578815.html 步骤如下: 首先,备份一下ubuntu 12.10 原来的源地址列表文件 sudo cp /etc/apt/sources. ...
分类:
系统相关 时间:
2017-07-10 13:20:20
阅读次数:
3208
You are given a map in form of a two-dimensional integer grid where 1 represents land and 0 represents water. Grid cells are connected horizontally/ve ...
分类:
其他好文 时间:
2017-07-10 13:13:53
阅读次数:
190
我之前遇到的一个错误就是 [html] view plain copy File "site-packages\urllib3\packages\six.py", line 92, in __get__ File "site-packages\urllib3\packages\six.py", li ...
分类:
编程语言 时间:
2017-07-10 13:13:00
阅读次数:
598