240 发简信
IP属地:澳门
  • EasyHook库的使用

    导语### EasyHook的官网,最近在做的项目中,因为要去过滤掉cmd的弹框,所以用到了这个库,在使用的过程中,遇到了一些坑,然后也解决了一...

  • cjson库的使用

    现在很流行json格式,现在项目中所有数据相关的格式也是用的这个,因为是c++开发,这就涉及到一个问题,C++中如何处理json格式,网上找了一...

  • 通过gsoap使用webservice

    一. 按照原来预研究的结果,使用gsoap的方法如下: wsdl2h.exe -o weather.h http://www.webxml.co...

  • LeetCode刷题系列之Longest Substring Without Repeating Characters

    Description 原文:Given a string, find the length of the longest substring ...

  • LeetCode刷题系列之Median of Two Sorted Arrays

    Description There are two sorted arrays nums1 and nums2 of size m and n ...

  • C++ string类find函数使用的一些注意点

    写代码的时候经常会遇到需要匹配字符的的处理,string的find函数还是很好用的,具体用法如下:string str = "mmrywxjx2...

  • LeetCode刷题系列之Add Two Numbers

    Description You are given two non-empty linked lists representing two no...

  • android开发日记之missing INTERNET permission

    背景描述 在写一个安卓的广告机demo,工程中url的访问,发现出现missing INTERNET permission的错误提示。 问题分析...

  • win7+linux双系统电脑,安装window10

    win7+linux双系统电脑,安装window10# 导语:### 09年买的华硕笔记本,现在还在服役,因为原来装的的是win7,后面自己做开...