做风险控制和个人征信,需要做数据挖掘,第一步就是要爬到消费记录,当然还有很多其他项包括收货地址 宝贝收藏 快速退款额度 芝麻信用 绑定的手机等等,先要爬到数据才能分析。 淘宝直接请求登录接口不可行,不知道post参数加密规则,(大公司安全就是做得好),用selenium操作浏览器来登录得到drive ...
分类:
其他好文 时间:
2017-07-14 15:04:16
阅读次数:
390
这里是定义了一个类,用来当app 启动的时候,在后台获取当前和位置,并根据位置获取当前天气信息,当点击底部的 tabbar 显示我的控制器的时候,在页面上显示当前位置和当前的天气状况,天气接口用的 “心知天气” 这个免费的接口,因为是免费的所以天气信息很少,只能获取到当前温度、当前天气状况(晴还是雨 ...
分类:
移动开发 时间:
2017-06-30 01:00:14
阅读次数:
345
IPC进程间通信+共享内存Mapping IPC(Inter-Process Communication。进程间通信)。 文件映射(Mapping)是一种将文件内容映射到内存地址的技术,通过对映射内存,读写文件如同读写内存一般简单。 多个进程映射同一个文件映射对象,也即多个进程映射到同一个物理存储页 ...
分类:
移动开发 时间:
2017-06-24 10:03:19
阅读次数:
225
HANDLE CreateFile( LPCTSTR lpFileName, //指向文件名称的指针 DWORD dwDesiredAccess, //訪问模式(写/读) DWORD dwShareMode, //共享模式 LPSECURITY_ATTRIBUTES lpSecurityAttrib ...
分类:
其他好文 时间:
2017-06-12 13:10:58
阅读次数:
199
Problem The Latin alphabet contains 26 characters and telephones only have ten digits on the keypad. We would like to make it easier to write a messag ...
分类:
其他好文 时间:
2017-06-09 11:51:57
阅读次数:
224
# -*- coding: utf-8 -*- from lxml import html from time import sleep import requests from selenium.webdriver.common.desired_capabilities import Desire... ...
分类:
Web程序 时间:
2017-06-07 12:41:02
阅读次数:
180
Background If thou doest well, shalt thou not be accepted? and if thou doest not well, sin lieth at the door. And unto thee shall be his desire, and t ...
分类:
其他好文 时间:
2017-06-02 22:04:05
阅读次数:
205
ViewGroup.measureChildren() ViewGroup.measureChild() ViewGroup.measureChildWithMargins() /** * Ask one of the children of this view to measure itself, ...
分类:
移动开发 时间:
2017-05-29 16:39:26
阅读次数:
275
本篇主要分析ArrayList的自动扩容机制,add和remove的相关方法。 作为一个list,add和remove操作自然是必须的。 前面说过,ArrayList底层是使用Object数组实现的。数组的特性是大小固定,这个特性导致的后果之一就是,当ArrayList中成员个数超过capacity ...
分类:
其他好文 时间:
2017-05-23 00:39:41
阅读次数:
284
The starting point of all achievements is desire. 成功的第一步是渴望。 Only you desire for somethings, you can have the motivation to achieve them. Maybe it is ...
分类:
其他好文 时间:
2017-05-21 16:05:14
阅读次数:
196