Skip to content

Instantly share code, notes, and snippets.

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
@lynzz
lynzz / printer.model.ts
Last active June 22, 2017 13:55
小票数据格式
/**
* 个人订单打印数据
*/
interface PersonOrder {
/**
*
*/
id: string;
/**
@lynzz
lynzz / test
Created February 3, 2015 10:02
<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>
@lynzz
lynzz / ace-github-light
Last active August 29, 2015 14:13
ace theme github-light
/* 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;
@lynzz
lynzz / fuckxiaomi
Last active March 16, 2019 02:41
小米粉丝节 抢购
/**
* 小米粉丝节,购买小米的请求, 用 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 = {
@lynzz
lynzz / gist:7582066
Created November 21, 2013 14:05 — forked from lucifr/gist:1208100
@lynzz
lynzz / gist:4468280
Last active December 10, 2015 17:29
2010年网龙面试题
/**
* ==================================================================
* 要求:
* 1, 只能在指定的位置填写自己的代码,本文件里的其他代码不能修改
* 2, 所有题目都不允许添加全局变量名
* 3, 本文件应该能在firebug的console里正常执行,并输出结果
* 4, 代码的执行效率会作为评判的重要标准
* 5, 共3题
* ==================================================================
*/