登录
首页 » Java » 9yuan9_014

9yuan9_014

于 2017-01-24 发布 文件大小:7018KB
0 281
下载积分: 1 下载次数: 1

代码说明:

  义乌饰品简单商城网站管理系统,保证完整无错,检测无病毒木马,百分百开源,全功能开放,绝无任何限制。免费提供给大家使用。 频道包括首页,商品中心,购物指南,客户留言,代理批发,联系我们,汇款方式等。 头部在top.asp文件里修改 底部自动调用。 后台地址 http://你的网站名/admin/ 后台用户名:admin密码:admin888(Yiwu Jewelry Mall simple website management system, to ensure the integrity of the wrong detection, no trojan virus, 100 percent open source, full-featured open, there is no limit. Free for everyone to use. Channel includes home page, commodity center, shopping guide, customer message, agent wholesale, contact us, remittance, etc.. Head in the top.asp file to modify the bottom of the automatic call. Background address http:// your site name /admin/ Background user name: admin Password: Admin888)

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

发表评论

0 个回复

  • w
    说明:  Shell get all config server And upload file to server You can hack all webserver with 1 click and new function is connect any website
    2015-06-07 17:27:42下载
    积分:1
  • 艾K影视系统5.2.2,附带支付和代理功能
    说明:  功能: 1.优化资源采集网播放bug,增加米酷黑金模板 2.新增加资源采集网影片分类列表 3.增加采集优酷综合娱乐视频 抢先发布视频列表关闭会员说明: 请登录后台设置,点击视频管理、栏目管理、修改、点击选择关闭! 默认为开启,点击关闭即可! 上传源码进行安装: 你的域名/install 访问后台登录设置: 你的域名/admin 默认密码账号都是admin(Functions: 1. Optimize the playback of bugs in the resource collection network and increase the Miku Black Gold Template 2. New Film Classification List of Resource Acquisition Network 3. Increase the collection of Youku comprehensive entertainment video Publish the video list first and close the membership notes: Please login to the background settings, click Video Management, Column Management, Modification, Click Select Close! Open by default, click Close! Upload source code for installation: Your domain name / install Access the background login settings: Your domain name / Admin The default password accounts are admin)
    2020-06-23 05:00:01下载
    积分:1
  • GalacticCore
    Android Live Wallpaper using OPENGL ES 2.0
    2012-08-01 12:09:13下载
    积分:1
  • jhkjkllkkiuhjhj
    JHKJKLLKKIUHJ公司
    2022-05-28 15:31:12下载
    积分:1
  • 简单的popmenu
    简单的popmenu
    2015-08-29下载
    积分:1
  • java操作数据库的一些常见用法
    该简单项目给出了如何利用Java语句操作数据库MySQL的基本语句 包含有初始化部分,数据库链接部分 public class ConnMysql { private static final String DBDRIVER="com.mysql.jdbc.Driver"; private static final String DBURL="jdbc:mysql://localhost:3306/mldn"; private static final String DBUSER="root"; private static final String DBPASS="root"; public static void main(String []args) throws Exception{    Class.forName(DBDRIVER); 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-04-23 12:54:32下载
    积分:1
  • Android Intent实例
    Android Intent开发实例 核心代码:package com.amaker.ch06.app;import com.amaker.ch06.app.R;import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.view.View;import android.view.View.OnClickListener;import android.widget.Button;import android.widget.EditText;/** * @author 郭宏志 * 发送Email */public class MainActivity extends Activity { // 声明视图组件 private EditText toEditText,subjectEditText,contentEditText; private Button sendBtn; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); // 实例化视图组件 toEditText = (EditText)findViewById(R.id.toEditText01); subjectEditText = (EditText)findViewById(R.id.subjectEditText01); contentEditText = (EditText)findViewById(R.id.contentEditText01); sendBtn = (Button)findViewById(R.id.sendButton01); // 为按钮添加单击监听器 sendBtn.setOnClickListener(listener); } // 发送按钮单击监听器 private OnClickListener listener = new OnClickListener() { @Override public void onClick(View v) { // 获得输入信息 String to = toEditText.getText().toString(); String subject = subjectEditText.getText().toString(); String content = contentEditText.getText().toString(); // 创建Intent Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND); // 设置内容类型 emailIntent.setType("plain/text"); // 设置额外信息 emailIntent.putExtra(android.content.Intent.EXTRA_EMAIL, new String[]{to}); emailIntent.putExtra(android.content.Intent.EXTRA_SUBJECT, subject); emailIntent.putExtra(android.content.Intent.EXTRA_TEXT, content); startActivity(Intent.createChooser(emailIntent, "发送邮件...")); } };}
    2014-11-24下载
    积分:1
  • java推箱子游戏
    资源描述80,90后经典的推箱子游戏,用java语言实现,项目复杂程度适中,可自己选择关数进行游戏,支持自选音乐,边玩边听音乐,好玩好看。代码适中,适合java初学者爱好者
    2023-05-10 09:05:03下载
    积分:1
  • RidcBatchLoader
    ucm批量上传方法,ucm批量上传方法,ucm批量上传方法,ucm批量上传方法,ucm批量上传方法,ucm批量上传方法,ucm批量上传方法,ucm批量上传方法,ucm批量上传方法,ucm批量上传方法,ucm批量上传方法,ucm批量上传方法,ucm批量上传方法,ucm批量上传方法,ucm批量上传方法,ucm批量上传方法,ucm批量上传方法,ucm批量上传方法
    2022-06-03 15:31:41下载
    积分:1
  • hibernate4.2-jar包
    资源描述 hibernate4.2-jar包: 1、比起hibernate3.0版本,有很多的性属性! 2、欢迎大家下载
    2022-08-24 15:18:46下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载