This is a Chinese version of https://gist.github.com/1207002/86f48cd3b3b72c85e6293926cf7c730de03b2f08 from lucasfais
⌘T | 前往文件 |
⌘⌃P | 前往项目 |
⌘R | 前往 method |
⌘⇧P | 命令提示 |
2019-12-02 22:50:58.022 21954-22109/com.yunbanbao.client D/SERVER: Handling local request: http://localhost/150.js | |
2019-12-02 22:51:00.289 21954-21954/com.yunbanbao.client I/ViewRootImpl: jank_removeInvalidNode all the node in jank list is out of time | |
2019-12-02 22:51:06.186 21954-21954/com.yunbanbao.client I/ViewRootImpl: jank_removeInvalidNode all the node in jank list is out of time | |
2019-12-02 22:51:09.456 21954-21954/com.yunbanbao.client I/ViewRootImpl: jank_removeInvalidNode all the node in jank list is out of time | |
2019-12-02 22:51:17.257 21954-21954/com.yunbanbao.client D/SystemWebChromeClient: http://localhost/pages-event-event-module.js: Line 7522 : yuanPay | |
2019-12-02 22:51:17.258 21954-21954/com.yunbanbao.client I/chromium: [INFO:CONSOLE(7522)] "yuanPay", source: http://localhost/pages-event-event-module.js (7522) | |
2019-12-02 22:51:17.262 21954-22163/com.yunbanbao.client E/wxpay: pay============= {"appid":"wx1acf098c25647f9e","sign":"90F5D978F9D11D3476B91B853E456E41","nonceStr":"NI3pFrXIjaK97xMM10Aja0 |
/** | |
* 个人订单打印数据 | |
*/ | |
interface PersonOrder { | |
/** | |
* | |
*/ | |
id: string; | |
/** |
<sitemap> | |
<loc>http://news.17173.com/index_201303.xml</loc> | |
<lastmod>2013-04-01</lastmod> | |
</sitemap> | |
<sitemap> | |
<loc>http://news.17173.com/index_201302.xml</loc> | |
<lastmod>2013-03-01</lastmod> | |
</sitemap> | |
<sitemap> | |
<loc>http://news.17173.com/index_201301.xml</loc> |
/* CSS style content from github's default pygments highlighter template. | |
Cursor and selection styles from textmate.css. */ | |
.ace_editor { | |
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; | |
line-height: 18px | |
} | |
.ace-github { | |
background: #fff; | |
color: #000; |
/** | |
* 小米粉丝节,购买小米的请求, 用 chrome 打开 xiaomi 下的随便一个网页,打开控制台,把代码粘贴进去运行即可 | |
* | |
* http://p.www.xiaomi.com/zt/140408/www/www-buy-phone-succ.html?pro=2141200012 | |
* http://order.xiaomi.com/event/selectPacketForPhone/goodsid/2141200012 | |
* http://order.xiaomi.com/cart/add/2140100007?source=bigtap&token=f5fa8da7637f36135fb8d3812d520adb,28358371,2140100007,1396958984,1,1,&jsonpcallback=jQuery181010688144038431346_1396958966070 | |
* @return {[type]} [description] | |
*/ | |
$(function() { | |
var FuckXiaoMi = { |
This is a Chinese version of https://gist.github.com/1207002/86f48cd3b3b72c85e6293926cf7c730de03b2f08 from lucasfais
⌘T | 前往文件 |
⌘⌃P | 前往项目 |
⌘R | 前往 method |
⌘⇧P | 命令提示 |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
/** | |
* ================================================================== | |
* 要求: | |
* 1, 只能在指定的位置填写自己的代码,本文件里的其他代码不能修改 | |
* 2, 所有题目都不允许添加全局变量名 | |
* 3, 本文件应该能在firebug的console里正常执行,并输出结果 | |
* 4, 代码的执行效率会作为评判的重要标准 | |
* 5, 共3题 | |
* ================================================================== | |
*/ |