上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页
摘要: ny errors? Also, can you make sure that ~/bootstrap/start.php exists? Try removing your vendor directory and composer.lock file and re running compose... 阅读全文
posted @ 2015-12-24 17:53 gopher-lin 阅读(3024) 评论(0) 推荐(0) 编辑
摘要: composer dump autoload 阅读全文
posted @ 2015-12-24 17:41 gopher-lin 阅读(143) 评论(0) 推荐(0) 编辑
摘要: mongobdbClient 阅读全文
posted @ 2015-12-23 20:56 gopher-lin 阅读(130) 评论(0) 推荐(0) 编辑
摘要: http://segmentfault.com/n/1330000003944169 pip install upgrade six scrapy conda install f lxml No module named easy_install pyOpenssl一直报错是版本的问题,安装0... 阅读全文
posted @ 2015-12-13 20:05 gopher-lin 阅读(154) 评论(0) 推荐(0) 编辑
摘要: CSS选择器笔记 一、基本选择器 序号 选择器 含义 1. 通用元素选择器,匹配任何元素 2. E 标签选择器,匹配所有使用E标签的元素 3. .info class选择器,匹配所有class属性中包含info的元素 4. footer id选择器,匹配所有id属性等于footer的元素 ... 阅读全文
posted @ 2015-12-02 21:04 gopher-lin 阅读(182) 评论(0) 推荐(0) 编辑
摘要: {% 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 阅读(130) 评论(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 阅读(572) 评论(0) 推荐(0) 编辑
摘要: ![](http://images2015.cnblogs.com/blog/684952/201511/684952-20151118170457483-1188304869.png) 阅读全文
posted @ 2015-11-18 17:05 gopher-lin 阅读(105) 评论(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 阅读(163) 评论(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 阅读(314) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页