Chapter Review 1. They are called functions. 2. It causes the contents of the file to be substituted for this directive before final compilation. 3. I ...
分类:
编程语言 时间:
2018-02-26 23:26:26
阅读次数:
205
Max Sum Plus Plus 题意:题意理解了老半天,这里是说在给定数列中,取m组子数列,不能有重复,使得这些子序列的和最大; 就比如m=2时候,1 /2/-4/5/6.可以不用拿-4的意思; 思路:这道题的思路是动态规划,递推; 状态dp[i][j] 表示有前j个数,组成i组的和的最大值。 ...
分类:
编程语言 时间:
2018-02-25 00:12:17
阅读次数:
142
set pagesize feedback heading verify echo termout
分类:
数据库 时间:
2018-02-22 23:11:44
阅读次数:
417
一、解释器模式(Interpreter)解释器模式一般主要应用在OOP开发中的编译器的开发中,所以适用面比较窄。 Context类是一个上下文环境类,Plus和Minus分别是用来计算的实现,代码如下: public interface Expression { public int interpr ...
分类:
编程语言 时间:
2018-02-22 10:45:31
阅读次数:
154
A * B Problem Plus Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 24620 Accepted Submission(s): ...
分类:
其他好文 时间:
2018-02-19 22:21:29
阅读次数:
184
定义 set serveroutpu on是使oracle可以使用自带的输出方法 dbms_output.put_line(‘XX’); 使用范围 使用于PL/SQL COMMAND WINDOW,SQL PLUS中 永久有效 为了不须要每次都输入set serveroutput on 可以在Ora ...
分类:
数据库 时间:
2018-02-16 11:14:30
阅读次数:
253
Text Symbols and Special Characters Reference Unicode strings and control codes Name Control Codes Unicode Strings Degree (°) %%d U+00B0 Plus/Minus To ...
分类:
其他好文 时间:
2018-02-15 11:06:48
阅读次数:
168
http://acm.hdu.edu.cn/showproblem.php?pid=1402 给出两个高精度正整数,求它们的积,最长的数长度不大于5e4。 FFT裸题,将每个数位看做是多项式的系数即可。 我们最后就是要求出两个多项式相乘的系数。 +++++++++++++++++++++++++++ ...
分类:
其他好文 时间:
2018-02-14 22:19:13
阅读次数:
216
sql: https://github.com/zzzprojects/Dapper-Plus https://github.com/tmsmith/Dapper-Extensions https://github.com/ericdc1/Dapper.SimpleCRUD ...
分类:
移动开发 时间:
2018-02-12 20:01:45
阅读次数:
282
本来只是向看一下quote_plus的作用,然后发现urlencode方法也是很方便的一个组合字符串的方法首先是介绍一下urlencode,他是将一些传入的元素使用&串联起来,效果如下: 如果加以改造,就可以直接应到生成微信支付的拼接字符串当中了: 然后就是quote_plus了,使用了一下发现这个 ...
分类:
Web程序 时间:
2018-02-12 16:47:49
阅读次数:
280