一、简介 Libcurl为一个免费开源的,客户端url传输库,支持FTP,FTPS,TFTP,HTTP,HTTPS,GOPHER,TELNET,DICT,FILE和LDAP,跨平台,支持Windows,Unix,Linux等,线程安全,支持Ipv6。并且易于使用。 二、编译安装 参考:http://...
分类:
Web程序 时间:
2015-05-05 23:23:29
阅读次数:
448
题目地址: https://leetcode.com/problems/sudoku-solver/// 将字符串的数独题转换成 int[9][9]void setBoard(int board[9][9], char ** b, int boardRowSize, int boardColSize...
分类:
其他好文 时间:
2015-05-05 23:19:29
阅读次数:
300
源码分析共享地址:https://github.com/fivezh/WebBench下载源码后编译源程序后即可执行:sudo make cleansudo make & make install1. 使用方法five@master:~/github/OpenCCode/WebBench$ ./we...
分类:
Web程序 时间:
2015-05-05 23:15:26
阅读次数:
196
题目简介:记事本程序Github地址:https://github.com/liuchang13/lc1314心得体会:github用的还是不大熟悉。学会了添加代码等。会继续努力。
分类:
其他好文 时间:
2015-05-05 23:11:15
阅读次数:
128
前期准备
下载heroku toolbelt工具
heroku login 命令登录,设置heroku的邮箱和密码
官方文档,使用jetty-runner部署java应用
Getting Started with Spring MVC Hibernate on Heroku (https://devcenter.heroku.com/articles/getting-started-with-spr...
分类:
编程语言 时间:
2015-05-05 21:57:55
阅读次数:
240
reaver 1.5.2 modfication by https://github.com/t6x/reaver-wps-fork-t6x经典而实用的工具+配合pixiewps可以秒破一些BCM、Ralink、华为路由器(tplink目前不行具体型号WPS Pixie Dust Database ...
分类:
其他好文 时间:
2015-05-05 21:32:00
阅读次数:
220
wifi钓鱼 但是一直无法跳转出配置页面 https://github.com/sophron/wifiphisherwaidps 这个比较实用,对wifi进行抓包、deauthentic、pin破解等集为一体的脚本https://github.com/SYWorks/waidps3vilTwinA...
分类:
其他好文 时间:
2015-05-05 21:25:33
阅读次数:
186
一、题目简介 通过四则运算对加减乘除进行简单的运算二、源码的github链接https://github.com/zhuruichao/Test/blob/master/sizeyunsuan.txt三、所设计的模块测试用例、测试结果截图用计算器进行简单的运算7+8=15四、问题及解决方案、心得体....
分类:
其他好文 时间:
2015-05-05 21:24:11
阅读次数:
104
近期在下载android4.0的代码,下列操作下载Repo$ mkdir ~/bin $ PATH=~/bin:$PATH$ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo $ chmod a+x ~...
分类:
移动开发 时间:
2015-05-05 21:17:07
阅读次数:
172
WIN32_LEAN_AND_MEAN1. 参考资料:https://msdn.microsoft.com/en-us/library/windows/desktop/aa383745(v=vs.85).aspx2. 使用说明: You can reduce the size of the Wind...