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






liguangsunls

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
1 2 3 4 5 ··· 188 下一页

2017年8月21日

<html>
摘要: 题目链接:点击打开链接 思路:划分树模板题。 细节參见代码: #include<cstdio> #include<cstring> #include<algorithm> #include<iostream> #include<string> #include<vector> #include<st 阅读全文
posted @ 2017-08-21 13:55 liguangsunls 阅读(387) 评论(0) 推荐(0)
 
Codeforces Round #313 (Div. 2) C. Gerald&#39;s Hexagon(补大三角形)
摘要: C. Gerald's Hexagon time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Gerald got a very cu 阅读全文
posted @ 2017-08-21 12:38 liguangsunls 阅读(472) 评论(0) 推荐(0)
 
外网訪问XAMPP失败 解决方式 XAMPP1.8.3
摘要: xampp 訪问出现New XAMPP security concept New XAMPP security concept: Access to the requested directory is only available from the local network. This sett 阅读全文
posted @ 2017-08-21 11:43 liguangsunls 阅读(547) 评论(0) 推荐(0)
 
leetcode: Construct Binary Tree from Inorder and Postorder Traversal
摘要: /** * Definition for binary tree * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode(int x) : val(x), left(NULL), right(NUL 阅读全文
posted @ 2017-08-21 10:06 liguangsunls 阅读(415) 评论(0) 推荐(0)
 
zoj 3430 Detect the Virus(AC自己主动机)
摘要: Detect the Virus Time Limit: 2 Seconds Memory Limit: 65536 KB One day, Nobita found that his computer is extremely slow. After several hours' work, he 阅读全文
posted @ 2017-08-21 08:55 liguangsunls 阅读(662) 评论(0) 推荐(0)
 
简化实现动态行列转置的SQL
摘要: 动态行列转换的计算在实际业务中非经常见,网上各类技术论坛上都有讨论,比方以下这些问题: http://www.iteye.com/problems/87788 http://bbs.csdn.net/topics/390869577 http://bbs.csdn.net/topics/391000 阅读全文
posted @ 2017-08-21 08:13 liguangsunls 阅读(1106) 评论(0) 推荐(0)
 

2017年8月20日

android6.0 Activity(四) Surface创建
摘要:  原文:http://blog.csdn.net/luoshengyang/article/details/8303098。原文代码比較老了,可是核心不变。在原文基础上改动了一些代码,以及增加自己少量的理解。 在上一篇博客中。我们分析了应用程序窗体连接到WindowManagerService服 阅读全文
posted @ 2017-08-20 20:42 liguangsunls 阅读(1531) 评论(0) 推荐(0)
 
坐等红颜老
摘要: 题记:虽说似乎还是十分遥远的事,但多年来。耳濡目染,有所感触,遂成是文。社保,想说爱你也不easy。涂鸦一文。[题记大半没有贴出,还是先让那些剩下的语句们自个赞赏着罢。] 坐等红颜老 文/天地尘埃2020 不度东风春到堂,十三上套十五圆。 窟窿还在窟窿上,天下休休何事平。 双轨招摇唤并轨,方针已定锁 阅读全文
posted @ 2017-08-20 19:25 liguangsunls 阅读(484) 评论(0) 推荐(0)
 
EL表达式具体解释
摘要: 在 JSP 页面中,使用标签库取代传统的 Java 片段语言来实现页面的显示逻辑已经不是新技术了,然而。由自己定义标签非常easy造成反复定义和非标准的实现。鉴于此。出现了 JSTL ( JSP Standard Tag Library )。大多数 JSP 页面逻辑提供了实现的 JSTL 技术。该技 阅读全文
posted @ 2017-08-20 17:50 liguangsunls 阅读(565) 评论(0) 推荐(0)
 
Android 实战美女拼图游戏 你能坚持到第几关
摘要: 转载请标明出处:http://blog.csdn.net/lmj623565791/article/details/40595385。本文出自:【张鸿洋的博客】1、概述继2048之后,今天给大家带来一个拼图游戏,当然了不是非常传统那个缺一块的拼图。那游戏我不会玩~~全部我们换个方式玩拼图。怎么玩呢, 阅读全文
posted @ 2017-08-20 17:44 liguangsunls 阅读(561) 评论(0) 推荐(0)
 
1 2 3 4 5 ··· 188 下一页