March 09th, 2018 Week 10th Friday
All good things must come to an end.
好景无常。
Love is when the other person's happiness is more important than your own.
情是君喜胜于己欢。
From H. Jackson Brown Junior.
These days I am busy with an important project.
March 09th, 2018 Week 10th Friday的更多相关文章
- March 08th, 2018 Week 10th Thursday
		
Easy come, easy go. 易得则易失. Easy come, easy go, I finally undestand the phrase through somewhat hard ...
 - March 07th, 2018 Week 10th Wednesday
		
Better later than never. 亡羊补牢,时犹未晚. Time and again all of us are told to complete the tasks assigned ...
 - March 06th, 2018 Week 10th Tuesday
		
Hope for the best, but prepare for the worst. 抱最好的愿望,做最坏的打算. To hope for the best and prepare for th ...
 - March 05th, 2018 Week 10th Monday
		
Fortune favors the bold. 勇者天佑. It has been increasingly apparent that courage is the main quality we ...
 - March 04th, 2018 Week 10th Sunday
		
Tomorrow never comes. 我生待明日,万事成蹉跎. Most of my past failures can be chalked up to the bad habit of pr ...
 - 【启发式搜索】Codechef March Cook-Off 2018. Maximum Tree Path
		
有点像计蒜之道里的 京东的物流路径 题目描述 给定一棵 N 个节点的树,每个节点有一个正整数权值.记节点 i 的权值为 Ai.考虑节点 u 和 v 之间的一条简单路径,记 dist(u, v) 为其长 ...
 - Codechef March Cook-Off 2018. Maximum Tree Path
		
目录 题意 解析 AC_code @(Codechef March Cook-Off 2018. Maximum Tree Path) 题意 给你一颗\(n(1e5)\)个点有边权有点权的树,\(Mi ...
 - March 10th, 2018 Week 10th Saturday
		
All good things must come to an end. 好景无常. Love is when the other person's happiness is more importa ...
 - July 09th, 2018. Monday, Week 28th.
		
Happiness is an inside job. 自内寻找,才能找到幸福. From William Arthur Ward. Nobody wants to suffer, and we al ...
 
随机推荐
- 加密的m3u8、ts文件合并
			
加密后的ts文件不能直接合并或播放,需要使用key对每个ts文件进行解密. 分为两种情况: (1).如果ts文件已经全部下载好,则可以直接在本地通过ffmpeg快速解密合并. (2).如果ts文件没有 ...
 - WPF 窗口
			
在WPF中,经常需要对窗口进行设置,下面讲讲常用的几个设置. 窗口样式 1.无边框窗口 无边框透明窗体 设置 WindowStyle="None"--无边框,如果需要其它按钮,如缩 ...
 - Webapi创建和使用 以及填坑(三)
			
WebApi使用填坑 前面工作跟别人做数据对接,因为我们是对接方所以东西都得按照他们的要求进行修改,于是给自己挖了很多坑,其实更多的都是自己能力还不够,在这里也做一个笔记了. 请求类型:applica ...
 - [PHP]PHP rpc框架hprose测试
			
建立composer.json { "name": "hprose/examples", "description": "exam ...
 - [PHP]算法-旋转数组的最小值的PHP实现
			
把一个数组最开始的若干个元素搬到数组的末尾,我们称之为数组的旋转. 输入一个非减排序的数组的一个旋转,输出旋转数组的最小元素. 例如数组{3,4,5,1,2}为{1,2,3,4,5}的一个旋转,该数组 ...
 - Java_Queue接口
			
Queue接口 1.英文 a) Queue 队列 b) Deque ,Double ender queue缩写,双向队列 2.Queue接口 除了基本的 Collect ...
 - ANOVA (paper from the onlinestat)
			
Introduction Author(s) David M. Lane Prerequisites Variance, Significance Testing,All Pairwise Compa ...
 - Redis学习一(基础入门).
			
一.前言 Redis是一个开源的使用ANSI C语言编写.遵守BSD协议.支持网络.可基于内存亦可持久化的日志型.key-Value 的数据库.并提供多种语言的API. 通常,Redis 将数据存储于 ...
 - mapper接口方法参数
			
mapper接口中的方法只有一个参数,是不影响程序员开发的可以将参数指定为 pojo类型 或 map
 - 8;XHTML 框架
			
1.多窗框的基本结构 2.嵌套多窗体设置 3.多框架与超链接 4.悬浮窗体的设置 浏览器视窗本身就是一个框架,网页就是显示在该单 一的框架内,本章将介绍另一种网页呈现的方式,那就是可将原先单一的框架分 ...