上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 72 下一页
原文:http://blog.csdn.net/hel12he/article/details/51107236 前面已经把vagrant的基础知识已经基本过了一遍 了,相信只要按着教程来,你已经搭建好了自己的基础环境。接下来说一说如何搭建php7的开发环境。 申明一下,这里使用的box,就是前面演 Read More
posted @ 2016-09-29 12:55 奋斗终生 Views(3921) Comments(0) Diggs(0) Edit
原文:http://blog.csdn.net/hel12he/article/details/51089774 上一篇文章完整的讲叙了如何安装一个vagrant的环境。这里主要说一说vagrant的配置文件Vagrantfile。我在尝试各种技术的时候,常常苦恼于很多时候没有教程把相关的配置信息说 Read More
posted @ 2016-09-29 12:40 奋斗终生 Views(4070) Comments(0) Diggs(1) Edit
原文:http://blog.csdn.net/hel12he/article/details/51069269 一个月没有更新过了。三月份终于把设计模式看完了,自己也写了一些设计模式的基础代码。也用到了几个设计模式到自己的项目中。 今天当然不是来说设计模式的,先说说这段时间学到的一个新东西。vag Read More
posted @ 2016-09-29 12:38 奋斗终生 Views(8465) Comments(0) Diggs(0) Edit
原文:https://github.com/zhjchina/Go best practice/edit/master/ebook/zh/01.3.md 3 Vgrant使用入门 前面我们已经学会了如何安装并配置Vagrant,而且也已经按照默认的方式开启了,那么这一小节就给大家介绍一下Vagran Read More
posted @ 2016-09-29 12:24 奋斗终生 Views(985) Comments(0) Diggs(0) Edit
原文: https://github.com/astaxie/Go best practice/blob/master/ebook/zh/01.2.md 1.2 Vagrant安装配置 实际上Vagrant只是一个让你可以方便设置你想要的虚拟机的便携式工具,它底层支持VirtualBox、VMwar Read More
posted @ 2016-09-29 12:20 奋斗终生 Views(2918) Comments(0) Diggs(0) Edit
原文:http://www.cnblogs.com/linxiyue/p/3908623.html 2.7之后python不再对optparse模块进行扩展,python标准库推荐使用argparse模块对命令行进行解析。 1.example 有一道面试题:编写一个脚本main.py,使用方式如下: Read More
posted @ 2016-09-27 16:06 奋斗终生 Views(1045) Comments(0) Diggs(0) Edit
原文:http://www.cnblogs.com/asmer-stone/p/5470144.html virtualenvwrapper是用来管理virtualenv的扩展包,用着很方便。 1. 安装: 2. 配置: 修改~/.bash_profile或其它环境变量相关文件(如 .bashrc( Read More
posted @ 2016-09-27 13:28 奋斗终生 Views(2172) Comments(0) Diggs(0) Edit
原文: 前言 本章节是用基本的Linux基本函数加上epoll调用编写一个完整的服务器和客户端例子,可在Linux上运行,客户端和服务端的功能如下: 客户端从标准输入读入一行,发送到服务端 服务端从网络读取一行,然后输出到客户端 客户端收到服务端的响应,输出这一行到标准输出 服务端代码 代码如下: Read More
posted @ 2016-09-10 19:06 奋斗终生 Views(581) Comments(0) Diggs(0) Edit
原文:https://segmentfault.com/a/1190000003063859 我只摘取了其中的epoll代码示例,服务端代码 Read More
posted @ 2016-09-10 18:58 奋斗终生 Views(1159) Comments(0) Diggs(0) Edit
原文:没有找到出处 开发高性能网络程序时,windows开发者们言必称iocp,linux开发者们则言必称epoll。大家都明白epoll是一种IO多路复用技术,可以非常高效的处理数以百万计的socket句柄,比起以前的select和poll效率高大发了。我们用起epoll来都感觉挺爽,确实快,那么 Read More
posted @ 2016-09-10 18:40 奋斗终生 Views(2267) Comments(0) Diggs(1) Edit
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 72 下一页