-
flblc-cms_v2013
中国畜牧零零网企业网站管理系统(FLBLC-CMS)是付强研发中心(sspig.com)专业为企业建站而开发的一款网站程序。该系统采用最简单易用的asp+access进行搭建,拥有完善的网站前后台,并特别根据企业网站的特点开发出独具特色的栏目和功能。FLBLC-CMS是企业建站的绝佳选择!网站后台
后台管理地址:http://你的网站域名/Admin/login.asp
用户名:admin
密码:admin
后台文件夹名:Admin
数据库存放位置:Data21293(China animal husbandry zero zero net enterprise website management system (FLBLC-CMS) is a strong R & D Center (sspig.com) professional for the establishment of the company and a website development. The system uses the most simple and easy to use asp+access to build, with a perfect site before the background, and in particular, according to the characteristics of the enterprise web site to develop a unique column and features. FLBLC-CMS is an excellent choice for the establishment of the enterprise! Website background
Background management address: http:// your website domain name /Admin/login.asp
User name: admin
Password: admin
Background folder name: Admin
Database storage location: Data21293)
- 2015-08-18 14:50:15下载
- 积分:1
-
hibernate+struts2+spring/mybatis+struts2+spring两种版本框架整合
hibernate+struts2+spring/mybatis+struts2+spring两种版本框架整合,两种版本的框架的整合。
- 2022-07-23 11:03:14下载
- 积分:1
-
Nslookup IP地址和域名的相互转换
资源描述一个用java语言实现的,DNS中IP地址和域名相互转换的功能
- 2022-03-10 10:18:26下载
- 积分:1
-
kmeans 算法
这是一种使用距离测量数据点之间的相似度计算方法的聚类算法
- 2023-05-14 09:35:03下载
- 积分:1
-
铁路订票系统
我们迷你的项目是铁路订票系统。铁路订票系统是一个基于 web 的应用程序,允许访客检查铁路客票可用性,预订车票、 Tatkal 预订,预订的座位,提供有关所有服务,在服务方面,反馈信息支付在线铁路票价和取消预订。从管理员那里获取访问之后为所有家庭办公用户制定本制度。我们在发展这项计划的目的是提供一个基于 web 的铁路 resarvation 系统。客户可以购买通过在线系统,没有必要排队上前把柜台里的票票。若要提供的任何时间,任何地方的为客户服务。
- 2022-06-11 23:43:42下载
- 积分:1
-
andriod
有关于安卓的景物实例,主要介绍旅游景点的浏览页面。(There are examples on the scene Andrews)
- 2020-12-27 16:59:03下载
- 积分:1
-
dbchina
更换了自己写的一个小型的、二级分类的论坛,还没有后台程序,在1.1的基础上,增加一个音乐播放器,完善了后台管理系统(包括论坛后台),更改了评论表,修改了会员可以成为管理员的bug,在1.2的基础上增加了一个自助友情连接系统">
- 2016-05-11 21:19:03下载
- 积分:1
-
java建设银行支付接口实例
java开发,调用建设银行的支付接口实例,大家可以根据这个实例,直接复制到要开发的类似项目,或者,对于新的支付api,可以参照学习,以便大家开发使用,完全可以用的哦!
- 2022-01-20 23:01:01下载
- 积分:1
-
Java会议室预定系统
这个是一个会议室预定系统,用Java语言编写,三个会议室,十五个用户,用户可以进行会议室的预定,包括时间,主题,具体的会议室情况等。
- 2022-04-10 01:19:00下载
- 积分:1
-
import java.net.*; import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.I
import java.net.*;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.IOException;
public class NetTool {
InetAddress myIPaddress = null;
InetAddress myServer = null;
public static void main(String args[]) throws Exception{
NetTool mytool;
mytool = new NetTool();
System.out.println("Your host IP is: " +
mytool.getMyIP());
System.out.println("The Server IP is :"
+ mytool.getServerIP());
System.out.println("Your Mac Address is: " +
mytool.getMACAddress());
}
//取得
- 2022-04-14 11:19:19下载
- 积分:1