码迷,mamicode.com
首页 >  
搜索关键字:ota    ( 3908个结果
Spring Boot启动过程(二)
严格来说大部分都不是spring boot的内容,不过很多关键部分被spring boot override了,所以也不算跑题 ...
分类:编程语言   时间:2017-01-20 14:06:49    阅读次数:793
word20170105订酒店 hotel reservation有用的词和句子
有用的词: hotel reservation/booking: 酒店预订 standard room:标准间 suite: 套房 king size bed: 大床房 double bed:双床房 extra bed/cot: 加床 crib: 宝宝床、婴儿床 checking in on...c ...
分类:其他好文   时间:2017-01-19 19:27:01    阅读次数:295
collection 类
collection 类 dic=collections.OrderedDict()//有序字典 //dic=dict() dic['k1']='v1' dic['k2']='v2' dic['k3']='v3' print(dic) dic.move_to_end('k1')//把第一个移到最后 ...
分类:其他好文   时间:2017-01-19 12:12:08    阅读次数:170
jsp页面提示“Multiple annotations found at this line: - The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path”解决方案
Multiple annotations found at this line: - The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 新建jsp页面老提示: Multiple a ...
分类:编程语言   时间:2017-01-19 08:46:14    阅读次数:1415
Vue基础---->vue-router的使用(一)
用 Vue.js + vue-router 创建单页应用,是非常简单的。使用 Vue.js 时,我们就已经把组件组合成一个应用了,当你要把 vue-router 加进来,只需要配置组件和路由映射,然后告诉 vue-router 在哪里渲染它们。 vue-router的使用一 一、在html的代码中, ...
分类:其他好文   时间:2017-01-18 15:10:16    阅读次数:456
用c3制作3d盒子旋转特效
<!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title></title> <style> body{ background-color: #000; } .box{ width: 250px; height: 250px ...
分类:其他好文   时间:2017-01-18 12:20:12    阅读次数:415
Gson 防止被混淆
## Begin: proguard configuration for Gson # Gson uses generic type information stored in a class file when working with fields. Proguard # removes suc ...
分类:其他好文   时间:2017-01-17 20:09:40    阅读次数:202
aaaa
s dd ss dd ...
分类:其他好文   时间:2017-01-17 19:44:01    阅读次数:278
PHP MYSQL 获取记录总数
如果你不想加as total,那么$count = $res[0]; ...
分类:数据库   时间:2017-01-17 16:53:52    阅读次数:485
J2SE 批注
@SuppressWarnings(unused) ...
分类:其他好文   时间:2017-01-17 15:00:48    阅读次数:267
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!