上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 30 下一页
摘要: jquery代码可以对html中的元素进行选择1.根据id选择$(#idname).hide()id名字为idname的部分隐藏2.根据名字选择$("p").hide()表示所有名字为p的部分都隐藏3.根据类别选择$(.classname).hide()所有类别为cl... 阅读全文
posted @ 2017-08-23 10:29 开往春天的拖拉机 阅读(64) 评论(0) 推荐(0) 编辑
摘要: jquery是一个javascript库基本语法:$(selector).action()2.文档就绪事件$(document).ready(function(){ // 开始写 jQuery 代码... });载入文档之后的初始化3.点击事件触发$("#buttonname").click(... 阅读全文
posted @ 2017-08-23 10:23 开往春天的拖拉机 阅读(63) 评论(0) 推荐(0) 编辑
摘要: jquery是一个javascript库基本语法:$(selector).action()2.文档就绪事件$(document).ready(function(){ // 开始写 jQuery 代码... });载入文档之后的初始化3.点击事件触发$("#but... 阅读全文
posted @ 2017-08-23 10:23 开往春天的拖拉机 阅读(62) 评论(0) 推荐(0) 编辑
摘要: .css文件中的注释符号是/*内容*/html(可能是.ejs)的注释符号是 阅读全文
posted @ 2017-08-23 10:18 开往春天的拖拉机 阅读(70) 评论(0) 推荐(0) 编辑
摘要: .css文件中的注释符号是/*内容*/html(可能是.ejs)的注释符号是 阅读全文
posted @ 2017-08-23 10:18 开往春天的拖拉机 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 查看参数值的代码#-*-coding:utf-8-*-import caffeimport sysimport numpy as npimport getoptimport re if __name__ =="__main__": opts,args = getopt.getopt(sys.ar... 阅读全文
posted @ 2017-07-20 15:59 开往春天的拖拉机 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 查看参数值的代码#-*-coding:utf-8-*-import caffeimport sysimport numpy as npimport getoptimport re if __name__ =="__main__": opts,args = geto... 阅读全文
posted @ 2017-07-20 15:59 开往春天的拖拉机 阅读(343) 评论(0) 推荐(0) 编辑
摘要: caffe的简单python脚本#-*-coding:utf-8-*-import caffeimport matplotlib.pyplot as plt#网络构建caffe.set_mode_cpu() # 设置caffe为cpu模式,也可设成gpu模式model_def = 'my_alexn... 阅读全文
posted @ 2017-07-17 15:26 开往春天的拖拉机 阅读(179) 评论(0) 推荐(0) 编辑
摘要: caffe的简单python脚本#-*-coding:utf-8-*-import caffeimport matplotlib.pyplot as plt#网络构建caffe.set_mode_cpu() # 设置caffe为cpu模式,也可设成gpu模式model... 阅读全文
posted @ 2017-07-17 15:26 开往春天的拖拉机 阅读(95) 评论(0) 推荐(0) 编辑
摘要: [1] 170 阅读全文
posted @ 2017-07-04 17:36 开往春天的拖拉机 阅读(62) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 30 下一页