首页 > 新文章
  • 在CentOS 6.6 64bit上安装vim智能补全插件YouCompleteMe is a project mainly written in , based on the .简介 YouCompleteMe是一个随键而动的、支持模糊搜索的、高速补全的插件。YCM由google公司搜索项目组的软件工程师Strahinja Val Markovic所开发,YCM后端调用libclang(以获取AST,当然还有其他语言的语义分析库)、前端由C++开发(以提升补全效率)、外层由 python 封装(以成为 vi...

  • 在CentOS 6.6 64bit上安装Oracle VirtualBox 5.0.12 is a project mainly written in , based on the .重启一下系统,让内核版本变更生效...

  • 在CentOS 6.6 64bit上编译安装LLVM3.7,Clang,Libc++和libc++abi is a project mainly written in , based on the .一、简介 LLVM LLVM(之前称为低级虚拟机Low Level Virtual Machine)是一种非常强大的编译器基础架构框架,专门为使用您喜爱的编程语言编写的程序的编译时、链接时和运行时优化而设计。LLVM 可运行于若干个不同的平台之上,它以能够生成快速运行的代码而著称。 LLVM以C++编写而成,对开发者保持开放,并...

  • 在CentOS 6.6 64bit上为vim 7.4安装并配置vim-airline插件 is a project mainly written in , based on the .set laststatus=2...

  • 在VirtualBox 5.0.12 for Linux版本上安装CentOS 6.6 x86_64系统 is a project mainly written in , based on the .本博文记录了我在CentOS 6.6 64bit上的VirtualBox 5.0.12上安装一个CentOS 6.6 64bit的过程。我选择这样做的原因,是便于以后安装和验证一下软件。 如果直接在真实系统上,容易将系统弄坏,另外我也没有那么多硬件设备。 安装前准备 安装好的VirtualBox 5 下载好的CentOS...

  • 在CentOS 6.6 64bit上安装截图软件shutter is a project mainly written in , based on the .系统自带的截图软件功能太有限,如何才能在CentOS 6.6 x86_64上安装shutter截图软件呢? 网上一些方法都不是很详细,无法安装成功,下面是我摸索的结果,记录如下: 问题:我想要在我的CentOS桌面上试试Shutter屏幕截图程序,但是,当我试着用yum来安装Shutter时,它总是告诉我 没有shutter...

  • 在Ubuntu 14.04 64bit上安装Markdown和绘图软件Haroopad is a project mainly written in , based on the .简介...

  • Curl: (3) [globbing] error: bad range specification after pos 150的解决方法 is a project mainly written in , based on the .在线上服务器上执行下面的命令 curl -vo /dev/null 'http://120.52.72.46:80/fileshare3010.dfiles.eu/c3pr90ntcsf0/auth-1375626538db3c073c81647e872cab8f-210.186.189.166-676861082-14640452...

  • 在CentOS 6.3 64bit下yum安装MySQL后重置root密码的方法 is a project mainly written in , based on the .为了简单省事,我在CentOS 6.3上直接使用yum方法来安装MySQL,安装很顺利,但是我发现root用户登录不了。 下面是参考网上的资料并实操后的笔记整理 yum -y install mysql-server service mysqld start 安装过程中没有任何提示,也不知道root的密码设置的是多少。我打算从...

  • 在Ubuntu 14.04 64bit上安装lua5.2 is a project mainly written in , based on the .[5].http://www.xuebuyuan.com/1390942.html    很有参考价值...

  • Python中使用中文正则表达式匹配指定的中文字符串 is a project mainly written in , based on the .业务场景: 从中文字句中匹配出指定的中文子字符串 .这样的情况我在工作中遇到非常多, 特梳理总结如下. 难点: 处理GBK和utf8之类的字符编码, 同时正则匹配Pattern中包含汉字,要汉字正常发挥作用,必须非常谨慎.推荐最好统一为utf8编码,如果不是这种最优情况,也有酌情处理. 往往一个具有普适性的正则表达式会简化程...

  • Python中的random模块学习 is a project mainly written in , based on the .http://www.jb51.net/article/50066.htm...

  • 在Ubuntu 14.04 64bit上升级安装ATS 5.3.2/6.1.1实录 is a project mainly written in , based on the .原由 在开发过程中,意外发现下面的TS API接口在ats 4.1.2上没有定义,但在5.3.x中有定义 bool cacheable = TSHttpTxnIsCacheable(txnp, NULL, response); 遂决定在工作机ThinkPad上升级ATS到5..3.2版本.下面记录了我升级过程和遇到问题并解决的...

  • Python中的数据包处理模块scapy调研笔记 is a project mainly written in , based on the .Scapy简介 Scapy的是一个强大的交互式数据包处理程序(使用python编写)。它能够伪造或者解码大量的网络协议数据包,能够发送、捕捉、匹配请求和回复包等等。它可以很容易地处理一些典型操作,比如端口扫描,tracerouting,探测,单元测试,攻击或网络发现(可替代hping,NMAP,arpspoof,ARP-SK,arp...

  • 在使用stl中的ifstream出错时如何快速排错? is a project mainly written in , based on the .[2].http://www.cnblogs.com/kevinGaoblog/archive/2012/07/20/2601236.html...

  • 如何让插件代码同时兼容ats 5.x和ats 6.x的方法 is a project mainly written in , based on the .使用这个宏TS_VERSION_MAOR来判断,这个宏定义在编译时生成在apidefs.h,它包含在ts/ts.h中,所以请在插件这包含...

  • Push代码到github时,每次都要输入用户名和密码的问题 is a project mainly written in , based on the .问题原由 我在Github上 建立了一个小项目TauStreamingServer,可是在每次push代码 的时候,都要求输入用户名和密码,很是麻烦。 如何才能避免每次都输入用户名和密码呢? 解决办法 根本原因是Github默认使用了https方式来push代码,如果我们改为SSH方式就可以避免该问题。 为此在shell终端...

  • 在github上创建自己的第一个项目仓库实录 is a project mainly written in , based on the .学会操作git和使用Github来管理代码是技术开发人员的必备基本功,在工作中越来越发现,熟练掌握好git这个利器对工作非常有帮助, 遂静心专门攻之. 下面是我在github上创建的第一个测试项目.详细步骤记录如下. 一.注册Github账号 如果事先没有github的账号,首先需要注册一个github账号,需要登陆github...

  • OpenResty上各种测试用例实操(1) is a project mainly written in , based on the .下面记录了我阅读《OpenResty最佳实践》过程中对一些例子的实践操作示例,记录以作备忘。 一.Location的组合使用 演示一个location只作为内部调用接口,被另一个location调用 reload配置文件后,在终端输入 更复杂一些的情况: 有多个子请求来并行或串行调用,它们的执行时间的比较,下面是改造...

  • 在CentOS 6.6上搭建OpenResty 1.9.7.4并输出示例 is a project mainly written in , based on the .下面是我在阅读《OpenResty最佳实践》时的实践细节,特此记录一下。这是一份值得反复阅读且十分宝贵的资料,感谢360的开源! 简介 OpenResty(又称:ngx_openresty) 是一个基于 NGINX 的可伸缩的 Web 平台,由中国人章亦春发起,提供了很多高质量的第三方模块。 OpenResty 是一个强大...