码迷,mamicode.com
首页 >  
搜索关键字:httpd-2.4 安全访问 https 虚拟主机    ( 135518个结果
赶集网模拟登陆程序PHP
<?php $url = "https://passport.ganji.com/login.php"; //这里改成你自己的账号和密码 $data ="login_username=itbuluoge&login_password=123456"; $result = vpost($url,$data,'cookie'); echo request_url_data("http://www.g...
分类:Web程序   时间:2014-06-11 06:40:48    阅读次数:432
.Net 转战 Android 4.4 日常笔记(10)--PullToRefresh下拉刷新使用
下拉刷新很多地方都用到了,新浪微博,微信,百度新闻这里我们使用一个开源的库叫:PullToRefresh开源地址:https://github.com/chenyoca/pull-to-refresh下载地址:https://github.com/chenyoca/pull-to-refresh/a...
分类:移动开发   时间:2014-06-10 13:07:47    阅读次数:392
Visual C++ 2012/2013的内存溢出检測工具
在过去,每次编写C/C++程序的时候,VLD差点儿是我的标配。有了它,就能够放心地敲代码,随时发现内存溢出。VLD最高可支持到Visual Studio 2012。不知道以后会不会支持Visual Studio 2013,但反正眼下是不支持的。相关的讨论见:https://vld.codeplex....
分类:编程语言   时间:2014-06-10 09:50:25    阅读次数:230
[leetcode]Scramble String @ Python
原题地址:https://oj.leetcode.com/problems/scramble-string/题意:Given a strings1, we may represent it as a binary tree by partitioning it to two non-empty su...
分类:编程语言   时间:2014-06-09 19:02:59    阅读次数:197
[leetcode]Search in Rotated Sorted Array @ Python
原题地址:https://oj.leetcode.com/problems/search-in-rotated-sorted-array/题意:Suppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e...
分类:编程语言   时间:2014-06-09 18:43:14    阅读次数:273
[leetcode]Combination Sum @ Python
原题地址:https://oj.leetcode.com/problems/combination-sum/题意:Given a set of candidate numbers (C) and a target number (T), find all unique combinations in...
分类:编程语言   时间:2014-06-09 17:50:09    阅读次数:333
.Net 转战 Android 4.4 日常笔记(10)--ADT集成环境更新SDK
今天下载了一份原来来参考,却发现SDK版本偏低我没有安装用SDK Manager却一直更新不了出现Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection...
分类:移动开发   时间:2014-06-09 17:48:05    阅读次数:409
[leetcode]First Missing Positive @ Python
原题地址:https://oj.leetcode.com/problems/first-missing-positive/题意:Given an unsorted integer array, find the first missing positive integer.For example,G...
分类:编程语言   时间:2014-06-09 17:44:43    阅读次数:980
[leetcode]Combination Sum II @ Python
原题地址:https://oj.leetcode.com/problems/combination-sum-ii/题意:Given a collection of candidate numbers (C) and a target number (T), find all unique combi...
分类:编程语言   时间:2014-06-09 17:41:58    阅读次数:320
CSS3的学习--实现瀑布流
原文:CSS3的学习--实现瀑布流基于CSS3实现瀑布流,使用CSS3的CSS 多栏(Multi-column)。可以到github上下载源码 :https://github.com/CraryPrimitiveMan/waterfall-css3瀑布流,又称瀑布流式布局。是比较流行的一种网站页面布...
分类:Web程序   时间:2014-06-09 17:15:52    阅读次数:363
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!