登录
首页 » Java » zmys

zmys

于 2017-03-08 发布 文件大小:10782KB
0 203
下载积分: 1 下载次数: 1

代码说明:

  个自适应手机端和PC端的最新版织梦V5.7为内核的网站模板,软件兼容主流浏览器,模板包含安装说明,并包含测试数据。 dedecms最新版内核开发,原创设计、手工书写DIV+CSS, 完美兼容IE7+、Firefox、Chrome、360浏览器等;主流浏览器; 页面简洁简单,容易管理,DEDE内核都可以使用;附带测试数据! 模板特点: 1:案例详细页使用图集模型,单独的详细页,多图切换效果; 2:SEO代码标准:DIV+CSS代码精简、ATL属性、H标签的合理运用、静态HTML; 3:用户体验:标准的版面布局、图文并茂增强用户体验; 模板使用程序: DEDECMS版本都可以使用。(An adaptive mobile phone terminal and PC terminal. The latest version of V5.7 kernel website template software compatible with mainstream browsers, the template contains installation instructions, including test data. Dedecms the latest version of the kernel development, original design, manual writing DIV+CSS, Compatible with IE7+, Firefox, Chrome, 360 browser, etc. The page is simple and easy to manage, and the DEDE kernel can be used! Template features: 1: a case with page using the atlas model, with a separate page, multi switching effect 2:SEO code standards: DIV+CSS code simplification, ATL attributes, H tags, the rational use of static HTML 3: the user experience: with standard layout, enhance the user experience Template application: DEDECMS version can be used.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • migong-game
    android中一个迷宫小球游戏,很好的一个学习例子。(android in a maze of small ball game, a good example of a learning.)
    2013-04-08 15:34:35下载
    积分:1
  • jsp影院售票
    一款好的影院售票系统,应该是可以帮助售票人员提高工作效率,帮助工作人员利用计算机,极为方便的对影院的有关数据进行管理、输入、输出、查找等有关操作,使杂乱的影院售票数据能够具体化、直观化、合理化等。“基于JSP的影院售票系统”可以提高工作效率, 缓解因场地、 人手等软硬件因素而带来的矛盾, 充分体现 “ 以人为本, 服务用户”的理念, 使影院的信息高度统一与集中,为影院的信息化管理提供保障
    2023-07-30 07:15:14下载
    积分:1
  • jybbs4.0
    简约bbs4.0,一个简单的bbs源代码,基于asp(Simple bbs4.0)
    2014-06-09 21:47:48下载
    积分:1
  • 新银河帝国
    应用背景Ogame,简称OG,一款世界上最火的战争策略类网页游戏之一,也是大部分同类网页游戏效仿的对象。他在网页游戏的地位,相当于UO对于现在的传统网络游戏。称之为网页游戏的鼻祖也完全不过分。你只需要网页浏览器,无需下载客户端就可进行的网络游戏。从2002年德国首个服务器开启到今天,全球已有总计有数百个服务器和几百万的玩家。关键技术新版银河帝国有教程 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-02-06 01:08:21下载
    积分:1
  • A
    说明:  仿照唱吧的UI项目,仅仅是实现了布局方面的一些东西,没有实现实际的功能。(Modeled on the UI project, just to achieve some aspects of the layout, did not achieve the actual function. )
    2017-02-06 14:54:36下载
    积分:1
  • 网络获取图片(缓存)
    package com.hsx.imageloader.adapter;import android.content.Context;import android.view.LayoutInflater;import android.view.View;import android.view.ViewGroup;import android.widget.BaseAdapter;import android.widget.ImageView;import android.widget.TextView;import com.hsx.imageloader.listener.AnimateFirstDisplayListener;import com.nostra13.universalimageloader.core.DisplayImageOptions;import com.nostra13.universalimageloader.core.ImageLoader;import com.nostra13.universalimageloader.core.assist.ImageLoadingListener;import com.nostra13.universalimageloader.core.display.RoundedBitmapDisplayer;import com.hsx.imageloader.R;public class ItemAdapter extends BaseAdapter {DisplayImageOptions options;private ImageLoadingListener animateFirstListener = new AnimateFirstDisplayListener();String[] imageUrls;Context context;public ItemAdapter(String[] imageUrls, Context context) {super();this.imageUrls = imageUrls;this.context = context;options = new DisplayImageOptions.Builder().showStubImage(R.drawable.ic_launcher)//设置图片在下载期间显示的图片.showImageForEmptyUri(R.drawable.ic_launcher)//设置图片Uri为空或是错误的时候显示的图片.showImageOnFail(R.drawable.ic_launcher)//设置图片加载/解码过程中错误时候显示的图片.cacheInMemory(true)//是否緩存都內存中.cacheOnDisc(true)//是否緩存到sd卡上.displayer(new RoundedBitmapDisplayer(20)).build();}private class ViewHolder {public TextView text;public ImageView image;}@Overridepublic int getCount() {return imageUrls.length;}@Overridepublic Object getItem(int position) {return position;}@Overridepublic long getItemId(int position) {return position;}@Overridepublic View getView(final int position, View convertView, ViewGroup parent) {final ViewHolder holder;if (convertView == null) {LayoutInflater inflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);convertView = inflater.inflate(R.layout.item_list_image, parent, false);holder = new ViewHolder();holder.text = (TextView) convertView.findViewById(R.id.text);holder.image = (ImageView) convertView.findViewById(R.id.image);convertView.setTag(holder);} else {holder = (ViewHolder) convertView.getTag();}holder.text.setText("Item " (position 1));// ImageLoaderImageLoader imageLoader = ImageLoader.getInstance();imageLoader.displayImage(imageUrls[position], holder.image, options, animateFirstListener);return convertView;}}
    2015-03-05下载
    积分:1
  • 232---485
    RS232转RS484的详细电路和程序设计(RS232 to RS484 circuit and the detailed program design)
    2011-08-21 15:03:03下载
    积分:1
  • MenuBar
    asp.net动态菜单源代码,让你的菜单更漂亮(asp.net dynamic menu source code,Make your menu more beautiful)
    2011-12-07 21:44:44下载
    积分:1
  • android-under_1[1].5SDK_Compile_CH04
    Android sdk 开发范例大全 第五章源码
    2012-05-01 12:44:08下载
    积分:1
  • 练习1
    说明:  适用于初学者的web网页设计编程的第一部分。(The first part of web page design and programming for beginners.)
    2020-06-16 01:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载