1、Composer 安装 phpmailer 1 composer require phpmailer/phpmailer 1 composer require phpmailer/phpmailer 1 composer require phpmailer/phpmailer 1 compose ...
分类:
Web程序 时间:
2017-09-02 19:11:57
阅读次数:
244
简 历 个人信息 姓 名: 左潇龙 性 别: 男 出生日期: 1988年6月 27日 居 住 地: 北京-朝阳区 工作年限: 5-7年 电子邮件: xxxxxx 手 机: 186xxxxxxx 学 历: 本科 户 口: 新乡 自我评价 一个对技术充满激情,热衷于开源组件的骨灰级coder。 最近热衷 ...
分类:
其他好文 时间:
2017-09-02 19:07:48
阅读次数:
263
原文地址:http://blog.csdn.net/oppo5630/article/details/52162783 解决java.sql.SQLException: The server time zone value ‘XXXXXX’ is unrecognized or represents ...
分类:
其他好文 时间:
2017-08-31 00:17:02
阅读次数:
446
get请求 #encoding:UTF-8 importurllib importurllib.request data={} data['name']='aaa' url_parame=urllib.parse.urlencode(data) url="http://xxxxxx?" all_ur ...
分类:
编程语言 时间:
2017-08-25 00:11:17
阅读次数:
217
Maven: http://www.cnblogs.com/xlhan/p/7144822.html https://maven.apache.org/pom.html#Prerequisites http://www.cnblogs.com/EasonJim/p/6815365.html?utm_ ...
分类:
其他好文 时间:
2017-08-23 15:04:57
阅读次数:
287
今天工作中做的内容: <div> <br/> <br/> <br/> <br/> <span><a href="http://xxxxxx.xxxxx.xxxxx.cn">12344567890</a></span> </div> 描述: br定义和用法<br> 可插入一个简单的换行符。<br> 标 ...
分类:
其他好文 时间:
2017-08-20 18:39:15
阅读次数:
148
1、Pycharmde 的使用 安装pycharmde File文件选择第一个new projeat 2、字符串格式化 1、字符串格式化是将数字和字符串相结合 占位符 (%s) msg="我叫%s,年龄是%d,爱好%s"%("xx",xx,"xx") print(msg) msg="我叫%s"%(" ...
分类:
其他好文 时间:
2017-08-17 17:49:06
阅读次数:
122
1 移动开发的技巧: [ViewPort基础知识] 设置布局ViewPort的各种信息; 1.width=device-width: 设置ViewPort视口宽度等于设备宽度; 2.initial-scale=1 :网页默认缩放比为1(网页在手持设备上。不会进行默认缩放) 3.minimum-sca ...
分类:
其他好文 时间:
2017-08-13 12:36:03
阅读次数:
167
进行post或者get请求一个网页时返回值为:请使用微信打开页面 解决办法为在请求的头部信息加上userAgent的值来伪装微信内置浏览器去请求 url = "http://xxxxxxxx" params = {"phone":phone,"name":name} params = urllib. ...
分类:
微信 时间:
2017-08-11 14:35:59
阅读次数:
301
一.请求重定向: 1.原始方式 response.setStatus(302); response.setHeader("Locaton","/xxxxxx"); 2.快捷方式 response.sendRedirect("/xxxx"); *3.额外的方式 response.setHeader(" ...
分类:
其他好文 时间:
2017-08-10 19:39:58
阅读次数:
161