上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页
摘要: https://zhuanlan.zhihu.com/p/24669514 阅读全文
posted @ 2017-10-23 12:00 Vitascope 阅读(72) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/win_turn/article/details/51559867 阅读全文
posted @ 2017-10-23 04:10 Vitascope 阅读(5) 评论(0) 推荐(0) 编辑
摘要: http://www.ruanyifeng.com/blog/2014/05/restful_api.html 阅读全文
posted @ 2017-10-23 02:36 Vitascope 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 我经常会面试一些做PHP的开发者,让我很奇怪的是,10个人总有8个多不知道什么是REST服务,甚至是没有听说过。但RESTFul API已经是现在互联网里对外开放接口的主流模式,可参考: 豆瓣API https://developers.douban.com/wiki/?title=api_v2 G 阅读全文
posted @ 2017-10-23 02:26 Vitascope 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 以前就是觉得 /nowamagic/article/article_id 这样的地址非常的漂亮,但是那只是表象罢了,了解深入以后,发现必须有一个客户端的Ajax Engine和Server端的服务配合,才能实现一个REST风格的应用,下面就是我的实验。 要对外提供哪些服务。服务器端的服务可能会被众多 阅读全文
posted @ 2017-10-23 02:18 Vitascope 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 这两天在写代码的时候,由于涉及到资源的位置,因此,需要在Java Bean中定义一些字段,用来表示资源的位置,比如:imgUrl,logoUri等等。但是,每次定义的时候,心里都很纠结,是该用imgUrl还是imgUri呢? 同样的,另外一个问题:String HttpServletRequest. 阅读全文
posted @ 2017-10-23 01:52 Vitascope 阅读(130) 评论(0) 推荐(0) 编辑
摘要: .看手册 The DATE type is used for values with a date part but no time part. MySQL retrieves and displays DATE values in 'YYYY-MM-DD' format. The supporte 阅读全文
posted @ 2017-10-23 01:40 Vitascope 阅读(381) 评论(0) 推荐(0) 编辑
摘要: http://www.apisystem.cn/index.php?s=/Home/User/login.html 阅读全文
posted @ 2017-10-23 01:37 Vitascope 阅读(118) 评论(0) 推荐(0) 编辑
摘要: http://www.mamicode.com/info-detail-1682176.html 阅读全文
posted @ 2017-10-23 01:20 Vitascope 阅读(170) 评论(0) 推荐(0) 编辑
摘要: server { listen 80; server_name localhost; set $root_path '/usr/local/app/snsprj/public'; root $root_path; index index.php index.ht... 阅读全文
posted @ 2017-10-23 01:04 Vitascope 阅读(251) 评论(0) 推荐(0) 编辑
摘要: php程序开发中经常涉及到生成缩略图,利用php生成缩略图这个过程本身没难度,但是你知道php能够优化调节生成的缩略图的质量吗?也就是说php能够控制生成缩略图的清晰度以及生成后的缩略图的体积。下面我们就来看看如何利用php优化我们压缩后的图片。 对于如何使用php生成缩略图这里就不介绍了,大家可以参考本站下面这篇文章: php生成图片缩略图的方法 首先我们来看看用php压缩图片的程... 阅读全文
posted @ 2017-10-23 00:42 Vitascope 阅读(462) 评论(0) 推荐(0) 编辑
摘要: 今天面试时,被面试官质疑了。我提到我们的系统从MySQL5.5 升级到了5.6。面视官冷笑着说,5.5 和5.6能有什么差别?当时本人没有回答上来,因为有一个重要的差别我没有想起来。其实不用想也知道5.5 与5.6 也是有差别的,如果没有 Oracle就没有必要升级了。即使没有本质的差别,也会的Bu 阅读全文
posted @ 2017-10-22 21:08 Vitascope 阅读(1489) 评论(0) 推荐(0) 编辑
摘要: https://querylist.cc/ 阅读全文
posted @ 2017-10-21 12:18 Vitascope 阅读(125) 评论(0) 推荐(0) 编辑
摘要: session处理是所有的Web应用都必须面对的问题。PHP中对session有效期的处理,和其他的解决方案有着很大的不同,这是和PHP的工作机制相关的。 在传统的client/server应用中,对于session失效的情况,可以交给网络协议自己来处理。无论是client端主动关闭连接,还是因为网 阅读全文
posted @ 2017-10-21 02:17 Vitascope 阅读(139) 评论(0) 推荐(0) 编辑
摘要: #运行用户 user nobody; #启动进程,通常设置成和cpu的数量相等 worker_processes 1; #全局错误日志及PID文件 #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.p... 阅读全文
posted @ 2017-10-21 01:25 Vitascope 阅读(132) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页