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
{ | |
"Timestamp": "2015-05-10T14:03:34.356Z", | |
"Ack": "Success", | |
"Build": "E897_CORE_APILW_17290128_R1", | |
"Version": "897", | |
"Item": [ | |
{ | |
"ItemID": "231557663112", | |
"EndTime": "2015-05-17T13:56:55.000Z", | |
"BidCount": 0, |
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
{ | |
"Timestamp" : "2015-05-10T13:01:51.785Z", | |
"Ack" : "Success", | |
"Build" : "E897_CORE_APILW_17290128_R1", | |
"Version" : "897" | |
} |
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
{ | |
"Timestamp": "2015-05-10T09:23:44.940Z", | |
"Ack": "Success", | |
"Build": "E897_CORE_APILW_17290128_R1", | |
"Version": "897", | |
"CategoryArray": { | |
"Category": [ | |
{ | |
"CategoryID": "-1", | |
"CategoryLevel": 0, |
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
{ | |
"getSearchKeywordsRecommendationResponse": [ | |
{ | |
"ack": [ | |
"Success" | |
], | |
"version": [ | |
"1.13.0" | |
], | |
"timestamp": [ |
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
{ | |
"getHistogramsResponse": [ | |
{ | |
"ack": [ | |
"Success" | |
], | |
"version": [ | |
"1.13.0" | |
], | |
"timestamp": [ |
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
# Basically the nginx configuration I use at konklone.com. | |
# I check it using https://www.ssllabs.com/ssltest/analyze.html?d=konklone.com | |
# | |
# To provide feedback, please tweet at @konklone or email [email protected]. | |
# Comments on gists don't notify the author. | |
# | |
# Thanks to WubTheCaptain (https://wubthecaptain.eu) for his help and ciphersuites. | |
# Thanks to Ilya Grigorik (https://www.igvita.com) for constant inspiration. | |
server { |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE generatorConfiguration | |
PUBLIC "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN" | |
"http://mybatis.org/dtd/mybatis-generator-config_1_0.dtd"> | |
<generatorConfiguration> | |
<!-- classPathEntry用于设置MBG的classPath,location可以等于只包含了数据库驱动的jar或zip路经 也可以是一个包含驱动的目录。它是一个可选的元素。 --> | |
<classPathEntry location="c:/ojdbc14.jar" /> | |
<!-- targetRuntime代码生成目标,默认是MyBatis3,可以是Ibatis2Java2或者Ibatis2Java5 --> | |
<context id="DB2Tables" targetRuntime="MyBatis3"> |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE generatorConfiguration | |
PUBLIC "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN" | |
"http://mybatis.org/dtd/mybatis-generator-config_1_0.dtd"> | |
<generatorConfiguration> | |
<properties resource="util/generatorConfig.properties" /> | |
<!-- classPathEntry:数据库的JDBC驱动,换成你自己的驱动位置 --> | |
<classPathEntry location="${classPath}" /> |
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
{"province":[{name:"北京",code:"110000"},{name:"澳门",code:"820000"},{name:"河北",code:"130000"},{name:"内蒙古",code:"150000"},{name:"辽宁",code:"210000"},{name:"山西",code:"140000"},{name:"吉林",code:"220000"},{name:"上海",code:"310000"},{name:"江苏",code:"320000"},{name:"黑龙江",code:"230000"},{name:"福建",code:"350000"},{name:"浙江",code:"330000"},{name:"安徽",code:"340000"},{name:"山东",code:"370000"},{name:"江西",code:"360000"},{name:"河南",code:"410000"},{name:"湖南",code:"430000"},{name:"湖北",code:"420000"},{name:"海南",code:"460000"},{name:"广西",code:"450000"},{name:"广东",code:"440000"},{name:"四川",code:"510000"},{name:"重庆",code:"500000"},{name:"西藏",code:"540000"},{name:"陕西",code:"610000"},{name:"贵州",code:"520000"},{name:"云南",code:"530000"},{name:"新疆",code:"650000"},{name:"青海",code:"630000"},{name:"宁夏",code:"640000"},{name:"甘肃",code:"620000"},{name:"台湾",code:"710000"},{name:"香港",code:"810000"},{name:"天津",code:"120000"}], | |
"city":[{name:"东城区",code:"110100"},{name:"西城区",code:"110200"},{name:"朝阳区",code:"110500"},{name:"丰台区",code:"110600"},{name:" |
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
deb http://ubuntu.srt.cn/ubuntu/ utopic main restricted universe multiverse | |
deb http://ubuntu.srt.cn/ubuntu/ utopic-security main restricted universe multiverse | |
deb http://ubuntu.srt.cn/ubuntu/ utopic-updates main restricted universe multiverse | |
deb http://ubuntu.srt.cn/ubuntu/ utopic-proposed main restricted universe multiverse | |
deb http://ubuntu.srt.cn/ubuntu/ utopic-backports main restricted universe multiverse | |
deb-src http://ubuntu.srt.cn/ubuntu/ utopic main restricted universe multiverse | |
deb-src http://ubuntu.srt.cn/ubuntu/ utopic-security main restricted universe multiverse | |
deb-src http://ubuntu.srt.cn/ubuntu/ utopic-updates main restricted universe multiverse | |
deb-src http://ubuntu.srt.cn/ubuntu/ utopic-proposed main restricted universe multiverse | |
deb-src http://ubuntu.srt.cn/ubuntu/ utopic-backports main restricted universe multiverse |