码迷,mamicode.com
首页 >  
搜索关键字:https    ( 132426个结果
[LeetCode]Unique Paths
题意: https://leetcode.com/problems/unique-paths/ A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at a...
分类:其他好文   时间:2015-04-05 17:33:39    阅读次数:105
客户端抓包的实现
对于客户端应用来说,常常是需要进行抓包分析数据参数的。实际开发中:客户端与服务端的交互更多的是以REST接口服务形式的,多基于HTTP/HTTPS协议。我们可以借助工具(Fiddler)来实现。通过Fiddler抓包过程:手机连接WLAN网络——设置HTTP代理——手机所有HTTP访问都经过Fiddler这个中介——访问外面的Web网络。...
分类:其他好文   时间:2015-04-05 17:30:41    阅读次数:125
Ubuntu14.04 Chromium 编译
1、下载depot_tools: 首先安装 git-core: sudo apt-get install git-core 执行命令: git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git 2、更新depot_tools: 直接在当前shell环境输入: export PAT...
分类:系统相关   时间:2015-04-05 16:05:38    阅读次数:183
LeetCode12~14 Integer to Roman/Roman to Integer/Longest Common Prefix
一:Integer to Roman 题目: Given an integer, convert it to a roman numeral. Input is guaranteed to be within the range from 1 to 3999. 链接:https://leetcode.com/problems/integer-to-roman/ 分析:此题...
分类:其他好文   时间:2015-04-05 16:02:09    阅读次数:156
LeetCode7~9 Reverse Integer/String to Integer (atoi)/Palindrome Number
一:Reverse Integer 题目: Reverse digits of an integer. Example1: x = 123, return 321 Example2: x = -123, return -321 链接:https://leetcode.com/problems/reverse-integer/ 分析:这题通过不断取余将余数存放在一个vecto...
分类:其他好文   时间:2015-04-05 14:40:31    阅读次数:161
IOS项目练习 之 "找驾校"
这是最近的一个作业练习,因为一直不知道这个博客写什么内容,就拿这个作业来展示一下,顺便分享一下我在这个项目中使用到的一些小技巧;项目的源代码可以在我的gitHub上获得,项目地址为:https://github.com/vfanx/ZhaoJiaXiao项目展示:功能介绍:1.练习模块:能即时判断答...
分类:移动开发   时间:2015-04-05 14:28:02    阅读次数:179
使用通用适配器Base-adapter-helper
适配器写多了会有一种写到吐的感觉,今天来体验一下不用写适配器等待感觉,一般来说,我们写适配器都是重写getView方法,然后使用ViewHolder设计模式,在getView里进行数据绑定,写一次还好,写多了会感觉在不断做重复工作,那么有没有这么一个通用的适配器供我们使用,而不用写那么多次重复代码呢,答案是有的,见https://github.com/JoanZapata/base-adapter-...
分类:其他好文   时间:2015-04-05 13:24:31    阅读次数:167
[原创] linux 下上传 datapoint数据到yeelink 【golang版本】
package main/* Create by sndnvaps * date : 2015-04-05 * upload datapoint to yeelink.net * origin post by sndnvaps * hold on https://github.com/sndnv.....
分类:Web程序   时间:2015-04-05 13:21:12    阅读次数:175
【3D研发笔记】之【数学相关】(一):坐标系
现在开始学习3D基础相关的知识,本系列的数学相关笔记是基于阅读书籍《3D数学基础:图形与游戏开发》而来,实现代码使用AS3,项目地址是:https://github.com/hammerc/hammerc-Snake3D-as3与https://github.com/hammerc/hammerc-...
分类:其他好文   时间:2015-04-05 13:17:07    阅读次数:136
如何快速正确的安装 Ruby, Rails 运行环境
如何快速正确的安装 Ruby, Rails 运行环境https://ruby-china.org/wiki/install_ruby_guide对于新入门的开发者,如何安装 Ruby, Ruby Gems 和 Rails 的运行环境可能会是个问题,本页主要介绍如何用一条靠谱的路子快速安装 Ruby ...
分类:其他好文   时间:2015-04-05 13:09:56    阅读次数:80
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!