为您找到约 497 条结果,搜索耗时:0.0026秒

opensm源码

...由算法。胖树这种算法对于高负载的情况会发生死锁。此代码纯c编写,主代码如下,其中最让人值得学习的是其中用了很多层回调函数,其中用了纯c编写的数据库,进行数据的存储,效率极高,具体可以查看源码int main(int argc, ...

PHP和MySql中的新闻项目

...http:// localhost / newsportal / admin。本人只展示了一小段的代码,如想了解更详细请下载附件。<?php session_start(); include('includes/config.php'); error_reporting(0); if(strlen($_SESSION['login'])==0)   { header('location:index.php'); } else{ if(isset($...

学生成绩管理系统

...压缩。2.将srms文件夹放在根目录中。本人只展示了一小段代码,如想详细了解请下载附件。<?php session_start(); error_reporting(0); include('includes/config.php'); if(strlen($_SESSION['alogin'])=="")     {       header(...

网吧管理系统

...本http:// localhost / ccms(frontend)。本人只展示了一小段代码,在预览区也展示了主页界面、仪表板界面;如想了解的更多请下载附件。<?php session_start(); error_reporting(0); include('includes/dbconnection.php'); if (strlen($_SESSION['ccmsaid']==0...

使用PHP和MySQL的小型CRM项目

...名:demo@gmail.com,密码:Test @ 123。本人只展示了一小部分代码,想了解更多请下载附件。<?php session_start(); //echo $_SESSION['id']; //$_SESSION['msg']; include("dbconnection.php"); include("checklogin.php"); check_login(); if(isset($_POST['send'])) { $coun...

员工离职管理系统(ELMS)

...对于lamp是var / www /)。3.数据库配置。本人只展示一小段代码,如想了解更详细请下载附件。<?php session_start(); error_reporting(0); include('includes/config.php'); if(isset($_POST['signin'])) { $uname=$_POST['username']; $password=md5($_POST['password']); ...

公寓访客管理系统

...脚本http:// localhost / avms(前端)。本人只展示了一小段代码,在预览区展示管理员登录页面、管理员控制台界面、新访客页面界面、管理访客页面;如想了解更详细请下载附件。<?php session_start(); error_reporting(0); include('includ...

微信捐赠

微信扫一扫体验

立即
上传
返回
顶部