java 文档注释在sun主页上有java文档注释的编写格式 How to Write Doc Comments for the Javadoc Toolhttp://java.sun.com/j2se/javadoc/writingdoccomments/不过是英文的@author dfeixta...
分类:
编程语言 时间:
2014-09-16 18:39:20
阅读次数:
185
判断数组中是否存在满足形成三角形的条件的三个数。判断连续相邻的三个数即可;可以证明当步相邻的时候存在的的话,那么就一定会有一组相邻的是满足的。 1 // you can use includes, for example: 2 #include 3 4 // you can write to s.....
分类:
其他好文 时间:
2014-09-16 12:11:50
阅读次数:
218
1.document.write(""); 输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document->html->(head,body)4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,document)5...
分类:
Web程序 时间:
2014-09-16 09:15:10
阅读次数:
295
[root@testdb11a ~]# /u01/app/oraInventory/orainstRoot.sh Changing permissions of /u01/app/oraInventory.Adding read,write permissions for group.Removin...
分类:
数据库 时间:
2014-09-16 00:16:39
阅读次数:
376
这题挺有意思的,没想到规模大于3的slice的avg肯定要比它的子slice(小于3)的avg来得小的话,就不太好写。 1 int solution(vector &A) { 2 // write your code in C++98 3 int minStart = 0; 4 ...
分类:
其他好文 时间:
2014-09-15 22:48:49
阅读次数:
353
很巧妙的思路:先计算A之前的被K除的最大数,然后计算B-A之间能填充多少个K 1 // you can use includes, for example: 2 // #include 3 4 // you can write to stdout for debugging purposes, .....
分类:
其他好文 时间:
2014-09-15 22:47:09
阅读次数:
382
1 // you can use includes, for example: 2 // #include 3 4 // you can write to stdout for debugging purposes, e.g. 5 // cout &A) { 8 // write y...
分类:
其他好文 时间:
2014-09-15 22:39:49
阅读次数:
212
在项目中用到了poi这个开源的操作excel文件的jar.项目中用到struts2容器管理servlet.不是单纯的直接用servlet.workbook.write(os);os.flush();os.close();return "SUCCESS";在我的action中用是这样处理最后的传出.但...
分类:
其他好文 时间:
2014-09-15 21:04:19
阅读次数:
212
(一) 导出scott用户下的emp表到xx用户下1.1 创建DIRECTORY,用sys用户创建create directory DATA_PUMP_DIR as 'D:\dir_dp';1.2 在该目录上对scott用户授读写权限Grant read,write on directory DAT...
分类:
其他好文 时间:
2014-09-15 19:08:49
阅读次数:
284
Problem Description
It is well known that AekdyCoin is good at string problems as well as number theory problems. When given a string s, we can write down all the non-empty prefixes of this string. F...
分类:
其他好文 时间:
2014-09-15 17:47:39
阅读次数:
183