insert into t_student values(null,#{name},#{age},#{pic},#{remark}); ... ...
分类:
其他好文 时间:
2017-09-05 00:10:18
阅读次数:
189
参考:https://wenku.baidu.com/view/6c60420ecc175527072208af.html 比如将选区变为图片保存到桌面: 1 Sub 将选区转为图片存到桌面() 2 Dim ans As Byte, Pic As String, Paths As String 3 ...
分类:
编程语言 时间:
2017-08-30 17:36:47
阅读次数:
247
一:html 原生态的附件上传二:实现逻辑分析;1.1.1 需求分析Common.js1、绑定事件2、初始化参数3、上传图片的url:/pic/upload4、上图片参数名称:uploadFile5、返回结果数据类型json参考文档:http://kindeditor.net/docs/upload... ...
分类:
编程语言 时间:
2017-08-26 21:23:19
阅读次数:
1022
问题:将图片名中的ing_变为0。 当前目录下:$ ls pic,change_name.sh pic/ |__kk1/ |__img_001.jpg |__img_002.jpg |__vv2/ |__img_005.jpg |__abc_002.jpg 解决: 在change_name.sh中写 ...
分类:
系统相关 时间:
2017-08-25 19:55:26
阅读次数:
375
Conscription Time Limit: 1000MS Memory Limit: 65536K Description Windy has a country, and he wants to build an army to protect his country. He has pic ...
分类:
其他好文 时间:
2017-08-24 20:13:22
阅读次数:
251
在post.php中比较 $_POST[check] 与 $_SESSION[check_pic],若相等则执行数据库插入操作。不相等就返回上一页。 实现代码如下: ...
分类:
其他好文 时间:
2017-08-24 20:00:16
阅读次数:
137
《HTML》 要链接jquery.min.js文件 <div class="div_pic"> <div class="a"> <div class="a1"><img class="p p1" src="img/11.jpg"></div> <div class="a2"><img class=" ...
分类:
其他好文 时间:
2017-08-22 00:21:55
阅读次数:
164
struts2和spring mvc上传都是用 common-fileupload来实现 1.struts2上的方式需要在对应的Action,加上如下的属性以及get/set方法 private File[] pic;//这个对应替换为页面file input的name属性值, private St ...
分类:
Web程序 时间:
2017-08-20 19:57:19
阅读次数:
189
1 进入管理 ,设置用户头像 2 在网页上单击右键,查看网页源码。 找到 <img id="preview_large" alt="" src="//pic.cnblogs.com/avatar/1008336/20170819160756.png" class="preview-image" st ...
分类:
其他好文 时间:
2017-08-19 21:21:30
阅读次数:
291
1.插入数据 insert into 表名(列1,列2,列3)values(值1,值2,值3); insert into product(name,price,pic_path) values('jack',25,'updown'); 2.更新数据 update 表名 set 列名1=值1,列名2= ...
分类:
数据库 时间:
2017-08-18 23:37:14
阅读次数:
194