上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
摘要: 什么是Jersey? Jersey是一个REST框架,它是Sun对JSR311的官方参考实现。 JSR311是java中实现Restful Web Service的API规范(JSR311: JAX-RS: The Java API for RESTful Web Services)。 JSR311 阅读全文
posted @ 2018-10-19 11:36 MoreJewels 阅读(399) 评论(0) 推荐(0)
摘要: context load-on-startup 1.load-on-startup 元素标记容器是否应该在web应用程序启动的时候就加载这个servlet,(实例化并调用其init()方法)。2.它的值必须是一个整数,表示servlet被加载的先后顺序。3.如果该元素的值为负数或者没有设置,则容器会 阅读全文
posted @ 2018-10-19 09:27 MoreJewels 阅读(4021) 评论(0) 推荐(0)
摘要: 发现该段内容的font-famliy中有一些其他字体,如-apple-system-font -apple-system、BlinkMacSystemFont 是什么东东?根据 Webkit 博客,-apple-system 用于调用系统默认 UI 字体,并且会根据 font-weight 声明选择 阅读全文
posted @ 2018-10-16 10:43 MoreJewels 阅读(3465) 评论(0) 推荐(0)
摘要: mybatis3系列文章目录链接 使用方式: 1.根据需要映射的数据库表,编写xml文件 2.如下图,四个文件放在同一个文件夹中, 3.执行bat文件,则2个jar包会根据xml配置导出库表的映射文件 解耦,以bat命令方式运行的Mybatis Generator jar包 所需文件如下图 gene 阅读全文
posted @ 2018-10-15 16:28 MoreJewels 阅读(492) 评论(0) 推荐(0)
摘要: 我的学习方法(4)--时时琢磨难题 阅读全文
posted @ 2018-09-26 09:33 MoreJewels 阅读(110) 评论(0) 推荐(0)
摘要: 我的学习方法(3)--题海战术和错题整理 阅读全文
posted @ 2018-09-26 09:33 MoreJewels 阅读(182) 评论(0) 推荐(0)
摘要: 我的学习方法(2)--例题学习 阅读全文
posted @ 2018-09-26 09:32 MoreJewels 阅读(159) 评论(0) 推荐(0)
摘要: 我的学习方法(1)--知识树整理 阅读全文
posted @ 2018-09-26 09:32 MoreJewels 阅读(400) 评论(0) 推荐(0)
摘要: pip3安装uwsgi|python3安装 环境/软件版本:centos 7.3,yum安装nginx,yum安装mysql,yum安装python3.4 安装pip3 pip3 安装依赖 安装python34devel 安装uwsgi 编写test.py测试uwsgi,注意python3和pyth 阅读全文
posted @ 2018-09-21 18:50 MoreJewels 阅读(5668) 评论(0) 推荐(0)
摘要: 使用xml配置maven 阅读全文
posted @ 2018-09-13 10:08 MoreJewels 阅读(446) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页