- 湘湖
- 长乐林场
- 良渚文化村
- 西湖及周边,花圃,花港,植物园,白堤,苏堤、柳浪闻莺、曲院风荷、植物园、太子湾、杨公堤、云栖、九溪、龙井
- 西溪湿地
- 运河
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
{ | |
"rulePool":{ | |
"81c1ed68-fd17-4796-ae50-4ee64dc2fe01":{ | |
"title":"规则名字", | |
"pattern":"规则匹配内容", | |
"target":"规则替换内容", | |
"type":"0 普通字符串和正则 1 本地路径和文件 2 http的url 10 组合规则" | |
}, | |
"01e21deb-8208-4697-9e08-830d9b9a2119":{ | |
"title":"kissy去min", |
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
/** | |
* @fileoverview simple project assets proxy | |
* @author 张挺 <[email protected]> | |
*/ | |
var fs = require('fs'), | |
path = require('path'), | |
http = require('http'), | |
https = require('https'), | |
url = require('url'), | |
httpProxy = require('http-proxy'); |
不少同学不喜欢git的命令行,git的gui工具也不少,sourceTree,smartgit等等,个人比较偏爱smartgit,就以smartgit为例,各种工具使用方式大同小异,掌握基本即可。
地址:http://www.syntevo.com/smartgithg/ 安装了java的同学可以下载Installer without JRE的版本,安装也是一路next,不说了
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
public class JSON2Java { | |
private static final ScriptEngine jsonParser; | |
static { | |
try { | |
String init = read(JSON2Java.class.getResource("json2java.js")); | |
ScriptEngine engine = new ScriptEngineManager().getEngineByName("JavaScript"); | |
engine.eval(init); | |
jsonParser = engine; |
abc作为一个基于前端目录规范的打包工具,已经帮助用户解决了打包方面的问题,在git迁移之后,我们的线上assets的URL进行了调整,同时,由于g.assets.daily.taobao.net
和g.tbcdn.cn
新域名的启用,我们的代理方案又有了新的变化。
- build目录和src目录的问题
- 本地目录的代理
- g.assets.daily.taobao.net的ip和原本的相同
而httpx就是为了解决这些问题而产生的。
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
{ "success": true, "msg":"hello kissy" } |
当前在detail页面
if ajax == 没有签协议
open 提示签协议
点确定
open 全屏支付宝签协议
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
{ | |
"12345": { | |
"canApply":true, | |
"num":32, | |
"checkUrl":"http://127.0.0.1/contentDetail.htm?contentId=123&type=block#tm-tab", | |
"requires":[ | |
"1 每个店铺可提交20个报名商品", | |
"2 每个店铺可提交20个报名商品", | |
"3 每个店铺可提交20个报名商品" | |
] |