-
layout_table_basic
table 自动适应页面高度布局,根据页面高度自动调整布局,同时header、footer部分固定高度并水平居中(table layout auto height to page)
- 2011-01-14 12:25:36下载
- 积分:1
-
CooSel2
除了具备一般在线管理功能外还具备创建免费空间申请网站的能力,增强了上个版本 v1.5SP1以来的很多功能并修正大量的bug和缺陷,并全新改写了CooSel的核心部分,权限审核完全改变,更强劲和更稳定安全(In addition to general management functions online also has the ability to create free website space applications, and enhance the previous version since many features v1.5SP1 and fix a lot of bug and defect, and the core of the new rewrite CooSel, and completely change the permissions audit , more robust and more stable security)
- 2016-03-23 22:16:23下载
- 积分:1
-
hello there
说明: html demo file for upload file testing purpose
- 2019-03-02 19:38:36下载
- 积分:1
-
CQA
sdadaddadsadsfsdafsdfdsfdsfsdffsfsfsafaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
- 2023-06-25 20:20:07下载
- 积分:1
-
区域编码 5级 匹配
省份,市,县,乡镇,村 5级的编码,比常规的三级联动更好些,方便对行政区划更严格管理的场景使用。
- 2022-06-02 17:25:23下载
- 积分:1
-
jQuery页面滚动
说明: y页面滚动码是一款简单实用的鼠标控制页面滚动,顶部固定导航(Y page scroll code is a simple and practical mouse control page scroll, fixed navigation at the top)
- 2019-03-28 16:36:01下载
- 积分:1
-
在线日记管理系统
在线日记管理系统;
- 2022-08-16 22:48:12下载
- 积分:1
-
4a-+Ch+9+Hypothesis+Testing
this a probabilistic thing from a analytical class
- 2019-04-09 06:21:03下载
- 积分:1
-
部分截图幻灯片
说明: 前后张图片部分截图幻灯片是一款通栏带上一张下一张图片部分截图的幻灯片(The front and back picture partial screenshots slide is a slide with the next picture partial screenshots on the banner.)
- 2019-03-01 15:40:16下载
- 积分:1
-
Android新浪天气预报
package edu.hrbeu.WeatherDemo;
import java.io.BufferedReader;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.UnsupportedEncodingException;
import org.w3c.*;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.HttpStatus;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.DefaultHttpClient;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.safety.Whitelist;
import org.jsoup.select.Elements;
public class Test {
/** 新浪天气网址 */
public final String SINA_URL = "http://php.weather.sina.com.cn/xml.php";
/** 新浪天气XML调用密码 */
public final String PASSWOR
- 2022-02-07 09:34:36下载
- 积分:1