import urllib.parses = 'tiger自动化测试'print(urllib.parse.quote(s)) # url编码print(urllib.parse.quote_plus(s)) # url编码src = 'https://www.baidu.com/s?wd=best ...
分类:
编程语言 时间:
2018-02-09 17:35:41
阅读次数:
256
//加载省份 $.ajax({ type: 'GET', url: "/cifcogroup/application/web/index.php?r=supply-chain-finance/choose-area&userId="+913555801+"&level=1&pid=0" , succ ...
分类:
其他好文 时间:
2018-02-08 12:15:23
阅读次数:
342
安装 创建项目;并且安装上 react-native-router-flux 包 react-native init ReactNativeRouterFluxDemo cd ReactNativeRouterFluxDemo npm install --save react-native-rout ...
分类:
其他好文 时间:
2018-02-08 11:06:44
阅读次数:
166
题目描述 已知一个数组,第i个元素表示第i天股票的价格,你只能进行一次交易(买卖各一次),设计算法找出最大收益 测试样例 详细分析 初看非常简单,遍历数组,每次选择一个元素,找到这个元素后面的数组的最大值,计算差值,和当前最大收益比较即可,就像这样: [ 7 ,1,5,3,6,4] 当前7,后面最大 ...
分类:
编程语言 时间:
2018-02-07 19:58:51
阅读次数:
125
Description One day , Kiki wants to visit one of her friends. As she is liable to carsickness , she wants to arrive at her friend’s home as soon as po ...
分类:
其他好文 时间:
2018-02-07 14:49:37
阅读次数:
234
Don't you wonder sometimes, what might have happened if you tried. 有时候,你会不会想,如果当初试一试会怎么样? If I had tried my best in my campus life, I would live a tot ...
分类:
其他好文 时间:
2018-02-06 01:10:57
阅读次数:
167
Say you have an array for which the ith element is the price of a given stock on day i. If you were only permitted to complete at most one transaction ...
分类:
其他好文 时间:
2018-02-04 20:59:10
阅读次数:
148
122. Best Time to Buy and Sell Stock IISay you have an array for which the ith element is the price of a given stock on day i.Design an algorithm to f... ...
分类:
其他好文 时间:
2018-02-03 15:58:17
阅读次数:
195
To fix Promise is not recolized in TypeScript, we can choose to use a lib: we can also use built-in libs: Inside "es6" have Promise already, so that w ...
分类:
其他好文 时间:
2018-02-03 12:39:11
阅读次数:
124
1 Mybatis的动态SQL简介 2 if标签 3 where标签 4 trim标签 5 choose-when-otherwise标签(选择分支) 6 set标签 7 foreach标签 8 内置参数 9 bind标签 10 sql标签 ...
分类:
其他好文 时间:
2018-02-03 00:46:13
阅读次数:
220