Personally I will download the newest version of Eclipse. For example, if I want to develop PHP, i will use the version for PHP. If i want to write so ...
分类:
系统相关 时间:
2016-11-03 19:06:54
阅读次数:
196
原文链接:http://www.cnblogs.com/ys-wuhan/p/5840305.html 很多人都发现 http://idea.lanyus.com/ 不能激活了 很多帖子说的 http://15.idea.lanyus.com/ 之类都用不了了 选择 License server ( ...
分类:
Web程序 时间:
2016-11-03 14:16:20
阅读次数:
249
例如 url 为 http://mywebsite.com/index.PHP?a=1&b=2&c=3web形式下访问url地址,使用$_GET是可以获取到所有的参数然而在Linux下curl http://mywebsite.com/index.php?a=1&b=2&c=3$_GET只能获取到参 ...
分类:
Web程序 时间:
2016-11-03 13:57:59
阅读次数:
240
手册:http://www.jetbrains.com/help/webstorm/2016.2/jshint.html less: http://lesscss.cn/ ESLint: http://www.tuicool.com/articles/7JZZJzn https://www.npmj ...
分类:
其他好文 时间:
2016-11-01 19:34:38
阅读次数:
213
1、Rest 2、Rest webService 3、SpringMVC Restful 参考: http://spring.io/guides/gs/rest-service/ http://www.blogjava.net/soken/articles/371548.html http://ww ...
分类:
Web程序 时间:
2016-10-31 13:50:15
阅读次数:
188
一、主控Makefile 这里以hello-world例子为主线,从其工程Makefile开始,解析整个build过程。 (1)CONTIKI_PROJECT = hello-world 定义变量CONTIKI_PROJECT为 hello-world (2)all: $(CONTIKI_PROJE ...
分类:
其他好文 时间:
2016-10-29 21:50:48
阅读次数:
226
编者按:学习前端知识太过乏味木有挑战?整天对着w3school打瞌睡?有一个很棒的观点与你分享:学习一门技术最佳的方法就是把它用起来!如果你已经有了一点前端基础知识,但缺少实战经验,今天这组网站就太合适了,全都是集实战与教学为一体的综合性前端学习网站,收藏起来! Codecademy 作为一款非常酷 ...
分类:
Web程序 时间:
2016-10-28 03:17:09
阅读次数:
278
一、Nginx常用命令: 二、简单的nginx 配置中文详解: 三、nginx 配置文件中对优化比较有作用的为以下几项: worker_processes 8; nginx 进程数,建议按照cpu 数目来指定,一般为它的倍数。 worker_cpu_affinity 00000001 0000001 ...
分类:
其他好文 时间:
2016-10-27 13:09:44
阅读次数:
219