This file contains hidden or 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
function request_es($param, $use_post=false) | |
{ | |
/* send request to es */ | |
$es_server = ''; | |
$ch = curl_init($es_server); | |
curl_setopt_array( | |
$ch, | |
array(CURLOPT_POST => TRUE, | |
CURLOPT_RETURNTRANSFER => TRUE, | |
CURLOPT_HTTPHEADER => array( |
This file contains hidden or 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
{ | |
"bref": "<hr>\n<p>世纪互联成立于1999年,是一家第三方的互联网基础设施服务提供商,向客户提供业界领先的服务器及网络设备托管服务、管理式网络服务、内容分发网络服务及云计算服务,2011年4月在纳斯达克上市。启迪控股日前3.88亿美元投资世纪互联,该交易完成后,启迪控股将拥有世纪互联约21.4%的股权,并拥有51%的投票权。</p>", | |
"comp": { | |
"volumn": "3.88亿美元", | |
"href": "https://www.itjuzi.com/company/15645", | |
"name": "世纪互联", | |
"per": "21.4", | |
"round": "IPO上市后" | |
}, | |
"round_list": [ |
This file contains hidden or 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
{ | |
"sort" : [ | |
{ "post_date" : {"order" : "asc"}}, | |
"user", | |
{ "name" : "desc" }, | |
{ "age" : "desc" }, | |
"_score" | |
], | |
"query" : { | |
"term" : { "user" : "kimchy" } |
This file contains hidden or 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
{ | |
"name": "溪山美地雅园", | |
"tags": [ | |
"板楼", | |
"花园洋房", | |
"普通住宅", | |
"山景地产" | |
], | |
"stock_status": "在售", | |
"market_info": { |
This file contains hidden or 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
{ | |
"keywords": [ | |
"商品名称", | |
"关键字", | |
"keywords" | |
], | |
"content": "商品内容 content 1", | |
"attr": [ | |
{ | |
"aid": 24, |
This file contains hidden or 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
import re, fileinput | |
def main(): | |
for line in fileinput.input(): | |
process = False | |
for nope in ('BEGIN TRANSACTION','COMMIT', | |
'sqlite_sequence','CREATE UNIQUE INDEX'): | |
if nope in line: break | |
else: | |
process = True |
This file contains hidden or 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
{ | |
"status": "存续", | |
"电话": "18601125375", | |
"gongshang": { | |
"注册资本": "1000万元人民币", | |
"所属地区": "北京市", | |
"公司类型": "有限责任公司(自然人独资)", | |
"经营范围": "网络技术开发、技术咨询、技术服务、技术转让;软件开发;投资管理;经济信息咨询(不含中介服务);销售建筑材料、装饰材料、五金交电、机电设备、化工产品(不含危险化学品)、矿产品、通信器材、计算机软硬件、文化用品、体育用品、汽车配件、医疗器械、日用品、服装鞋帽、针纺织品、塑料制品、金属制品、消防器材;货物进出口、代理进出口。(企业依法自主选择经营项目,开展经营活动;依法须经批准的项目,经相关部门批准后依批准的内容开展经营活动;不得从事本市产业政策禁止和限制类项目的经营活动。)", | |
"注册号": "110114015565264", | |
"所属行业": "科学研究和技术服务业", |
This file contains hidden or 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
function FindProxyForURL(url, host) | |
{ | |
return "SOCKS 10.11.12.1:1081"; | |
} |
This file contains hidden or 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
{ | |
"xiaoqu_detail": { | |
"onsale": [ | |
{ | |
"总价": "78", | |
"挂牌时间": "2018-09-12", | |
"建筑结构": "混合结构", | |
"户型结构": "平层", | |
"套内面积": "暂无数据", | |
"房屋用途": "普通住宅", |
This file contains hidden or 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
{ | |
"cid": "33000000000019", | |
"deal": [ | |
{ | |
"resblock_id": "33000000000019", | |
"house_code": "104102255821", | |
"sign_date": "2019.06.09", | |
"eleid": "010ACA160DC51E2C1B7B01F49243A403_c9154e6a29dd6ab58c44dddb5195cbf7", | |
"title": "金水区商贸路1号院 2室1厅", | |
"price_str": "126", |