-
越野e族中国越野触屏版手机wap汽车网站模板
【导航看上去不错】越野e族中国越野触屏版手机wap汽车网站模板
- 2022-09-06 18:25:03下载
- 积分:1
-
vue
说明: 自己利用空余时间学习Vue框架,希望以后成为一名出色的前端工程师(I use my spare time to learn Vue framework and hope to become an excellent front-end Engineer in the future)
- 2020-12-12 11:49:16下载
- 积分:1
-
医生搜索引擎
医生搜索引擎。
- 2022-01-21 21:17:39下载
- 积分:1
-
旅游网站,简单
在AndroidManifest.xml文件中有,其中的@style/AppTheme是引用的res/values/styles.xml 中的主题样式,也有可能是引用的 res/values-v11/styles.xml 或者 res/values-v14/styles.xml,这是根据运行此程序的手机系统来决定的,如果手机系统的API版本是11以上就是v11/styles.xml,以此类推。
- 2022-03-24 05:37:06下载
- 积分:1
-
jQuery带视差切换效果幻灯片代码
jQuery带视差切换效果幻灯片代码是一款在每一个slide中都可以带一个子幻灯片,两重幻灯片在运行的过程中会产生不错的视觉差效果。(JQuery slides code with parallax switching effect is a slides in each slide can bring a slide, two slides in the process of operation will produce good visual effects.)
- 2019-02-21 15:15:04下载
- 积分:1
-
28.1.30
爱淘吧淘宝客 是由爱淘吧为淘宝客用户专门开发的一个便于商品、商铺信息推广的站点系统。您只需要下载淘宝客系统安装,您便拥有一个独立的淘宝客推广站点。(Amoy Amoy Taobao Customer is a site system developed by Amoy Amoy for Taobao customers to facilitate the promotion of goods and shops.You only need to download Taobao system installation, you will have an independent Taobao customer promotion site.)
- 2016-10-10 21:29:38下载
- 积分:1
-
g
说明: win8风格的网站html源码,效果很不错(win8 style website html source, the effect is very good)
- 2014-06-23 10:22:28下载
- 积分:1
-
图片画廊和Lightbox特效
说明: 图片画廊和Lightbox特效是一款共有4种不同的布局效果,分别为简单布局,流式布局,网格布局和缩略图布局。(Photo Gallery and Lightbox are four different layout effects: simple layout, streaming layout, grid layout and thumbnail layout.)
- 2019-03-30 15:32:53下载
- 积分:1
-
y左右滑动切换图片代码
jQuery左右滑动切换图片代码是一款基于jQuery实现的左右滑动切换焦点图代码。(JQuery left-right sliding switching image code is a focus map code based on jQuery implementation of left-right sliding switching.)
- 2019-03-12 10:24:11下载
- 积分: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