zoukankan
html css js c++ java
IDEA main函数和System.out.println()快捷键
1、在IntelJ中和Eclipse中稍有不同,在Eclipse中,输入main再按Alt+/即可自动补全main函数,但是在IntellJ中则是输入psvm,选中即可
2、在方法体内部有for循环,在IntellJ中是输入fori,然后会有一个提示,选中需要的for循环即可
3、System.out.println();在IntellJ中是输入sout
查看全文
相关阅读:
闭包 (Closure)
RSA算法
HTTPS
SSH
HDU1754 I hate it_线段树(入门级别)
HDU1166 敌兵布阵_线段树
c++运算符优先级表
归并排序练习.
HDU 1969 精度二分
uva10944 状态压缩bfs or DP
原文地址:https://www.cnblogs.com/zhao-shan/p/12060548.html
最新文章
258. Add Digits
104. Maximum Depth of Binary Tree
371. Sum of Two Integers
136. Single Number
CodeForces 743B Chloe and the sequence (递归)
CodeForces 743A Vladik and flights (水题)
CodeForces 742B Arpa’s obvious problem and Mehrdad’s terrible solution (暴力枚举)
CodeForces 742A Arpa’s hard exam and Mehrdad’s naive cheat
HDU 4336 Card Collector (期望DP+状态压缩 或者 状态压缩+容斥)
HDU 4405 Aeroplane chess (期望DP)
热门文章
POJ 2096 Collecting Bugs (概率DP)
POJ 2151 Check the difficulty of problems (概率DP)
UVaLive 7143 Room Assignment (组合数+DP)
CCF 201612-2 火车购票 (暴力)
Python
MIME类型
国企为什么搞不好,其中一个原因是……(转)
for..in 和 for...of 的区别
ES modules
Prototype(原型)
Copyright © 2011-2022 走看看