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
| final SlidingDrawer sd = (SlidingDrawer) findViewById(R.id.category); | |
| sd.setOnDrawerScrollListener(new OnDrawerScrollListener() { | |
| @Override | |
| public void onScrollStarted() { | |
| // TODO Auto-generated method stub | |
| } | |
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
| <% | |
| if(page.layout !== 'false'){ | |
| %> | |
| <!--渲染--> | |
| <%}else{ %> | |
| <!--不想渲染的页面内容-> | |
| <%- page.content %> | |
| <%};%> |
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
| <script type="text/javascript"> | |
| var duoshuoQuery = {short_name:"xxxxxxxxxxxx"}; | |
| (function() { | |
| var ds = document.createElement('script'); | |
| ds.type = 'text/javascript';ds.async = true; | |
| ds.src = 'http://static.duoshuo.com/embed.js'; | |
| ds.charset = 'UTF-8'; | |
| (document.getElementsByTagName('head')[0] | |
| || document.getElementsByTagName('body')[0]).appendChild(ds); | |
| })(); |
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
| { | |
| "title": "", | |
| "date": "2013-04-05T14:38:36.000Z", | |
| "updated": "2013-04-05T14:38:41.000Z", | |
| "comments": true, | |
| "layout": "page", | |
| "content": "<!DOCTYPE html>\n<html>\n<head>\n <title></title>\n</head>\n<body>\nI am tom\n</body>\n</html>", | |
| "excerpt": "<!DOCTYPE html>\n<html>\n<head>\n <title></title>\n</head>\n<body>\nI am tom\n</body>\n</html>", | |
| "source": "about/index.html", | |
| "path": "about/index.html", |
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
| { | |
| "base": "/", | |
| "per_page": 10, | |
| "total": 1, | |
| "current": 1, | |
| "current_url": "", | |
| "posts": { | |
| "_name": "posts", | |
| "_parent": { | |
| "_store": {}, |
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
| document.body.scrollHeight || document.documentElement.scrollHeight |
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
| p { | |
| text-indent: 2em!important; | |
| } |
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
| { | |
| "gameBasket": { | |
| "deletedEntityGuids": [ ], | |
| "gameEntities": [ ], | |
| "inventory": [ ] | |
| }, | |
| "result": { | |
| "map": { | |
| "013212222102": { | |
| "deletedGameEntityGuids": [ |
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
| data:text/html, <style%20type%3D"text%2Fcss">%23e%7Bposition%3Aabsolute%3Btop%3A0%3Bright%3A0%3Bbottom%3A0%3Bleft%3A0%3B%7D<%2Fstyle><div%20id%3D"e"><%2Fdiv><script%20src%3D"http%3A%2F%2Fd1n0x3qji82z53.cloudfront.net%2Fsrc-min-noconflict%2Face.js"%20type%3D"text%2Fjavascript"%20charset%3D"utf-8"><%2Fscript><script>var%20e%3Dace.edit("e")%3Be.setTheme("ace%2Ftheme%2Fmonokai")%3Be.getSession().setMode("ace%2Fmode%2Fjava")%3B<%2Fscript> |
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 IndexXlistView extends XListView { | |
| private boolean mIsFastScrollEnabled = false; | |
| private IndexScroller mScroller = null; | |
| private GestureDetector mGestureDetector = null; | |
| public IndexXlistView(Context context) { | |
| super(context); | |
| // TODO Auto-generated constructor stub | |
| } |