搜索资源列表
sd1007_ajax_day01all
- substitute the value, e.g. build the URI by concat the strings together, then you can use the java.lang.String.format method. But in Camel 2.0 we have added two convenient methods in the Java DSL so you can do fromF and toF that uses String formattin
mydate
- 1、 设计一个时间类MyDate:(日期均大于1900年) a、 其中包括年、月、日、时、分、秒。其他成员变量可根据需要增设; b、 可以获得时间的年、月、日、小时、分钟、秒数; c、 计算日期的dayOfWeek(星期几); d、 //实现日期加减一个整数后得到新的日期(加减天数); e、 输入任意一个月份,将此月的日历输出(按星期格式); f、 输入任意年份,将此年的年历输出; g、 实现两个时间相减得到的小时数、分钟数和秒数; h、 输出时间,要求三种格式
ADF-Authentication-technology
- A:Validate Byte Length(字节验证) B:Validate Date Restriction(日期格式验证) C:Validate Date Time Range(日期时间范围验证) D:Validate Double Range(double数字范围验证) E:Validate Length(验证长度) F:Validate Long Range(Long数字范围验证) G:Validate Regular Expression(表达式验证) -
kabeja-0.4-src
- 解析、处理、转换DXF格式,没显示功能,但读取没问题,输出格式支持SVG、JPEG、PNG、TIFF、PDF、XML等-Kabeja is a Java library for parsing, processing and converting Autodesk s DXF format. The processing system allows you to process, filter (e.g. XSLT) and convert DXF drafts to different
kaijiang
- String.prototype.format=function(){ if(arguments.length==0) return this var args=[], i=0 for( i<arguments.length i++) args[i]=arguments[i] return this.replace(/\ [sSfdDTt\ ]/g, function(m){ if(m== ) return var v=a