1 """ 2 Given a non-empty array of digits representing a non-negative integer, plus one to the integer. 3 The digits are stored such that the most sig ...
分类:
其他好文 时间:
2020-03-06 13:09:03
阅读次数:
61
跨域问题的原因:浏览器出于安全考虑,限制访问本站点以为的资源。 比如你有一个 网站 127.0.0.1:8080/ , 并且上面挂了一个页面 ,那么在这个页面中 ,你只访问 本站点的 资源不会受到限制,但是你如果访问其他站点,比如 127.0.0.1:8081 的资源就会受到限制。 备注:暂且把 协 ...
分类:
数据库 时间:
2020-03-05 13:06:44
阅读次数:
115
[TOC] 一.概述 对于HashSet而言,它是基于HashMap来实现的,底层采用HashMap来保存元素。HashSet中的元素都存放在HashMap的key上面,而value中的值都是统一的一个 private static final Object PRESENT = new Object ...
分类:
编程语言 时间:
2020-03-04 16:24:11
阅读次数:
105
"Link" 题意: $n$ 种礼物分配给 $m$ 个盒子 每种礼物有无限个,每个盒子至多拥有同种礼物一个并保证每种礼物至少被分配一次 思路: 求组合数 $present_1$ 总共 $2^{m 1}$ 种分法 根据乘法原理 $n$ 个 $present$ 共有 ${2^{m 1}}^n$ 种分法 ...
分类:
其他好文 时间:
2020-03-02 22:58:00
阅读次数:
77
sens,sent=feel present 存在的 presence 出席 represent 代表 representative 代表人 consent 所有人都感觉到的 v同意 答应 dissent v反对, 抗议 resent 厌恶 反感 essential substitute impor ...
分类:
其他好文 时间:
2020-03-01 10:37:38
阅读次数:
103
如果用DataGridTextColumn作为DataGrid的列,字体垂直居中需要这样设置: <Style x:Key="Body_Content_DataGrid_Centering" TargetType="{x:Type DataGridCell}"> <Setter Property="T ...
分类:
其他好文 时间:
2020-02-28 19:07:26
阅读次数:
100
Access to XMLHttpRequest at 'http://127.0.0.1:8000/add' from origin 'http://localhost:8080' has been blocked by CORS policy: No 'Access-Control-Allow- ...
分类:
数据库 时间:
2020-02-28 19:00:56
阅读次数:
79
AtCoder Beginner Contest 152 F Tree and Constraints (容斥定理+树上路径的性质) We have a tree with NN vertices numbered 11 to NN. The ii th edge in this tree conn ...
分类:
其他好文 时间:
2020-02-27 00:49:31
阅读次数:
135
[toc] 事故现场 mysql执行update操作报错: sql如下: 报错如下: Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses ...
分类:
数据库 时间:
2020-02-26 21:14:05
阅读次数:
84
1 """ 2 Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after ...
分类:
移动开发 时间:
2020-02-22 17:20:15
阅读次数:
109