为您找到约 223 条结果,搜索耗时:0.0028秒

员工离职管理系统(ELMS)

...p session_start(); error_reporting(0); include('includes/config.php'); if(isset($_POST['signin'])) { $uname=$_POST['username']; $password=md5($_POST['password']); $sql ="SELECT EmailId,Password,Status,id FROM tblemployees WHERE EmailId=:uname and Password=:password"; $query= $dbh -> prep...

PHP和MySql中的新闻项目

...p session_start(); include('includes/config.php'); error_reporting(0); if(strlen($_SESSION['login'])==0)   { header('location:index.php'); } else{ if(isset($_POST['submit'])) { $category=$_POST['category']; $description=$_POST['description']; $status=1; $query=mysqli_query($con,"...

485全双工通信应用

...sp; RI=0;         key2=1;        if(data1!=0x01)          {            SBUF=0x0f;             while(TI==0)             {     &nb...

奶牛场商店管理系统项目(DFSMS)

... session_start(); //error_reporting(0); include('includes/config.php'); if (strlen($_SESSION['aid']==0)) {   header('location:logout.php');   } else{ // Edit Company Code if(isset($_POST['update'])) { $cmpid=substr(base64_decode($_GET['compid']),0,-5); //Getting Post Values $cna...

DSP28335外部中断

...d clear all CPU interrupt flags:    IER = 0x0000;    IFR = 0x0000;    InitPieVectTable();    InitExInt(); EALLOW;  // This is needed to write to EALLOW protected registers     PieVectTable.XINT1 = &ISRExint1;     EDIS;&nb...

学生成绩管理系统

...p session_start(); error_reporting(0); include('includes/config.php'); if(strlen($_SESSION['alogin'])=="")     {       header("Location: index.php");     }     else{ if(isset($_POST['submit'])) { $subjectname=$_POST['...

Python医生招聘数据

...p;             if data['success'] and data['results']['pageBean']['totalCount'] > 0:                          &...

[FPGA教程] Basys 3 FPGA上的七段LED显示

...and repeat always @(posedge clock_100Mhz or posedge reset) begin  if(reset==1)   refresh_counter <= 0;  else   refresh_counter <= refresh_counter + 1; end assign LED_activating_counter = refresh_counter[19:18];

打地鼠游戏的视觉识别实现

...isFind = findChessboardCorners(rgbImage, boardSize, corner, 0);  if (isFind == true) //所有角点都被找到 说明这幅图像是可行的    {   /*   Size(5,5) 搜索窗口的一半大小   Size(-1,-1) 死区的一半尺寸&n...

在线出生证明系统

...sion_start(); error_reporting(0); include('includes/dbconnection.php'); if (strlen($_SESSION['obcsaid']==0)) {   header('location:logout.php');   } else{   ?>   <div class="left-sidebar-pro">             &l...

微信捐赠

微信扫一扫体验

立即
上传
返回
顶部