Chef and The Right Triangles
The Chef is given a list of N triangles. Each triangle is identfied by the coordinates of its three corners in the 2-D cartesian plane. His job is to figure out how m...
分类:
其他好文 时间:
2014-05-07 16:28:35
阅读次数:
314
使用notepad++编辑本地文件 tomcat:
/usr/tomcat/logs/catalina.out {
copytruncate
daily
dateext
nocompress
missingok
}
参考下图部署此文件到linux服务器:...
分类:
系统相关 时间:
2014-05-07 15:43:16
阅读次数:
462
ref
关键字使用参数按引用传递,而不是值,通过引用传递的效果是在方法中对参数的任何修改都会反映在调用方法
的基础参数中。引用参数的值与基础参数变量的值始终是一样的。1.若要使用 ref 参数,则方法定义和调用方法都必须显示使用 ref关键字2.传递到 ref
参数必须先初始化,这与out不同,ou...
分类:
其他好文 时间:
2014-05-07 14:09:21
阅读次数:
295
Problem:Work out the first ten digits of the
sum of the following one-hundred 50-digit
numbers.3710728753390210279879799822083759024651013574025046376...
分类:
其他好文 时间:
2014-05-07 13:34:38
阅读次数:
299
inline static UIColor* getColorFromHex(NSString *hexColor)
{
if (hexColor == nil) {
return nil;
}
unsigned int red, green, blue;
NSRange range;
range.length = 2;
...
分类:
移动开发 时间:
2014-05-07 11:48:26
阅读次数:
327
stddef.h #define offsetof(TYPE, MEMBER)
((size_t) &((TYPE *)0)->MEMBER) kernel.h /** * container_of - cast a
member of a structure out to the containi...
分类:
其他好文 时间:
2014-05-07 02:10:07
阅读次数:
410
params,ref,out都是方法参数
首先类似这样的,传递的参数args添加了params修饰public void OpenWindow(params object[] args){ int
id=args[0]; Hashtable tab=(Hashtable)args[1];}publi...
分类:
其他好文 时间:
2014-05-07 00:03:52
阅读次数:
402
eclipse/MyEclipse
日期格式、注释日期格式、时区问题在eclipse/MyEclipse中,如果你的注释或是运行System.out.print(new
java.util.Date());的时候,发现时间和系统的时间差8个小时。那么就可以说明,你的时区和当前时区不对应。我们中国用的...
分类:
系统相关 时间:
2014-05-06 23:45:28
阅读次数:
494
存储过程
一、基本语法
createproceduresp_name([proc_parameter[,...]])
[characteristic...]routine_body
begin
end
sp_name表示存储过程的名字
proc_parameter存储过程参数例表[INOUTINOUT]三个部分组成
其中IN表示传进来的参数
其中OUT表示传出去的参数
其中INOUT表示传进..
分类:
数据库 时间:
2014-05-06 20:26:10
阅读次数:
404
上一次我们已经添加了镜像,下面我们开始添加计算机的驱动程序。我们可以到计算机的官网去把计算机的各个系统的驱动程序下载下来4.2.3打开MDT的工作目录里,我们按照下面的图示打开Out-of-BoxDrivers,在右侧的工作台选择导入驱动程序在弹出的对话框中,选择出我们下载好的驱动..