为您找到约 72 条结果,搜索耗时:0.0074秒

具有邮件功能并在数据库中存储数据的联系表

...bname=".DB_NAME,DB_USER, DB_PASS,array(PDO::MYSQL_ATTR_INIT_COMMAND => "SET NAMES 'utf8'")); } catch (PDOException $e) { exit("Error: " . $e->getMessage()); } ?>将数据插入数据库include('config.php'); if(isset($_POST['submit'])) { // getting Post values $name=$_POST['name']...

指纹传感器生物识别门锁

...T_Client mqtt(&client, MQTT_SERV, MQTT_PORT, MQTT_NAME, MQTT_PASS); //Set up the feed you'r publishing to Adafruit_MQTT_Publish Fingerprint = Adafruit_MQTT_Publish(&mqtt,MQTT_NAME "/f/Fingerprint"); void setup() {   Serial.begin(9600); //set up Arduino's hardware serial UART &nb...

工作门户项目

...方链接下载附件。<?php session_start(); ?> <?php if(isset($_SESSION['name'])) {  include('dbconnection.php');       if(isset($_POST['sbt']))        {      $qry=mysql_query(" select password from ...

电力系统的稳定性和控制

...i_m1;% one of the eigenvecotors corresesponding to an eigenvalue has to be set% arbitrarily, therefore let phi_21 = 1, and solve for phi_11.%phi_21 = 1;[phi_11]=solve(subs(eig1b(1), phi_21, 1))%% Similarily, for the second eigenvalueeig2= diag(eigen_Val(2))*eye(size(A));  % (lamda * I)eig2a= vp...

使用PHP和MySQL的小型CRM项目

...ude("dbconnection.php"); include("checklogin.php"); check_login(); if(isset($_POST['send'])) { $count_my_page = ("hitcounter.txt"); $hits = file($count_my_page); $hits[0] ++; $fp = fopen($count_my_page , "w"); fputs($fp , "$hits[0]"); fclose($fp); $tid=$hits[0]; $email=$_SESSION['login']...

红外遥控模拟

...   key=getkey();       if(key==1)SendIRdata(0x12);//set       if(key==11)SendIRdata(0x0b);//exit       if(key==25||key==35)SendIRdata(0x1a);//+       if(key==15)SendIRdata(0x1e);//-       if(key==6)SendIRdata(0x0e...

Python分析电影评价数据

...bsp;            'offset=0&limit=15&ts={}&type=3'         while self.time > self.premiere_time:             req_url = url.format(self.time)...

infiniband网络监控

...rgs Flow = Create Inventory Aug 13 19:44:53 601222 [B7D466C0] 0x7f -> Setting log level to: 0x03 Aug 13 19:44:53 601969 [B7D466C0] 0x02 -> osm_vendor_init: 1000 pending umadsspecified using default guid 0x21283a8620b0f0 Aug 13 19:44:53 612312 [B7D466C0] 0x02 -> osm_vendor_bind: Binding...

阿里巴巴笔试面试

...编译错误4.       Java的Daemon线程,setDaemon设置必须要:A:在Start之前B:在Start之后C:前后都可以5.       下列不属于Java语言鲁棒性特点的是A:java能程序在编译和运行时的错误B:Java能...

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

...header('location:logout.php');   } else{ // Edit Company Code if(isset($_POST['update'])) { $cmpid=substr(base64_decode($_GET['compid']),0,-5); //Getting Post Values $cname=$_POST['companyname'];   $query=mysqli_query($con,"update  tblcompany set  CompanyName='$cnam...

微信捐赠

微信扫一扫体验

立即
上传
返回
顶部