上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: public function import_user(){ //excel 文件 if(!empty($_FILES['data']['name'])){ $upload=$this->uploadfile('data','tempxls',5242880,array('xls','xlsx')) 阅读全文
posted @ 2016-11-11 10:14 流年沉默的如此苍凉╰╮ 阅读(185) 评论(0) 推荐(0)
摘要: <?phpnamespace Home\Controller;use Think\Controller;class UserController extends Controller { public function index(){ $code = I("get.code"); if(!empt 阅读全文
posted @ 2016-11-10 15:32 流年沉默的如此苍凉╰╮ 阅读(327) 评论(0) 推荐(0)
摘要: 【html 部分】 <div class="form-group field-product-price"> <label class="control-label" for="product-price">上传产品图片</label> <input type="file" name="produc 阅读全文
posted @ 2016-08-29 11:31 流年沉默的如此苍凉╰╮ 阅读(143) 评论(0) 推荐(0)
摘要: php页面 //获取全部属性 $sqla = "select cid from ntb_productlx_attribute where id in(".$sid.") group by cid"; //sid为选择的属性id,可用','分割保存 $shuxing = $db->select($s 阅读全文
posted @ 2016-08-29 10:55 流年沉默的如此苍凉╰╮ 阅读(282) 评论(0) 推荐(0)
摘要: Thinkphp3.2邮件发送可参考 http://blog.csdn.net/u010081689/article/details/49334315 阅读全文
posted @ 2016-08-05 10:24 流年沉默的如此苍凉╰╮ 阅读(217) 评论(0) 推荐(0)
摘要: 只能输入正整数 且不能输入小数 字符 特殊字符 <input type="text" size="6" name="lengthtime" id="lengthtime" value="3" onkeyup="myFunction()" > function myFunction() { var x 阅读全文
posted @ 2016-07-28 10:20 流年沉默的如此苍凉╰╮ 阅读(179) 评论(0) 推荐(0)
摘要: <ul class="nav nav-tabs margin-top" id="before_click"> <li ><a href="{:U('Home/Qrcode/add')}">创建二维码数据</a></li> <li ><a href="{:U('Home/Reply/index')}" 阅读全文
posted @ 2016-07-14 09:32 流年沉默的如此苍凉╰╮ 阅读(4027) 评论(0) 推荐(0)
摘要: 获取单选按钮选中的name值 :var replyidRadio = $("input[name='replyidRadio']:checked").val(); 获取checkbox选中的name值 checkval = $("input:checkbox[name='check[]']:chec 阅读全文
posted @ 2016-07-11 15:55 流年沉默的如此苍凉╰╮ 阅读(12955) 评论(0) 推荐(0)
摘要: /** * * 导出Excel 调用 */ function export(){ $xlsName = "Qrcode"; $xlsCell = array( array('qrid','序列'), array('theonly','唯一码'), array('tag','回复语模板'), arra 阅读全文
posted @ 2016-06-30 15:21 流年沉默的如此苍凉╰╮ 阅读(1644) 评论(1) 推荐(0)
摘要: <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>记录滚动</title> <style> .panel{ width:540px; padding:10px; tex 阅读全文
posted @ 2016-06-15 12:01 流年沉默的如此苍凉╰╮ 阅读(146) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 9 下一页