• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






liguangsunls

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 188 下一页

2017年7月8日

Java提高篇(三一)-----Stack
摘要: 在Java中Stack类表示后进先出(LIFO)的对象堆栈。栈是一种很常见的数据结构,它採用典型的先进后出的操作方式完毕的。每个栈都包括一个栈顶,每次出栈是将栈顶的数据取出。例如以下: Stack通过五个操作对Vector进行扩展,同意将向量视为堆栈。这个五个操作例如以下: 操作 说明empty() 阅读全文
posted @ 2017-07-08 08:48 liguangsunls 阅读(165) 评论(0) 推荐(0)
 

2017年7月7日

Android 经常使用工作命令mmm,mm,m,croot,cgrep,jgrep,resgrep,godir
摘要: 官方定义: Invoke “. build/envsetup.sh” from your shell to add the following functions to your environment: – croot: Changes directory to the top of the tr 阅读全文
posted @ 2017-07-07 21:58 liguangsunls 阅读(582) 评论(0) 推荐(0)
 
【POJ 2750】 Potted Flower(线段树套dp)
摘要: 【POJ 2750】 Potted Flower(线段树套dp) Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 4566 Accepted: 1739 Description The little cat takes over 阅读全文
posted @ 2017-07-07 20:38 liguangsunls 阅读(211) 评论(0) 推荐(0)
 
POJ 题目3321 Apple Tree(线段树)
摘要: Apple Tree Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 21566 Accepted: 6548 Description There is an apple tree outside of kaka's house. 阅读全文
posted @ 2017-07-07 19:33 liguangsunls 阅读(213) 评论(0) 推荐(0)
 
Android新手入门2016(14)--FragmentTabHost实现选项卡和菜单
摘要: 本文来自肥宝传说之路,引用必须注明出处! 这章憋了好久。本来想写选项卡的,学到TabHost,TabWidget的,把代码拿过来准备研究的时候,发现竟然在4.0.3版本号被废弃了。 百度一下,发如今后面的版本号,用FragmentTabHost和LayoutInflater来取代了。网上也有一些关于 阅读全文
posted @ 2017-07-07 19:23 liguangsunls 阅读(2327) 评论(0) 推荐(0)
 
OCP-1Z0-051-题目解析-第50题
摘要: 50. SLS is a private synonym for the SH.SALES table. The user SH issues the following command: DROP SYNONYM sls; Which statement is true regarding the 阅读全文
posted @ 2017-07-07 18:31 liguangsunls 阅读(122) 评论(0) 推荐(0)
 
应用程序生命周期的基本方法的转换
摘要: Android中生命周期方法有OnCreate()、OnStart()、OnReStart()、OnReSume()、OnPause()、OnStop()、OnDestroy(),一下是Activity的状态转换时相相应运行的方法的转换图 Android中生命周期方法有OnCreate()、OnSt 阅读全文
posted @ 2017-07-07 17:46 liguangsunls 阅读(118) 评论(0) 推荐(0)
 
SSM后台管理系统(Spring SpringMVC Mybatis Mysql EasyUI)
摘要: 很easy的一个后台管理系统。功能不多,框架也不复杂, 源代码下载(附数据库)-ssm后台管理系统框架(Spring mvc + mybatis + mysql + easyui ) 实例图片 很easy的一个后台管理系统。功能不多,框架也不复杂, 源代码下载(附数据库)-ssm后台管理系统框架(S 阅读全文
posted @ 2017-07-07 16:45 liguangsunls 阅读(426) 评论(0) 推荐(0)
 
【LeetCode-面试算法经典-Java实现】【032-Longest Valid Parentheses(最长有效括号)】
摘要: 【032-Longest Valid Parentheses(最长有效括号)】 【LeetCode-面试算法经典-Java实现】【全部题目文件夹索引】 原题 Given a string containing just the characters '(' and ')', find the len 阅读全文
posted @ 2017-07-07 15:02 liguangsunls 阅读(217) 评论(0) 推荐(0)
 
【POJ 2195】 Going Home(KM算法求最小权匹配)
摘要: 【POJ 2195】 Going Home(KM算法求最小权匹配) Going Home Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 20303 Accepted: 10297 Description On a grid ma 阅读全文
posted @ 2017-07-07 14:11 liguangsunls 阅读(293) 评论(0) 推荐(0)
 
上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 188 下一页