-
然之协同管理系统
然之协同管理系统由客户管理(crm)、日常办公(oa)、现金记账(cash)、团队分享(team)和应用导航(ips)五大模块组成,主要面向中小团队的企业内部管理。和市面上其他的产品相比,然之协同更专注于提供一体化、精简的解决方案。
然之协同管理系统 3.2 修改记录:2016-02-16
1.新增名单功能
2.新增加班功能
- 2022-01-23 10:09:15下载
- 积分:1
-
自己做的社团管理系统
一个简单的社团管理系统,自己刚学PHP的时候做的,MVC框架。
- 2022-04-01 18:10:28下载
- 积分:1
-
学生成绩管理系统源代码(jsp)
JSP学生信息管理系统源代码(jsp mysql)毕业论文 课程设计报告
- 2022-07-10 03:58:11下载
- 积分:1
-
php+mysql图书管理系统
一套简单的图书管理系统,使用php+mysql实现,适用于新手学习,内含有部署文档
- 2022-01-24 09:35:37下载
- 积分:1
-
introduced : MySQL is relatively well
介绍:MySQL是比较出名的数据库软件,真正支持多用户,多进程结构的SQL数据库服务软件,MySQL是比较简单和快速的! 现在很多流行的网站都是采用MySQL+Apache+PHP集成的!下载提供的是源代码版本! -introduced : MySQL is relatively well-known database software, the genuine support of multi-user, multi-process structure of the SQL database server software, MySQL is a relatively simple and fast! Many popular websites are using Apache MySQL PHP Integration! Download the source code version!
- 2022-02-01 06:08:53下载
- 积分:1
-
java通过JDBC连接My SQL,简单实用
java通过JDBC连接My SQL,简单实用-java through JDBC connection My SQL, simple and practical
- 2022-01-28 13:06:56下载
- 积分:1
-
mysql完美增量备份脚本
增量备份脚本:#!/bin/bash
# Name:zbk增量备份
# mysql zbk scripts
# By zxsdw.com
# Last modify:2015-01-21
#定义数据库用户名及密码
user=root
userPWD=密码
#定义数据库
database=数据库
#生成一个新的mysql-bin.00000X文件,如果err日志被清除,则自动新建一个。
/usr/local/mysql/bin/mysqladmin -u$user -p$userPWD flush-logs
#定义增量备份位置
daily_databakDir=/backup/mysql/daily_backup
#定义MYSQL数据日志目录
mysqlDataDir=/usr/local/mysql/var
#定义增量日志及目录
eMailFile=$daily_databakDir/email.txt
#eMail=admin@zxsdw.com
#定义变量DATE格式为20150127
DATE=`date +%Y%m%d`
#定义一个总的logFile日志
logFile=$daily_databakDir/mysql$DATE.log
#美化日志模板
echo " " > $eMailFile
echo "-----------------------" >> $eMailFile
#时间格式为15-01-27 01:06:17
echo $(date +"%y-%m-%d %H:%M:%S") >> $eMailFile
echo "-------------------------" >> $eMailFile
#定义删除bin日志的时间范围,格式为20150124010540
TIME=$(date "-d 3
- 2023-08-23 15:50:02下载
- 积分:1
-
Login Manager V3.0(LM3.0) is an authentication system which can integrate with a...
Login Manager V3.0(LM3.0) is an authentication system which can integrate with any existing website that meets the requirements. LM3.0 provides a gatekeeper where user must be authorized before entering the membership secured areas.
Features:
1. Flexibility
LM3.0 allows administrator to integrate it with the current unprotected website. This is especially useful if major changes are going to be painful. With LM3.0, you re just one step towards getting the security you needed most.
2. Speed
LM3.0 uses PHP and MySQL which enables fast data transactions.-Login Manager V3.0(LM3.0) is an authentication system which can integrate with any existing website that meets the requirements. LM3.0 provides a gatekeeper where user must be authorized before entering the membership secured areas.
Features:
1. Flexibility
LM3.0 allows administrator to integrate it with the current unprotected website. This is especially useful if major changes are going to be painful. With L
- 2023-01-28 23:30:04下载
- 积分:1
-
good learning library database detailing the content of learning I think that af...
好的学习库详细介绍了学习的内容,我认为这本书以后非常有用,并已用于实践
- 2022-07-13 17:05:00下载
- 积分:1
-
实验室智能管理系统
使用Java实现的智能实验室管理系统,页面实现的技术有html,css,jsp等,服务器端用Servlet,连接mysql数据库
- 2022-07-06 16:41:37下载
- 积分:1