sd0061, the legend of Beihang University ACM-ICPC Team, retired last year leaving a group of noobs. Noobs have no idea how to deal with mm coming cont ...
分类:
其他好文 时间:
2017-07-31 13:26:44
阅读次数:
178
题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=6040 题目大意: 给定数组a, b。要求输出和B长度相同的数组C, C[i]为在A中排名为B[i]的数, 重新排A数组, 使得a[i]必须是a数组中第b[i]+1大的数 解题思路: 首先我们要把数组A ...
分类:
其他好文 时间:
2017-07-29 15:07:19
阅读次数:
118
【题目链接】 http://acm.hdu.edu.cn/showproblem.php?pid=6040 【题目大意】 给出一个随机数生成器,有m个询问,问第bi小的元素是啥 询问中对于bi<bk,bj<bk,有bi+bj<=bk 【题解】 我们将所有的询问排序,我们发现倒着处理询问的时候询问区间 ...
分类:
其他好文 时间:
2017-07-26 14:47:49
阅读次数:
127
我的问题是:小程序在本地测试的时候是没有问题的,但是当我扫开发者中的项目中的二维码手机浏览测试的时候发现是没有数据的,然后调试工具中出现: {"errcode":41002,"errmsg":"appid missing, hints: [ req_id: 3Xfiva0765th42 ]"} 的错 ...
分类:
其他好文 时间:
2017-07-25 18:04:52
阅读次数:
2535
微信登陆重新申请由于在发起https://open.weixin.qq.com/connect/qrconnect请求时忘了把旧的appid改成新的,照成在请求https://api.weixin.qq.com/sns/oauth2/access_token(这个请求有更改新的appid和secret)时无法获取access_token。微信返回{"errcode":40029,"errmsg":"inv..
分类:
微信 时间:
2017-07-17 18:39:11
阅读次数:
2359
Palindrome Number Determine whether an integer is a palindrome. Do this without extra space. Some hints: Could negative integers be palindromes? (ie, ...
分类:
编程语言 时间:
2017-07-01 12:40:30
阅读次数:
191
这篇文章主要介绍如何通过model hint 来修改liferay builder service生成数据库表中默认字段的长度。 1.什么是Model Hints? 它是对liferay builder service生成的model类的基本提示. 2. 它在什么地方被定义的? portlet-mo ...
分类:
其他好文 时间:
2017-06-27 14:53:23
阅读次数:
143
problem: Determine whether an integer is a palindrome. Do this without extra space. click to show spoilers. Some hints: Could negative integers be pal ...
分类:
其他好文 时间:
2017-06-04 22:40:30
阅读次数:
223
题目: Determine whether an integer is a palindrome. Do this without extra space. Some hints: Could negative integers be palindromes? (ie, -1) If you are ...
分类:
编程语言 时间:
2017-06-04 15:38:18
阅读次数:
252
Determine whether an integer is a palindrome. Do this without extra space. Some hints: Could negative integers be palindromes? (ie, -1) If you are thi ...
分类:
其他好文 时间:
2017-06-04 10:51:59
阅读次数:
138