摘要: pom.xml 3.2.8.RELEASE 1.7 3.2.7 1.2.17 1.7.7 org.apache.maven.plugins maven-resources-plugin 2.5 junit junit 3.8.1 te... 阅读全文
posted @ 2015-12-15 14:51 pmghy 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 一般情况下需要将div居中显示时,使用Css样式:margin:0 auto;或者margin:0 auto 1px;即可,但有时使用margin:0 auto后在firef、Chrome等浏览器里能居中,而在IE678里不居中的现象。如下代码:margin: 0 auto 内容居中显示解决方法一可... 阅读全文
posted @ 2015-09-22 11:17 pmghy 阅读(584) 评论(0) 推荐(0) 编辑
摘要: 小米4魅族mx1channel id 和push_user_id 获取不到 阅读全文
posted @ 2015-02-09 10:23 pmghy 阅读(92) 评论(0) 推荐(0) 编辑
摘要: #include int main(){ int i=0,j=0; char str[100];char cpy[100];printf("输入一组语句:\n"); gets(str); while(i<100) { if (str[i]!=' ') { cpy[j++]=str[i]; i++;... 阅读全文
posted @ 2015-02-04 14:47 pmghy 阅读(216) 评论(0) 推荐(0) 编辑
摘要: jsp主要包含一下内容:指令:指令提供该页面的全局信息,例如,重要的状态,错误处理,是否是session的一部分等。声明:页面范围的变量和方法的声明。脚本:嵌入页面内java代码。表达式:把表达式变成string型以便包含在内容的输出中。jsp中的替换:可用&apos;表示双引号,可用&quto;来... 阅读全文
posted @ 2014-12-09 15:32 pmghy 阅读(209) 评论(0) 推荐(0) 编辑
摘要: JSP基础学习简单网页创建 阅读全文
posted @ 2014-12-08 15:13 pmghy 阅读(98) 评论(0) 推荐(0) 编辑
摘要: public bool ExportExcel(DataSet ds, string filePath) { bool result = true; try { Application xlApp = new Application(); object missing = System.Refle... 阅读全文
posted @ 2014-11-24 12:54 pmghy 阅读(139) 评论(0) 推荐(0) 编辑