码迷,mamicode.com
首页 >  
搜索关键字:chapter    ( 1815个结果
Chapter 2 Open Book——6
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
Quartz定时任务学习(二)web应用/Quartz定时任务学习(三)属性文件和jar
web中使用Quartz 1、首先在web.xml文件中加入 如下内容(根据自己情况设定) 在web.xml中添加QuartzInitializerServlet,Quartz为能够在web应用中使用,提供了一个QuartzInitializerServlet和一个QuartzInitializer ...
分类:编程语言   时间:2016-10-25 14:17:36    阅读次数:229
Chapter 2 Open Book——5
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
5Hibernate配置及使用方法----青软S2SH(笔记)
关于hibernate的简单配置,先看结构图,我们需要 1.还要弄一下需要的 jar包. 2.配置两个文件(hibernate配置文件和映射文件),不过映射文件可以用注解替代. 3.写一个pojo类,写一个示例demo 1.关于jar包,下载网站http://hibernate.org/orm/do ...
分类:Web程序   时间:2016-10-23 20:03:09    阅读次数:439
Chapter 2 Open Book——3
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
JS DOM---Chapter 1-4
1.JavaScript是一种解释型语言,Web浏览器负责解释&执行; 2.JavaScript是弱类型语言,不需要进行类型声明; JS变量(var)可以直接赋值而无需事先声明; a.数组的声明var cc = Array(); b. 对象的声明var cc = Obiect(); 创建对象 var ...
分类:Web程序   时间:2016-10-12 19:36:39    阅读次数:125
Chapter 1 First Sight——37
"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
Chapter 1 First Sight——36
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
Chapter 6. 文件上传
步骤: 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
1815条   上一页 1 ... 92 93 94 95 96 ... 182 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!