2017年9月1日

boost::algorithm用法详解之字符串关系判断

摘要: boost::algorithm用法详解之字符串关系判断 阅读全文

posted @ 2017-09-01 11:43 Earvin 阅读(1917) 评论(0) 推荐(0) 编辑

2017年8月31日

boost 文件操作

摘要: void testFileSystem() { boost::filesystem::path path("/test/test1"); //初始化 boost::filesystem::path old_cpath = boost::filesystem::current_path(); //取得当前程序所在文件夹 boost::filesystem::pat... 阅读全文

posted @ 2017-08-31 08:56 Earvin 阅读(6041) 评论(0) 推荐(0) 编辑

第116讲 boost::algorithm::string之替换和删除

摘要: http://www.360doc.com/content/16/0523/18/29304643_561672752.shtml 阅读全文

posted @ 2017-08-31 08:55 Earvin 阅读(191) 评论(0) 推荐(0) 编辑

SQLMap的前世今生(Part1)

摘要: http://www.freebuf.com/sectool/77948.html 一、前言 谈到SQL注入,第一时间就会想到神器SQLMAP,SQLMap是一款用来检测与利用的SQL注入开源工具。那么SQLMap在扫描SQL的逻辑到底是怎样实现的呢,接下来就探讨下SQLMap的扫描逻辑,通过了解S 阅读全文

posted @ 2017-08-31 08:51 Earvin 阅读(292) 评论(0) 推荐(0) 编辑

用boost::lexical_cast进行数值转换

摘要: 在STL库中,我们可以通过stringstream来实现字符串和数字间的转换: int i = 0; stringstream ss; ss << "123"; ss >> i; 但stringstream是没有错误检查的功能,例如对如如下代码,会将i给赋值为12. ss << "12.3"; ss 阅读全文

posted @ 2017-08-31 08:48 Earvin 阅读(359) 评论(0) 推荐(0) 编辑

2017年8月30日

pycharm快捷键

摘要: 编辑类: Ctrl + Space 基本的代码完成(类、方法、属性)Ctrl + Alt + Space 类名完成Ctrl + Shift + Enter 语句完成Ctrl + P 参数信息(在方法中调用参数)Ctrl + Q 快速查看文档Shift + F1 外部文档Ctrl + 鼠标 简介Ctr 阅读全文

posted @ 2017-08-30 08:58 Earvin 阅读(226) 评论(0) 推荐(0) 编辑

2017年7月15日

bootstrap、angularJS、nodeJs、reactJs视频教程

摘要: bootstrap、angularJS、nodeJs、reactJs视频教程 发布时间:『 2017-06-25 19:50』 博客类别:资源下载 阅读(74) 评论(0) 智能社与达内哪个好?说实话我也说不清楚。本文给大家分享一些前端方面的视频教程。希望大家通过视频能学到更多前端知识。 视频内容包 阅读全文

posted @ 2017-07-15 19:37 Earvin 阅读(3005) 评论(2) 推荐(0) 编辑

2016年7月28日

error : cannot open source file "SDKDDKVer.h"

摘要: 属性->VC++ Directions-> include path 中加了:$(IncludePath) library path 中加了:$(LibraryPath) 阅读全文

posted @ 2016-07-28 14:51 Earvin 阅读(356) 评论(0) 推荐(0) 编辑

2016年4月23日

很好的c++和Python混合编程文章

摘要: c++中嵌入python入门1 本人是用vc2003+python2.5学习的,其它的也应该差不了多少 0. 坏境设置把Python的include/libs目录分别加到vc的include/lib directories中去。另外,由于python没有提供debug lib,体地说,就是没有提供p 阅读全文

posted @ 2016-04-23 09:16 Earvin 阅读(35872) 评论(1) 推荐(2) 编辑

libcurl网络连接使用tcp/ip

摘要: CURL *curl; CURLcode res; const char *request = "GETas.xxxxE测试发送"; curl_socket_t sockfd; /* socket */ long sockextr; size_t iolen; curl = curl_easy_in 阅读全文

posted @ 2016-04-23 08:32 Earvin 阅读(4076) 评论(0) 推荐(0) 编辑

导航