jsp上传文件,获取form表单type=file以外的数据
分类:
Web程序 时间:
2014-05-16 04:41:52
阅读次数:
446
1.获取当前时间:import java.text.SimpleDateFormat;
SimpleDateFormat formatter = new SimpleDateFormat ("yyyy年MM月dd日 HH:mm:ss ...
分类:
移动开发 时间:
2014-05-16 03:16:24
阅读次数:
293
display: block;inline;none;inline-block;段落缩进
text-indent:20pxfont: font-style font-weight font-size line-height
font-familyfamily: "xxx","xxxx","xxxxx...
分类:
Web程序 时间:
2014-05-15 17:52:29
阅读次数:
380
using System;using
System.Collections.Generic;using System.Linq;using System.Text;using
System.Data;using System.Reflection;namespace TestConsole{ ...
分类:
其他好文 时间:
2014-05-15 17:07:04
阅读次数:
187
重启交换机,按住mode键。flash_initswitch:dirflash:switch:renameflash:config.textflash:config.oldswitch:bootWouldyouliketoentertheinitialconfigurationdialog?[yes/no]:noSwitch>enSwitch#renameflash:config.oldflash:config.textDestinationfilename[config.text]..
分类:
其他好文 时间:
2014-05-15 12:46:02
阅读次数:
279
<scripttype="text/javascript">
varstrtime=newDate().getTime();
$(function(){
varend1=newDate().getTime();
vart1=end1-strtime;
$("body").append("<p>jquery加载时间为:"+t1+"秒</p>");
})
functiontest2(){
varend2=newDate().getTime();
vart2=end2..
分类:
编程语言 时间:
2014-05-15 12:37:52
阅读次数:
296
- (NSString *)hmacsha1:(NSString *)text key:(NSString *)secret {
NSData *secretData = [secret dataUsingEncoding:NSUTF8StringEncoding];
NSData *clearTextData = [text dataUsingEncoding:NSUTF8Str...
分类:
移动开发 时间:
2014-05-15 12:25:34
阅读次数:
540
http://stackoverflow.com/questions/13011127/how-to-remove-change-jquery-ui-autocomplete-helper-textHow
to remove/change JQuery UI Autocomplete Helper ...
分类:
Web程序 时间:
2014-05-15 09:37:18
阅读次数:
464
using System;using System.Collections.Generic;using
System.Linq;using System.Text;namespace MegreSort{ class Program { static void
Main(s...
分类:
其他好文 时间:
2014-05-15 09:21:59
阅读次数:
171
<scripttype="text/javascript">document.onselectstart=function(){returnfalse;}</script>
分类:
Web程序 时间:
2014-05-15 09:01:32
阅读次数:
258