上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 72 下一页
add by zhj: 在virtualenv环境下,安装第三方包时,不要用sudo pip install xxx,要直接用pip install xxx,如果用sudo时,那会安装在原来的系统Python目录下 Eclipse的Pydev是支持virtualenv,virtualenv其实就是一 Read More
posted @ 2016-02-22 20:30 奋斗终生 Views(477) Comments(0) Diggs(0) Edit
add by zhj: 用ajax发送json数据时注意两点, 第一,使用JSON.stringify()函数将data转为json格式的字符串,如下 data: JSON.stringify({ a: parseInt($('input[name="a"]').val()), b: parseIn Read More
posted @ 2016-02-18 19:40 奋斗终生 Views(34207) Comments(1) Diggs(1) Edit
add by zhj: 不要害怕失败,要吸取教训,再战,人都是在经历失败后才能成功的,无论是感情,还是工作,生活,都不要害怕失败,不要轻言放弃,感情如此,事业,生活也是如此,勇敢前进吧,少年!! 我和马云差了8个字:越败越战,愈挫愈勇。 马云,我真的非常的佩服他,首先佩服他的是他跟我有同样的经历,我 Read More
posted @ 2016-02-17 00:20 奋斗终生 Views(316) Comments(0) Diggs(1) Edit
add by zhj: 区别 1、使用效果不同 302跳转是暂时的跳转,搜索引擎会抓取新的内容而保留旧的网址。因为服务器返回302代码,搜索引擎认为新的网址只是暂时的。 301重定向是永久的重定向,搜索引擎在抓取新内容的同时也将旧的网址替换为重定向之后的网址。 2、SEO使用方式不同 在搜索引擎优化 Read More
posted @ 2016-01-28 00:45 奋斗终生 Views(460) Comments(0) Diggs(0) Edit
原文:http://blog.csdn.net/wugewuge/article/details/7704996postgresql支持POSIX 风格的正则表达式,在postgresql中使用正则表达式时需要使用关键字“~”,以表示该关键字之前的内容需匹配之后的正则表达式,若匹配规则不需要区分大小... Read More
posted @ 2016-01-18 20:51 奋斗终生 Views(6260) Comments(0) Diggs(0) Edit
原文:http://www.cnblogs.com/dudu/p/ajax_302_found.html在ajax请求中,如果服务器端的响应是302 Found,在ajax的回调函数中能够获取这个状态码吗?能够从Response Headers中得到Location的值进行重定向吗?让我们来一起看看... Read More
posted @ 2016-01-02 15:29 奋斗终生 Views(362) Comments(0) Diggs(0) Edit
add by zhj:Python的正则表达式跟Perl很像,Python的re模块文档中也说"This module provides regular expression matching operations similar to those found in Perl."grep -P 就是... Read More
posted @ 2015-12-31 15:46 奋斗终生 Views(393) Comments(0) Diggs(0) Edit
原文:http://blog.csdn.net/a936676463/article/details/8961504server { listen 80; server_name localhost; location /{ root html; index index.html index.htm... Read More
posted @ 2015-12-15 15:46 奋斗终生 Views(8426) Comments(0) Diggs(0) Edit
原文:http://zhangxugg-163-com.iteye.com/blog/1663687构造HTTP请求Header实现“伪造来源IP”在阅读本文前,大家要有一个概念,在实现正常的TCP/IP双方通信情况下,是无法伪造来源IP的,也就是说,在TCP/IP协议中,可以伪造数据包来源IP,但... Read More
posted @ 2015-12-14 22:28 奋斗终生 Views(983) Comments(0) Diggs(0) Edit
原文:https://imququ.com/post/x-forwarded-for-header-in-http.html我一直认为,对于从事 Web 前端开发的同学来说,HTTP 协议以及其他常见的网络知识属于必备项。一方面,前端很多工作如 Web 性能优化,大部分规则都跟 HTTP、HTTPS... Read More
posted @ 2015-12-14 22:25 奋斗终生 Views(733) Comments(0) Diggs(0) Edit
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 72 下一页