This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
隐私政策 | |
本隐私权政策旨在描述CPU Detector(在本隐私权政策中合称“我们”或“我们的”),作为在AppStore下载或预装在第三方移动设备上相关手机应用程序 (以下称“应用程序”) 的开发者,如何在您访问本网站或使用应用程序 (合称“服务”) 时收集、使用、披露您的相关信息以及您对该信息的相关权利。 | |
一旦下载、访问或使用本服务,即表示您明确同意我们可以根据本隐私权政策所述条款收集、存储、使用及披露您的相关信息。 | |
请注意,若您不同意本隐私权政策的任何条款,请勿使用该服务。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Process: com.apple.WebKit.WebContent [8303] | |
Path: /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent | |
Identifier: com.apple.WebKit.WebContent | |
Version: 10600 (10600.7.12) | |
Build Info: WebKit2-7600007012000000~2 | |
Code Type: X86-64 (Native) | |
Parent Process: ??? [1] | |
Responsible: Safari [8286] | |
User ID: 501 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def test(request): | |
html = open("index.html").read() | |
return HttpResponse(html, content_type="text/html") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding:utf-8 -*- | |
# date:2013.12.1 | |
import urllib | |
import urllib2 | |
import re | |
import cookielib | |
import time | |
class LoginDouban(object): |