题目: Prime Path Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 35295 Accepted: 18998 Description The ministers of the cabinet were quite up ...
分类:
其他好文 时间:
2019-09-16 09:39:25
阅读次数:
128
如今,我们想要开发一个网络应用,那是相当地方便。不过就是引入一个框架,然后设置些参数,然后写写业务代码就搞定了。 写业务代码自然很重要,但是你知道: 你的数据是怎么来的吗?通过网络传输过来的呗。 你知道网络是通过什么方式传输过来的吗?光纤呗,TCP/IP协议呗。 看起来都难不住我们的同学们,但是,以 ...
分类:
Web程序 时间:
2019-09-12 23:14:12
阅读次数:
425
在进行单价、总价相关的计算时,就会用到BigDecimal。 在初始化时,一个不小心,就可能给自己挖坑。 示例如下: 运行之后,结果为: 源码注释 打开BigDecimal的构造方法,可以发现: 大体意思就是,BigDecimal(double val)这个构造方法有时是无法精确预料的, 传入0.1 ...
分类:
其他好文 时间:
2019-09-03 09:53:48
阅读次数:
84
使用springboot jpa,在运行项目时发现一个WARN WARN 11472 [ main] aWebConfiguration$JpaWebMvcConfiguration : spring.jpa.open-in-view is enabled by default. Therefore ...
分类:
编程语言 时间:
2019-08-20 12:24:02
阅读次数:
610
余数求和 对于任意整数 $x\in[1,n]$ 设 $g(x)=\lfloor\frac{k}{\lfloor\frac{k}{x}\rfloor}\rfloor$ $\because f(x)=k/x$ 单调递减 又 $g(x)=\lfloor\frac{k}{\lfloor\frac{k}{x} ...
分类:
其他好文 时间:
2019-07-30 21:22:32
阅读次数:
90
Optimal Value Function is how much reward the best policy can get from a state s, which is the best senario given state s. It can be defined as: For e ...
分类:
其他好文 时间:
2019-07-10 10:37:44
阅读次数:
69
fork和僵尸进程 1. 关于fork fork()函数: 用于创建一个进程,所创建的进程复制父进程的代码段/数据段/BSS段/堆/栈等所有用户空间信息;在内核中操作系统重新为其申请了一个PCB,并使用父进程的PCB进行初始化; 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ...
分类:
系统相关 时间:
2019-06-29 12:44:57
阅读次数:
136
What's your expect of the output?: The answer is 'false'. Because: Therefore if we do calculation on Frontend: The result is not correct. The solution ...
分类:
编程语言 时间:
2019-06-18 21:38:07
阅读次数:
160
For example you are working in a backend project, you have setup Dockerfile: Here is the .env: Because we want to setup Database as well, therefore we ...
分类:
其他好文 时间:
2019-06-15 20:24:44
阅读次数:
117
The SET USER COMMAND ‘OKCD’ statement replaces the REFRESH SCREEN command. REFRESH SCREEN is no longer maintained and should therefore not be used.if ...
分类:
其他好文 时间:
2019-06-14 21:44:00
阅读次数:
141