2018年8月12日

闭包

摘要: todo 阅读全文

posted @ 2018-08-12 16:40 liss_hitsz 阅读(54) 评论(0) 推荐(0) 编辑

python的参数传递

摘要: TODO 阅读全文

posted @ 2018-08-12 16:34 liss_hitsz 阅读(71) 评论(0) 推荐(0) 编辑

2018年7月26日

git版本管理器-----基本命令

摘要: todo 阅读全文

posted @ 2018-07-26 10:38 liss_hitsz 阅读(82) 评论(0) 推荐(0) 编辑

2018年7月25日

socket

摘要: todo 阅读全文

posted @ 2018-07-25 14:40 liss_hitsz 阅读(75) 评论(0) 推荐(0) 编辑

select poll epoll

摘要: todo 阅读全文

posted @ 2018-07-25 14:09 liss_hitsz 阅读(81) 评论(0) 推荐(0) 编辑

并发与并行

摘要: todo 阅读全文

posted @ 2018-07-25 14:05 liss_hitsz 阅读(81) 评论(0) 推荐(0) 编辑

cgi fastcgi

摘要: todo 阅读全文

posted @ 2018-07-25 13:54 liss_hitsz 阅读(60) 评论(0) 推荐(0) 编辑

阻塞和非阻塞,同步和异步

摘要: todo 阅读全文

posted @ 2018-07-25 10:59 liss_hitsz 阅读(87) 评论(0) 推荐(0) 编辑

2018年7月15日

PHP常量

摘要: 什么是常量? 常量是一个简单的标识符,在脚本执行期间不能修改(魔术常量可以修改,其实魔术常量不算是常量)。常量大小写敏感,但通常定义为全大写。 php常量包含哪些类型? php常量包含 Boolean,integer,float,string。可以定义resource常量,但不推荐,有可能造成不可预 阅读全文

posted @ 2018-07-15 12:30 liss_hitsz 阅读(125) 评论(0) 推荐(0) 编辑

2018年4月15日

nginx入门(4):FastCGI代理

摘要: nginx官方文档地址:http://nginx.org/en/docs/beginners_guide.html#fastcgi nginx能够被用来把请求路由重定向到FastCGI服务,FastCGI服务应用可以由各种框架、各种变成语言来实现,比如PHP。其最简单的nginx配置方法是通过fas 阅读全文

posted @ 2018-04-15 17:44 liss_hitsz 阅读(153) 评论(0) 推荐(0) 编辑

导航