摘要: 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">< 阅读全文
posted @ 2016-10-13 21:04 江山一族 阅读(146) 评论(0) 推荐(0) 编辑
摘要: <!doctype html><html ng-app="HelloAngular"> <head> <meta charset="utf-8"> </head> <body> <div ng-controller="helloAngular"> <p>{{greeting.text}},angul 阅读全文
posted @ 2016-10-13 20:45 江山一族 阅读(139) 评论(0) 推荐(0) 编辑
摘要: <!doctype html><html ng-app> <head> <meta charset="utf-8"> </head> <body> <div ng-controller="HelloAngular"> <p>{{greeting.text}},angular.js</p> </div 阅读全文
posted @ 2016-10-13 20:34 江山一族 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 在jsp中加入以下代码即可 <% String fileName = "导出excel.xls"; fileName = new String(fileName.getBytes("GBK"),"ISO8859_1"); response.setHeader("Content-Disposition 阅读全文
posted @ 2016-10-10 13:41 江山一族 阅读(209) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" contentType="application/msword;charset=utf-8"%> <%@ page import="java.net.URLEncoder"%><html> <head><title>word下载</title></h 阅读全文
posted @ 2016-10-10 13:37 江山一族 阅读(579) 评论(0) 推荐(0) 编辑
摘要: <!doctype html><html lang="en"> <head> <meta charset="UTF-8"> <meta name="Generator" content="EditPlus®"> <meta name="Author" content=""> <meta name=" 阅读全文
posted @ 2016-09-30 22:38 江山一族 阅读(1183) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%><%@ taglib prefix="s" uri="/struts-tags"%>< 阅读全文
posted @ 2016-09-30 22:15 江山一族 阅读(149) 评论(0) 推荐(0) 编辑
摘要: java代码: package action; import java.io.File;import java.io.FileInputStream;import java.io.FileOutputStream;import java.io.IOException; import org.apac 阅读全文
posted @ 2016-09-30 22:08 江山一族 阅读(118) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN" "http://struts.apache 阅读全文
posted @ 2016-09-30 21:43 江山一族 阅读(1242) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-09-27 22:56 江山一族 阅读(2) 评论(0) 推荐(0) 编辑