10 2016 档案
摘要:<!doctype html><html > <head> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="css/bootstrap.css"/> </head> <body> <div class="cont
阅读全文
摘要:<!doctype html><html > <head> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="css/bootstrap.css"/> </head> <body> <div class="cont
阅读全文
摘要:<!doctype html><html > <head> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="css/bootstrap.css"/> </head> <body> <div class="cont
阅读全文
摘要:$(function(){ //match方法 返回的是数组 var str = "1215rere565656"; alert(str.match(/\d+/g));console.log(str.match(/\d+/g)); })
阅读全文
摘要:<!doctype html><html> <head> <!--声明当前页面的编码集:charset=gbk,gb2312(中文编码),utf-8国际编码--> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
阅读全文
摘要:在web.xml中配置 <filter> <filter-name>characterFilter</filter-name> <filter-class>com.cn.CharacterFilter</filter-class> </filter> <filter-mapping> <filter
阅读全文
摘要:html: <!doctype html><html ng-app="myModule"> <head> <meta charset="utf-8"> </head> <body> <hello></hello> </body> <script src="js/angular-1.3.0.js"><
阅读全文
摘要:<!doctype html><html ng-app="HelloAngular"> <head> <meta charset="utf-8"> </head> <body> <div ng-controller="helloAngular"> <p>{{greeting.text}},angul
阅读全文
摘要:<!doctype html><html ng-app> <head> <meta charset="utf-8"> </head> <body> <div ng-controller="HelloAngular"> <p>{{greeting.text}},angular.js</p> </div
阅读全文
摘要:在jsp中加入以下代码即可 <% String fileName = "导出excel.xls"; fileName = new String(fileName.getBytes("GBK"),"ISO8859_1"); response.setHeader("Content-Disposition
阅读全文
摘要:<%@ page language="java" contentType="application/msword;charset=utf-8"%> <%@ page import="java.net.URLEncoder"%><html> <head><title>word下载</title></h
阅读全文

浙公网安备 33010602011771号