No matching editors or conversion strategy found not null property references a null or transient value: pojo.Emp.name ...
分类:
编程语言 时间:
2018-10-20 19:54:41
阅读次数:
161
2018-10-13 21:30:51 c language 1) 整数部分 十进制整数转换为 N 进制整数采用“除 N 取余,逆序排列”法。 十进制数字 36926 转换成八进制? 110076 2) 小数部分 十进制小数转换成 N 进制小数采用“乘 N 取整,顺序排列”法。 十进制小数 0.93 ...
分类:
其他好文 时间:
2018-10-14 00:32:06
阅读次数:
171
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 fixed font ...
分类:
其他好文 时间:
2018-10-05 13:56:45
阅读次数:
151
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 fixed font ...
分类:
其他好文 时间:
2018-09-28 19:13:37
阅读次数:
164
题目链接:https://nanti.jisuanke.com/t/30996 中文题目: 在喝茶的过程中,公主,除其他外,问为什么这样一个善良可爱的龙在城堡里被监禁Lpl?龙神秘地笑了笑,回答说这是个大秘密。暂停后,龙补充道: - 我们有合同。租赁协议。他总是一整天都在工作。他喜欢沉默。除此之外, ...
分类:
其他好文 时间:
2018-09-21 00:40:45
阅读次数:
256
A. An Olympian Math Problem C. GDY E. AC Challenge G. Lpl and Energy-saving Lamps J. Sum L. Magical Girl Haze ...
分类:
其他好文 时间:
2018-09-18 13:07:14
阅读次数:
226
转:incremental linking(增量链接)的作用 转:incremental linking(增量链接)的作用 今天编译一个C++程序时,报了一个奇怪的错误(之前是好好的): 1>LINK : fatal error LNK1123: failure during conversion ...
分类:
其他好文 时间:
2018-09-15 19:22:03
阅读次数:
254
线段树节点维护区间最小值,查找时优先从左侧的区间寻找. 每一次循环都在树中不停寻找第一个小于等于当前持有数的值,然后抹去,直到找不到为止. include include include include define lson rt 1; build(Lson); build(Rson); push ...
分类:
其他好文 时间:
2018-09-14 19:54:35
阅读次数:
183
一、题面 样例输入: 样例输出: 二、思路 关键词:线段树 这道题最难就难在看题吧。。。也许ACM的魅力之一便在于此——面对若干道题,你不知每一道题的难度是高是低,只能耐心地读清题面,审清题意,理清思路,方可知其是否在能力范围内以及预估耗时。考试过程中,我基本靠board来判断题目难度,清北大佬们先 ...
分类:
其他好文 时间:
2018-09-05 21:37:24
阅读次数:
199
During tea-drinking, princess, amongst other things, asked why has such a good-natured and cute Dragon imprisoned Lpl in the Castle? Dragon smiled eni ...
分类:
其他好文 时间:
2018-09-04 23:32:05
阅读次数:
212