`
文章列表
在系统中,网站的头部一般都有显示是哪个城市的,用户进入到网站的首页后,默认城市应该是用户本地的城市信息,例如:北京,网站就要根据你的IP地 址的信息,查询数据,获取北京部分的数据,呵呵,当然我可能描述的不是很清楚,但是可以理解成,通过IP地址定位地理信息就行。很多人现在使用以QQ数据 库为基础获取地址信息,但不完整、而且不规范。互联网提供很多其他接口可以完成这项功能.            接口如下: 通过淘宝IP地址库获取IP位置 1. 请求接口(GET):http://ip.taobao.com/service/getIpInfo.php?ip=[ip地址字串] 2. 响应信息:( ...

div css 居中 border

IE与FF浏览器之间的一些重要差异: ·IE与FF的居中方式不一样。 (1)如何让body体能够在IE与FF浏览器中都居中的例子: [html] view plaincopyprint? <html>       <head>           <title>让body容器在浏览器中居中</title>           <link rel="stylesheet" type="text/css" href="body_center.css"& ...

struts2 result type

在struts-default.xml中对于result-type的定义: <result-types> <result-type name="chain" class="com.opensymphony.xwork2.ActionChainResult"/> <result-type name="dispatcher" class="org.apache.struts2.dispatcher.ServletDispatcherResult" defaul ...
<?xml version='1.0' encoding='UTF-8'?>  

struts2 常量配置

<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.1//EN"        "http://struts.apache.org/dtds/struts-2.1.dtd"><struts>  <!--开发模式设置开始//-->  <!--++++++++++++++++ ...
一、Shortcut Icon 就是在网站地址的前面出现的那个小图标。 想要让你的网站显示个性图标,首先需要制作个icon的图标(用PS自己做或者用在线的制作,具体网站见附录), 其次需要在页面的“<head></head>”间添加如下代码:   Html代码  <!--可以在收藏夹中显示出图标-->   <link rel="Bookmark"  type="image/x-icon"  href="favicon.ico"/>   <!--可以在地址栏中显示出图 ...

jquery tabs

<!DOCTYPE html><html><head><meta charset="UTF-8"><title>Insert title here</title><script type="text/javascript" src="jquery.js"></script><script type="text/javascript">        $(document).ready(function () { ...

jquery 插件

图片轮播切换(带文字或隐藏点选按钮):http://www.jq22.com/jquery-info385 图片轮播切换(同时显示多张图片): http://flexslider.woothemes.com/basic-carousel.html 图片轮播切换(页码,导航,开始播放位置,播放、停止按钮,切换速度,回调函数):     http://slidesjs.com/
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd" ><web-app>    <display-name>Archetype Created Web Application</display-name>    <!-- 父容器 -->    <context-param>    <pa ...
<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"    xsi:schemaLocation="           ...
<?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE struts PUBLIC    "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN"    "http://struts.apache.org/dtds/struts-2.3.dtd"><struts>    <constant name="struts.enable.DynamicMeth ...
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd" ><web-app>  <display-name>Archetype Created Web Application</display-name>       <!-- Log4j ConfigurationFile Location -->    ...
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">    <modelVersion>4.0.0</modelVersion>    <gro ...
  http://blog.csdn.net/doublelucklysnow/article/details/8472701 1.struts2去官网下载最新版struts开发包http://struts.apache.org/download.cgi#struts216 2.hibernate4去官网下载最新版hibernate4开发包http://sourceforge.net/projects/hibernate/files/hibernate4/ 3.spring3去官网下载最新版spring3开发包http://maven.springframework.org/rele ...
http://mvnrepository.com/
Global site tag (gtag.js) - Google Analytics