Last night I'd discovered that Charlie couldn't cook much besides friedeggs and bacon. 昨天晚上我终于发现查理除了煎蛋和熏肉什么也不会做。 So I requested that I be assigned kit ...
分类:
其他好文 时间:
2016-10-26 06:50:13
阅读次数:
151
web中使用Quartz 1、首先在web.xml文件中加入 如下内容(根据自己情况设定) 在web.xml中添加QuartzInitializerServlet,Quartz为能够在web应用中使用,提供了一个QuartzInitializerServlet和一个QuartzInitializer ...
分类:
编程语言 时间:
2016-10-25 14:17:36
阅读次数:
229
I was relieved that I had the desk to myself, that Edward was absent. 我能一个人一张桌子很开心,就因为Edward 没来。 I told myself that repeatedly. 我不断的对自己说。 But I couldn ...
分类:
其他好文 时间:
2016-10-24 19:59:49
阅读次数:
124
关于hibernate的简单配置,先看结构图,我们需要 1.还要弄一下需要的 jar包. 2.配置两个文件(hibernate配置文件和映射文件),不过映射文件可以用注解替代. 3.写一个pojo类,写一个示例demo 1.关于jar包,下载网站http://hibernate.org/orm/do ...
分类:
Web程序 时间:
2016-10-23 20:03:09
阅读次数:
439
But when I walked into the cafeteria with Jessica — 但是当我和Jessica 一起走进自助餐厅的时候 trying to keep my eyes from sweeping the place for him, and failing entir ...
分类:
其他好文 时间:
2016-10-19 03:03:01
阅读次数:
179
1.JavaScript是一种解释型语言,Web浏览器负责解释&执行; 2.JavaScript是弱类型语言,不需要进行类型声明; JS变量(var)可以直接赋值而无需事先声明; a.数组的声明var cc = Array(); b. 对象的声明var cc = Obiect(); 创建对象 var ...
分类:
Web程序 时间:
2016-10-12 19:36:39
阅读次数:
125
"Never mind, then," he said hastily in a voice like velvet. 别介意,他用天鹅绒般的声音急切的说道 "I can see that it's impossible. Thank you so much for your help." 我明白了 ...
分类:
其他好文 时间:
2016-10-10 14:11:40
阅读次数:
138
文章 https://pay.weixin.qq.com/wiki/doc/api/tools/cash_coupon.php?chapter=11_2&index=1# 现金红包场景 额度 ...
分类:
微信 时间:
2016-10-10 02:05:02
阅读次数:
247
The door opened again, and the cold wind suddenly gusted through the room, rustling the papers on the desk, swirling my hair around my face. 门被再一次打开,寒 ...
分类:
其他好文 时间:
2016-10-10 01:53:58
阅读次数:
171
步骤: 1、先将项目中的相对路径位置写出来 string path = "images/aaa.txt"; 2、将此相对路径映射成绝对路径 string endpath = Server.MapPath(path); 3、保存 FileUpload1.SaveAs("endpath"); 问题1:文 ...
分类:
Web程序 时间:
2016-10-09 20:03:35
阅读次数:
196