11 2015 档案

摘要:{% extends 'base.html' %}{% block title %}chart{% endblock title %}{% block extracss %} {% load staticfiles %} <script type="text/javascript" src="htt... 阅读全文
posted @ 2015-11-25 17:02 gopher-lin 阅读(136) 评论(0) 推荐(0)
摘要:result_sensorData = SensorData.objects.filter(sensor_id=1, sensor_type='SOIL_TEMP_SENSOR').values('sensorData')[0]['sensorData'] 调试程序暂时1号传感器的采集数据温度数据 阅读全文
posted @ 2015-11-22 19:23 gopher-lin 阅读(583) 评论(0) 推荐(0)
摘要:![](http://images2015.cnblogs.com/blog/684952/201511/684952-20151118170457483-1188304869.png) 阅读全文
posted @ 2015-11-18 17:05 gopher-lin 阅读(117) 评论(0) 推荐(0)
摘要:table=$(' tab') for (var i = 0; i < 5; i++) { var tr = $("<tr </tr "); tr.appendTo(table); for (var j = 0; j < 11; j++) { var td = $("<td " + i j + "<... 阅读全文
posted @ 2015-11-11 17:06 gopher-lin 阅读(168) 评论(0) 推荐(0)
摘要:<!DOCTYPE <html <head <meta http equiv="Content Type" content="text/html; charset=gb2312" <title 动态创建表格</title <script type="text/javascript" src="htt... 阅读全文
posted @ 2015-11-11 16:31 gopher-lin 阅读(323) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/renfufei/article/details/41647937 阅读全文
posted @ 2015-11-04 20:05 gopher-lin 阅读(138) 评论(0) 推荐(0)
摘要:尝试Notebook, 还需要下载一些其它咚咚 1) 下载安装 pyzmq, 在这里不建议使用pip, pip对pyzmq支持不太好,装不上。我尝试使用easy_install c: easy_install.exe pyzmq 2) 下载安装 jinja2, c: easy_install.e... 阅读全文
posted @ 2015-11-04 12:46 gopher-lin 阅读(140) 评论(0) 推荐(0)
摘要:使用Form 表单提交的时候,切件是用render ,替代render_to_reponse 阅读全文
posted @ 2015-11-03 21:56 gopher-lin 阅读(132) 评论(0) 推荐(0)