Monthly: 3月 2016

带变量的框架页面跳转的超链接按钮代码

betball贝博app 未分类 460 次浏览
<table width="100%" height="100%" border="0"> <tr> <td width="300" align="center" valign="top"><iframe name="left" id="table" src="./table.php" frameborder="false" scrolling="Auto" style="bor...

jpgraph画图

betball贝博app 未分类 418 次浏览
最终效果http://cloud.yangsixue.com/ <?php //设置编码格式 header("Content-type:text/html;charset=utf-8"); //链接数据库 $conn = mysql_connect(***********); //选择要操作的数据库 mysql_select_db('数据库名',$co...

C#写的上位机程序 2016年3月9日问题完全解决

betball贝博app 上位机 485 次浏览
周六上午去图书馆借了几本书,c#2013,Mysql,Linux系统。Linux为树莓派的学习准备。看书照葫芦画瓢,写了个C#串口通信程序,再连接到阿里云上的Mysql数据库。但是对于浮点数据的获取和记录仍然处理不好。 毕竟没有正式学C#,没有...

树莓派C语言读串口数据代码

betball贝博app 树莓派, 软件 474 次浏览
/* * serialRead.c: *    Example program to read bytes from the Serial line * */ #include <stdio.h> #include <string.h> #include <errno.h> #include <wiringSerial.h> int main () {...

树莓派操作IO学习笔记

betball贝博app 树莓派 466 次浏览
想在树莓派环境下仍然使用C语言进行编程,所以要下载wiringPi 输入以下网址: https://git.drogon.net/?p=wiringPi;a=summary 然后下载最新的压缩包,解压后进入目录,执行./build即可安装。 然后输入下面两条命令可以检测...
Go