上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 157 下一页
摘要: 1. 问题描写叙述 Notes: The number of buildings in any input list is guaranteed to be in the range [0, 10000]. The input list is already sorted in ascending 阅读全文
posted @ 2017-06-23 10:53 claireyuancy 阅读(113) 评论(0) 推荐(0) 编辑
摘要: omnigraffle:http://www.uzzf.com/soft/91710.html 含盖激活码: Name: mojado Serial: JYFE-JRJN-GSOT-GRAG-EVJI-TEFE-VJI Name: mojado@live.com Serial: IZAH-IRLI- 阅读全文
posted @ 2017-06-23 09:36 claireyuancy 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 1、jsp生成word文件。直接改动jsp格式: <%@ page contentType="application/vnd.ms-word;charset=GB2312"%> <%@ pagepageEncoding="GB2312"%> <% String fileName ="word.doc 阅读全文
posted @ 2017-06-23 08:07 claireyuancy 阅读(725) 评论(0) 推荐(0) 编辑
摘要: 近来感觉状态压缩dp的强大性(灵活利用了二进制运算非常关键)。。。于是做了俩提来看看。。毕竟队友是专业的dp。我仅仅是管中窥豹下而已。。日后有机会再与之玩耍玩耍。。。ps:假设上天再给我一次机会,当年我愿意选择状态dp而不是网络流(仅仅针对眼下比赛出题潮流) 经典问题,不相邻/禁点方案数问题。poj 阅读全文
posted @ 2017-06-22 21:41 claireyuancy 阅读(131) 评论(0) 推荐(0) 编辑
摘要: statinfo = os.stat( OneFilePath ) if AllFiles.has_key( statinfo.st_size ): OneKey = AllFiles[ statinfo.st_size ] OneKey.append( OneFilePath ) AllFiles 阅读全文
posted @ 2017-06-22 20:33 claireyuancy 阅读(1316) 评论(0) 推荐(0) 编辑
摘要: //个人总结。欢迎新增或改动#import <UIKit/UIKit.h> typedef enum{ VALIDATION_TYPE_NUM_VALIDATED = 0,//数字 VALIDATION_TYPE_ID_CARD_VALIDATED = 1,//身份证 VALIDATION_TYPE 阅读全文
posted @ 2017-06-22 20:02 claireyuancy 阅读(140) 评论(0) 推荐(0) 编辑
摘要: <pre name="code" class="java">import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpen 阅读全文
posted @ 2017-06-22 19:06 claireyuancy 阅读(178) 评论(0) 推荐(0) 编辑
摘要: HTML5 Geolocation用来定位用户的位置。 定位用户的位置 HTMl5 Geolocation API用来得到用户的地理位置。 由于这个可能和个人隐私相关,除非用户同意否则不能使用。 浏览器支持 IE9。Firefox,Chrome,Opera和Safari 5都支持这个特性。 注意:假 阅读全文
posted @ 2017-06-22 18:09 claireyuancy 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 前一段时间看了《Spring技术内幕》这个书,感觉阅读起来比較费劲,大家能够直接下载源代码进行阅读,更重要的能够自己写一些小demo,方便自己理解和学习。以下我找了一些主流框架的源代码下载地址有须要的朋友能够自行下载,以后发现很多其它的地址会兴许补全 Spring源代码地址: https://git 阅读全文
posted @ 2017-06-22 17:12 claireyuancy 阅读(457) 评论(0) 推荐(0) 编辑
摘要: 一. 使用Junit进行測试 1. Java业务代码: public class HelloWorld { // 測试返回"world" public String hello() { return "world"; } // 測试返回"hello" public String world() { 阅读全文
posted @ 2017-06-22 16:21 claireyuancy 阅读(153) 评论(0) 推荐(0) 编辑
上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 157 下一页