12 2017 档案

摘要:参考两个博客: 1.如何创建Spring MVC项目。https://www.jianshu.com/p/2101d176555b 2. 如何部署。http://blog.csdn.net/aa464971/article/details/78250259 阅读全文
posted @ 2017-12-25 22:13 vector11248 阅读(2007) 评论(0) 推荐(0)
摘要:class Solution { public static int[] x; public static int sum=0; public static char[][] board; public List> solveNQueens(int n) { x =new int[n]; for(int... 阅读全文
posted @ 2017-12-15 20:25 vector11248 阅读(128) 评论(0) 推荐(0)
摘要:import java.util.*; import java.io.*; import java.math.*; public class Hello { public static int n; public static int[] x; public static int sum=0; public static void main(String[... 阅读全文
posted @ 2017-12-15 16:39 vector11248 阅读(166) 评论(0) 推荐(0)
摘要:import java.util.*; import java.io.*; import java.math.*; public class Hello { static int cnt =1; public static void main(String[] args) throws IOException { int n = 8; c... 阅读全文
posted @ 2017-12-15 12:46 vector11248 阅读(169) 评论(0) 推荐(0)