05 2015 档案

解决bootstrap row span设置border换行的问题
摘要:Hadoop方面的毕业设计告一段落了,趁这几天空闲时间认真学习一下之前常使用但是却没用好的Bootstrap。 本文记录Bootstrap框架使用栅格系统时,遇到row内的span设置border换行的问题。问题再现 4 ... 阅读全文

posted @ 2015-05-31 20:29 吴一达 阅读(647) 评论(0) 推荐(0) 编辑

Android必知必会--使用shape制作drawable素材
摘要:前言最近看到朋友制作的Android APP使用了极少的图片,但是图形却极其丰富,问了之后得知是使用shape绘制的,有很多优点。 下面是我整理的一些素材:预览下面是图片预览:代码布局文件 shape文件绿色标签s1.xml: ... 阅读全文

posted @ 2015-05-29 13:05 吴一达 阅读(245) 评论(0) 推荐(0) 编辑

推荐一个优秀的c++源代码,TinyXml2
摘要:项目主页:http://grinninglizard.com/tinyxml2docs/index.html tinyxml2.h /*Original code by Lee Thomason (www.grinninglizard.com)This software is... 阅读全文

posted @ 2015-05-26 21:31 吴一达 阅读(386) 评论(0) 推荐(0) 编辑

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 吴一达 阅读(120) 评论(0) 推荐(0) 编辑

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

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

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

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

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 吴一达 阅读(204) 评论(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 吴一达 阅读(109) 评论(0) 推荐(0) 编辑

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

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

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 吴一达 阅读(151) 评论(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 吴一达 阅读(152) 评论(0) 推荐(0) 编辑

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 吴一达 阅读(150) 评论(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 吴一达 阅读(158) 评论(0) 推荐(0) 编辑

leetcode 165 Compare Version Numbers
摘要:Compare two version numbers version1 and version2. If version1 > version2 return 1, if version1 22; return 1.Example2: version1==”11.22.33”... 阅读全文

posted @ 2015-05-08 11:28 吴一达 阅读(178) 评论(0) 推荐(0) 编辑

“基于数据仓库的广东省高速公路一张网过渡期通行数据及异常分析系统"已被《计算机时代》录用
摘要:今天收到《计算机时代》编辑部寄来的稿件录用通知,本人撰写的论文“基于数据仓库的广东省高速公路一张网过渡期通行数据及异常分析系统”,已被《计算机时代》录用,拟在2015年第7/8期刊出。 本论文基于的是本人开发的基于数据仓库的广东省高速公路一张网过渡期通行数据及异常分析系统。近一年来,该系... 阅读全文

posted @ 2015-05-07 09:29 吴一达 阅读(95) 评论(0) 推荐(0) 编辑

leetcode 169 Majority Element 冰山查询
摘要:Given an array of size n, find the majority element. The majority element is the element that appears more than ⌊ n/2 ⌋ times.You may assume ... 阅读全文

posted @ 2015-05-06 15:40 吴一达 阅读(160) 评论(0) 推荐(0) 编辑

leetcode 19 Remove Nth Node From End of List
摘要:Given a linked list, remove the nth node from the end of list and return its head.For example, Given linked list: 1->2->3->4->5, and n = 2... 阅读全文

posted @ 2015-05-05 22:31 吴一达 阅读(117) 评论(0) 推荐(0) 编辑

也是枉然
摘要:想想最近一篇博客更新是2014年7月16日,好久好久没有更新博客了,很多原定的计划也没有去实现,计划赶不上变化啊。2014的事情还真是很多,也在这一年,订婚,领证,今年的婚礼也即将到来。慢慢地觉得自己真的不像以前那样,可以肆无忌惮,可以为所欲为,想干嘛就去干嘛。毕业也快要3年了,... 阅读全文

posted @ 2015-05-05 19:42 吴一达 阅读(198) 评论(0) 推荐(0) 编辑

leetcode 172 Factorial Trailing Zeroes
摘要:Given an integer n, return the number of trailing zeroes in n!.Note: Your solution should be in logarithmic time complexity.解决思路: 决定阶乘末尾零的个数其... 阅读全文

posted @ 2015-05-04 23:49 吴一达 阅读(95) 评论(0) 推荐(0) 编辑

leetcode 189 Rotate Array
摘要:Rotate an array of n elements to the right by k steps.For example, with n = 7 and k = 3, the array [1,2,3,4,5,6,7] is rotated to [5,6,7,1,2,3... 阅读全文

posted @ 2015-05-04 20:28 吴一达 阅读(109) 评论(0) 推荐(0) 编辑

leetcode 190 Reverse Bits
摘要:Reverse bits of a given 32 bits unsigned integer.For example, given input 43261596 (represented in binary as 00000010100101000001111010011100... 阅读全文

posted @ 2015-05-04 15:46 吴一达 阅读(114) 评论(0) 推荐(0) 编辑

vs2010 单文档MFC 通过加载位图文件作为客户区背景
摘要:实现效果:这个其实是一个非常常见的功能,大家都会考虑给自己简单的工程做一个背景界面。其实只要在view类中重载OnEraseBkgnd()这个函数就好了。代码如下:BOOL CdddView::OnEraseBkgnd(CDC* pDC){ // TODO: 在此添加消息处理... 阅读全文

posted @ 2015-05-01 11:48 吴一达 阅读(164) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示