注解语法 说明: 通过关键字 定义,并不是接口; 注解的属性 注解的属性也叫做成员变量。注解只有成员变量,没有方法。注解的成员变量在注解的定义中以“无形参的方法”形式来声明,其方法名定义了该成员变量的名字 说明: 如果一个注解内仅仅只有一个名字为 的属性时,应用这个注解时可以直接接属性值填写到括号内 ...
分类:
编程语言 时间:
2020-02-27 00:42:29
阅读次数:
82
屏幕快照 2019-08-19 12.52.47屏幕快照 2019-08-19 12.54.19屏幕快照 2019-08-19 12.55.27屏幕快照 2019-08-19 12.55.56屏幕快照 2019-08-19 12.56.27屏幕快照 2019-08-19 12.58.08屏幕快照 2... ...
分类:
其他好文 时间:
2020-02-26 16:51:48
阅读次数:
66
Github:AOMultiproxier、HJProtocolDispatcher协议实现分发器,能够轻易实现将协议事件分发给多个实现者。一、AOMultiproxier.h#define AOMultiproxierForProtocol(__protocol__, ...) ((AOMulti... ...
分类:
移动开发 时间:
2020-02-26 14:18:04
阅读次数:
110
LeetCode#27 | Remove Element 移除元素 ...
分类:
其他好文 时间:
2020-02-26 01:48:32
阅读次数:
48
目前主要使用的red hat系列的linux版本,CentoS 7.X,MSSQL2017 微软官方说明地址:https://docs.microsoft.com/zh-cn/sql/linux/quickstart-install-connect-red-hat?view=sql-server-2 ...
分类:
数据库 时间:
2020-02-25 14:35:09
阅读次数:
149
Nio的好文章:https://zhuanlan.zhihu.com/p/64537916?utm_source=wechat_session&utm_medium=social&utm_oi=660405125986914304 服务端Channel初始化过程1. 通过 BootstrapChan ...
分类:
Web程序 时间:
2020-02-25 13:07:18
阅读次数:
113
题意 $n$ 排列,反复进行:将序列中为前缀最大值的数全部移动到序列末(两种数不改变相对位置),问经过多少次后第一次全部升序排列 做法 定义 :用high表示为前缀最大值,low则反之 考虑忽略$1$,那么$[2,n]$相对排好序后,假设用了$T$次,如果$1$在首,则答案为$T$,否则还要在进行一 ...
分类:
其他好文 时间:
2020-02-25 11:10:04
阅读次数:
62
start D:\"Program Files (x86)"\Tencent\WeChat\WeChat.exestart D:\"Program Files (x86)"\Tencent\WeChat\WeChat.exe ...
分类:
微信 时间:
2020-02-25 00:26:02
阅读次数:
110
一、动态规划 问题:Bone Collector Many years ago , in Teddy’s hometown there was a man who was called “Bone Collector”. This man like to collect varies of bone ...
分类:
其他好文 时间:
2020-02-24 18:48:56
阅读次数:
68
warning: LF will be replaced by CRLF in about/index.html.The file will have its original line endings in your working directory 原因是存在符号转义问题;windows的换行 ...
分类:
其他好文 时间:
2020-02-24 12:48:48
阅读次数:
92