码迷,mamicode.com
首页 >  
搜索关键字:w3    ( 2838个结果
1.html,css
<!DOCTYPE html><!-- 约束,申明--> <html lang="zh_CN" xmlns="http://www.w3.org/1999/html"><!-- html标签表示html的开始 lang = “zh_CN” 表示中文 html标签中一般分为两部分head 和body- ...
分类:Web程序   时间:2021-07-27 17:36:08    阅读次数:0
javaweb中使用的web.xml文件
<?xml version="1.0" encoding="UTF-8"?><web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc ...
分类:编程语言   时间:2021-07-01 16:49:36    阅读次数:0
JavaWeb13.3【Tomcat&Servlet:Servlet(server applet)】
1 <?xml version="1.0" encoding="UTF-8"?> 2 <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
分类:移动开发   时间:2021-06-29 16:09:22    阅读次数:0
Dubbo配置
XML 配置 官方文档:https://dubbo.apache.org/zh/docs/v2.7/user/references/xml/ provider示例 <beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:d ...
分类:其他好文   时间:2021-06-21 20:24:46    阅读次数:0
01Spring-01jdbc 未使用spring代码编写
pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance ...
分类:数据库   时间:2021-06-16 18:10:14    阅读次数:0
4.使用注解创建对象
配置文件 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins ...
分类:其他好文   时间:2021-06-15 18:33:43    阅读次数:0
9.文件的下载和上传
文件配置 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins ...
分类:Web程序   时间:2021-06-15 17:56:45    阅读次数:0
每日日报
<% page language="java" contentType="text/html; charset=gbk" pageEncoding="gbk"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ".w3. ...
分类:其他好文   时间:2021-06-15 17:34:59    阅读次数:0
2.基于注解使用springMVC
web.xml的配置 <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst ...
分类:编程语言   时间:2021-06-10 18:32:56    阅读次数:0
svg更改颜色等样式
.cls-1 { fill: #cccccc; } .cls-1:hover { fill: orange !important; } <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.7 11.15"> <defs> </defs> < ...
分类:其他好文   时间:2021-06-06 18:55:04    阅读次数:0
2838条   1 2 3 4 ... 284 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!