之前一直使用myeclipse,现在换成eclipse,但是创建的新项目让我很不习惯,下面这个方法可以解决。 创建好的项目结构如下图所示,不过看着还是很别扭,我们window→show view→other 搜索package explore并打开 好了这个目录结构我们就很顺眼了!!! ...
分类:
Web程序 时间:
2017-05-18 09:46:29
阅读次数:
295
Talk 3: Rob Pike on Upspin Upspin is an experimental project to build a framework for naming and sharing files and other data securely, uniformly, and ...
分类:
其他好文 时间:
2017-05-18 09:43:13
阅读次数:
107
TreeSet中存放元素,默认按自然排序的方式去除重复项,并进行排序的 String和8种包装类中都指定自然排序方法:实现java.lang.Comparable接口,重写compareTo方法 自定义的类放入TreeSet时,也实现实现java.lang.Comparable接口,重写compar... ...
分类:
其他好文 时间:
2017-05-18 01:19:24
阅读次数:
131
Python自带的json.dumps方法序列化数据时候如果格式化的数据中有datetime类型数据时候会提示错误TypeError: datetime.datetime(2012, 12, 12, 15, 47, 15) is not JSON serializable 搜索出来的解决方案基本都是 ...
分类:
编程语言 时间:
2017-05-17 14:07:02
阅读次数:
307
FileResult is an abstract base class for all the others. FileContentResult - you use it when you have a byte array you would like to return as a file ...
分类:
Web程序 时间:
2017-05-17 11:50:57
阅读次数:
244
#https://docs.racket-lang.org/guide/index.html #命令行操作 https://docs.racket-lang.org/guide/other-editors.html 1.什么是Racket ? 1)一种编程语言,lisp的方言,根基于scheme; ...
分类:
其他好文 时间:
2017-05-17 10:10:39
阅读次数:
152
一、html简介 1. 什么是 HTML? HTML 是用来描述网页的一种语言。 HTML 指的是超文本标记语言 (Hyper Text Markup Language) HTML 不是一种编程语言,而是一种标记语言 (markup language) 标记语言是一套标记标签 (markup tag ...
分类:
Web程序 时间:
2017-05-16 21:44:24
阅读次数:
282
题目: The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other. Given an integer n, return ...
分类:
其他好文 时间:
2017-05-16 21:38:18
阅读次数:
167
题目例如以下: Eva loves to collect coins from all over the universe, including some other planets like Mars. One day she visited a universal shopping mall w ...
分类:
其他好文 时间:
2017-05-16 20:07:11
阅读次数:
162
extends:http://stackoverflow.com/questions/26346727/android-material-design-button-styles I will add my answer since I don't use any of the other answ ...
分类:
移动开发 时间:
2017-05-16 16:42:57
阅读次数:
289