上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 156 下一页

2015年5月20日

leetcode 83 Remove Duplicates from Sorted List

摘要: Given a sorted linked list, delete all duplicates such that each element appear only once. For example, Given 1->1->2, return 1->2. Given 1... 阅读全文

posted @ 2015-05-20 22:41 吴一达 阅读(123) 评论(0) 推荐(0)

2015年5月19日

app配置智能硬件的解决方案

摘要: 随着越来越多的智能硬件产品上市,越来越多的硬件都戴上了智能的帽子,什么智能插座,智能音箱,智能称等等。凡是所谓的智能,都是通过wifi或者蓝牙来连接互联网,其中蓝牙也只能算是手机的附属品吧。主要还是硬件可以通过wifi连接到路由,通过路由连接上互联网。如下图所示: ... 阅读全文

posted @ 2015-05-19 20:15 吴一达 阅读(264) 评论(0) 推荐(0)

2015年5月17日

Android必知必会--NinePatch图片制作

摘要: 本文为CSDN学院免费课程《NinePatch图片制作从入门到精通》的笔记,建议新手先观看视频,整理此笔记是为了便于自己复习,有NinePatch基础的朋友可以直接观看第四部分。—-【转载请注明出处】一、工具介绍这是一张PNG图片,为了方便观看做的比较大。在Android中使用... 阅读全文

posted @ 2015-05-17 22:13 吴一达 阅读(155) 评论(0) 推荐(0)

2015年5月13日

leetcode 104 Maximum Depth of Binary Tree二叉树求深度

摘要: Maximum Depth of Binary Tree Total Accepted: 63668 Total Submissions: 141121 My Submissions Question Solution Given a binary tree, find i... 阅读全文

posted @ 2015-05-13 22:16 吴一达 阅读(209) 评论(0) 推荐(0)

leetcode 7 Reverse Integer

摘要: Reverse digits of an integer.Example1: x = 123, return 321 Example2: x = -123, return -321 click to show spoilers.Have you thought about this... 阅读全文

posted @ 2015-05-13 21:41 吴一达 阅读(116) 评论(0) 推荐(0)

quartz实现定时功能实例详解(servlet定时器配置方法)

摘要: Quartz是一个完全由java编写的开源作业调度框架,下面提供一个小例子供大家参考,还有在servlet配置的方法 Quartz是一个完全由java编写的开源作业调度框架,具体的介绍可到http://www.opensymphony.com/quartz/官方... 阅读全文

posted @ 2015-05-13 19:12 吴一达 阅读(831) 评论(0) 推荐(0)

2015年5月12日

leetcode 6 ZigZag Conversion

摘要: The string “PAYPALISHIRING” is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fi... 阅读全文

posted @ 2015-05-12 22:24 吴一达 阅读(153) 评论(0) 推荐(0)

How to create DB2 user function easily by DB Query Analyzer 6.03

摘要: How to create DB2user function easily by DB Query Analyzer 6.03Ma Genfeng (Guangdong Unitoll Servicesincorporated, Guangzhou510300) Abstract The la... 阅读全文

posted @ 2015-05-12 09:24 吴一达 阅读(158) 评论(0) 推荐(0)

2015年5月11日

leetcode 155 Min Stack

摘要: Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. • push(x) – Push element x onto stack. • ... 阅读全文

posted @ 2015-05-11 23:56 吴一达 阅读(154) 评论(0) 推荐(0)

leetcode 160 Intersection of Two Linked Lists

摘要: Write a program to find the node at which the intersection of two singly linked lists begins.For example, the following two linked lists: A:... 阅读全文

posted @ 2015-05-11 17:44 吴一达 阅读(163) 评论(0) 推荐(0)

上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 156 下一页

导航