上一页 1 2 3 4 5 6 7 ··· 26 下一页
摘要: 一、xml 阅读全文
posted @ 2019-06-10 14:47 albert_think 阅读(326) 评论(0) 推荐(0) 编辑
摘要: <plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> <version>2.2</version> <configuration> <port>8085</p 阅读全文
posted @ 2019-06-05 13:54 albert_think 阅读(407) 评论(0) 推荐(1) 编辑
摘要: 一、application.yml 阅读全文
posted @ 2019-05-25 11:18 albert_think 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 一、logback-spring.xml<?xml version="1.0" encoding="utf-8" ?><configuration scan="true" scanPeriod="10" debug="false"> <contextName>auto-project</contex 阅读全文
posted @ 2019-05-24 15:14 albert_think 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 一、公共页面<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%><%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %><% String pa 阅读全文
posted @ 2019-05-17 15:22 albert_think 阅读(413) 评论(0) 推荐(0) 编辑
摘要: import java.util.HashMap;import java.util.Map;import javax.servlet.http.HttpServletRequest;import javax.servlet.http.HttpServletResponse;import org.ap 阅读全文
posted @ 2019-04-10 11:38 albert_think 阅读(350) 评论(0) 推荐(0) 编辑
摘要: CREATE OR REPLACE TYPE SECOM_CBSCS_PO_in_D_TYPE AS OBJECT( detail_id NUMBER, way_bill VARCHAR2(100), header_id NUMBER, warehouse_code VARCHAR2(100), s 阅读全文
posted @ 2019-03-22 17:35 albert_think 阅读(217) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-03-22 16:59 albert_think 阅读(3) 评论(0) 推荐(0) 编辑
摘要: encodeURI(str,"UTF-8"); 阅读全文
posted @ 2019-03-22 11:04 albert_think 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 一、package com.lucene.demo;import org.apache.lucene.analysis.Analyzer;import org.apache.lucene.analysis.TokenStream;import org.apache.lucene.analysis.c 阅读全文
posted @ 2019-03-18 16:04 albert_think 阅读(252) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 26 下一页