帖子URL: {url} 帖子标题: {title} 附件图片: {pic} 帖子内容: {summary} 楼主: {author} 楼主UID: {authorid} 楼主头像: {avatar} 楼主头像(中): {avatar_middle} 楼主头像(大): {avatar_big} 帖子 ...
分类:
Web程序 时间:
2017-08-04 00:31:45
阅读次数:
261
在tomcat上配置图片虚拟目录,在tomcat下conf/server.xml中添加: <Context docBase="D:\develop\upload\temp" path="/pic" reloadable="false"/> 访问http://localhost:8080/pic即可访 ...
分类:
Web程序 时间:
2017-07-26 23:48:32
阅读次数:
444
如上代码,想要在点击button提交跳转到updateproduct.do.php的同时,将本页获取的$p_id,通过url值传到下个页面里。可是每次点击button后 地址栏里都只有 “ updateproduct.do.php?p_name=11&p_price=22&p_pic=33&p_da ...
分类:
其他好文 时间:
2017-07-20 18:52:29
阅读次数:
145
复习: 见思维导图 练习:学生按分数级别显示 (1)编写SQL:tarena.sql,表student(sid, sname, pic, scoreGrade(A-B-C-D)),插入12条记录 (2)编写PHP:student_select.php,根据客户端请求分数级别,返回该级别下有哪些学生, ...
分类:
其他好文 时间:
2017-07-18 13:23:32
阅读次数:
181
盒模型属性【宽高width/height】(全兼容)
width
height
(IE6-不支持)
min-width
max-width
min-height
max-height【内边距padding】padding【边框border】(全兼容)
border
border-width
border-color
border-style
(IE8-不支持)
border-radius
(IE10-不支持)
border-p_w_pic..
分类:
Web程序 时间:
2017-07-18 11:45:07
阅读次数:
184
Div.querySelector('.pic').onLoad=function(){ Div.style.left=arrLeft[minIndex]+'px'; console.log(arrLeft[minIndex]+'px'); Div.style.top=arrTop[minIndex ...
分类:
其他好文 时间:
2017-07-14 13:27:25
阅读次数:
159
#pragma once #include #include #include "gdal.h" #include "gdal_priv.h" #include enum _PIC_TYPE_ { Pixel_Byte = 0, Pixel_Int16 = 1, Pixel_SInt16 = 2, ... ...
分类:
Web程序 时间:
2017-06-28 10:04:50
阅读次数:
215
<a href="http://service.weibo.com/share/share.php?url=分享的网址;title=标题内容&pic=分享的图片地址" target="_blank">分享标题</a> url是分享的网址 title是分享的文字内容 pic是分享的图片地址 ...
分类:
其他好文 时间:
2017-06-13 19:12:02
阅读次数:
146
KRPano资源分析工具1.4.0加入了模板链接下载,可以批量下载有规律的链接。 模板链接基本规则 数字递增链接 pic[1-100]:会生成pic1,pic2,…pic100的链接 pic[a-z]::会生成pica,picb,picd…picz的链接 字符链接 pic{xx|yy|zz}: 会生 ...
分类:
其他好文 时间:
2017-06-10 15:38:13
阅读次数:
370
商品相册【是商品的其他相片】 添加相册需求: 每张图片生成三张缩略图{50*50、350*350、650*650} 1、建表p39_goods_pic{id,pic,sm_pic,mid_pic,big_pic,goods_id drop table if exists p39_goods_pic; ...
分类:
Web程序 时间:
2017-06-09 21:27:22
阅读次数:
291