码迷,mamicode.com
首页 >  
搜索关键字:https    ( 132426个结果
c++ socket 爬虫编写
首先,爬虫是什么?这个问题百度百科里我觉得讲的蛮清楚的。这里我利用BFS进行图片搜索,代码在github上: https://github.com/crj8812/WinSocket 中的Crawler
分类:编程语言   时间:2015-05-18 20:41:53    阅读次数:181
theme wrapper 例子
https://www.drupal.org/node/2342561$element['something'] = array( '#markup' => t('This is some content'), '#theme_wrapper' => 'paragraph_wrapper',);.....
分类:移动开发   时间:2015-05-18 20:30:43    阅读次数:210
redis安装配置与测试
phpredis:https://github.com/nicolasff/phpredishttp://www.cnblogs.com/ikodota/archive/2012/03/05/php_redis_cn.html http://redisdoc.com/window安装:http://...
分类:其他好文   时间:2015-05-18 20:23:49    阅读次数:157
Xcode插件(一)-规范注释生成器VVDocumenter
原文来自:http://blog.csdn.net/hitwhylz/article/details/27813315分享几个常用的Xcode插件。第一个,规范注释生成器VVDocumenter。顾名思义, 它可以很方便的为你自动添加注释使用效果如下:下载链接:https://github.com/...
分类:其他好文   时间:2015-05-18 20:20:06    阅读次数:121
[LeetCode]-012-Integer to Roman
网址:https://leetcode.com/problems/integer-to-roman/ 题意: 模拟题...自己去查罗马数字怎么转化的就ok. 代码: https://github.com/LiLane/leetcode/blob/master/java/012-IntegertoRoman-201505181637.java https://github.com/Li...
分类:其他好文   时间:2015-05-18 19:00:05    阅读次数:123
zepto.js 自定义打包集成其他模块构建流程
1、首先在自己的电脑上要安装node.js和npm包管理工具; 2、从github上下载zepto.js的源文件包到本地磁盘(例如:E:\Learning\JS);         地址:https://github.com/madrobby/zepto 3、将下载的zepto压缩包解压,进入,找到make文件,打开,找到第42行的位置,添加需要的模块名称(这里我...
分类:Web程序   时间:2015-05-18 18:54:05    阅读次数:272
GitHub Windows Client 设置HTTP 代理
1. 安装Windows客户端https://github.com/xxxx2. Create Git Repo3. 建议设置 git bash 为 terminal 4. git config --listgit config –-global http.proxy http://127.0.0....
分类:Windows程序   时间:2015-05-18 18:43:36    阅读次数:208
bootstrap-datepicker的简单使用
先说datepicker。 github上的地址是:https://github.com/eternicode/bootstrap-datepicker。效果如下:在bundle里面引用添加js 和 css的引用。bundles.Add(new StyleBundle("~/Content/css"...
分类:其他好文   时间:2015-05-18 18:41:15    阅读次数:178
web攻击
web攻击: 用巧妙的方法操纵URIURI : URL描述了访问位于服务器(authority)上的资源(path)或应用程序(query)所采用的协议(scheme)。对于web应用程序来说,协议基本上都是HTTP,或者是HTTP的安全版本HTTPS。在HTTPS中,会话数据被SSL或TLS协.....
分类:Web程序   时间:2015-05-18 18:21:46    阅读次数:178
[LeetCode]-010-Regular Expression Matching
网址:https://leetcode.com/problems/regular-expression-matching/ 题意: 输入的字符串是否被规则序列完全覆盖. 其中 . 代表一个任意字符 其中 * 代表任意个任意字符 分析: 其实就是对正则的一部分实现. 都是很实用的技能和技巧. 难点在于对于*的取舍. *可以是0,也可以是任意值,但却未必是最大值. 尝试用迭代法做....
分类:其他好文   时间:2015-05-18 16:49:11    阅读次数:127
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!