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
{ | |
login: "Tikitoo", | |
id: 6140819, | |
avatar_url: "https://avatars.githubusercontent.com/u/6140819?v=3", | |
gravatar_id: "", | |
url: "https://api.github.com/users/Tikitoo", | |
html_url: "https://github.com/Tikitoo", | |
followers_url: "https://api.github.com/users/Tikitoo/followers", | |
following_url: "https://api.github.com/users/Tikitoo/following{/other_user}", | |
gists_url: "https://api.github.com/users/Tikitoo/gists{/gist_id}", |
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
[ | |
{ | |
"name": "tikitoo", | |
"age": "23" | |
}, | |
{ | |
"name": "zhangsan", | |
"age": "33" | |
}, | |
{ |
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
<?xml version="1.0" encoding="utf-8"?> | |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
package="com.example.JSONDemo3" | |
android:versionCode="1" | |
android:versionName="1.0"> | |
<uses-sdk android:minSdkVersion="16"/> | |
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher"> | |
<activity android:name="MyActivity" | |
android:label="@string/app_name"> | |
<intent-filter> |
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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
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
package com.tikitoo.java.base; | |
/** | |
* Created by Tikitoo1 on 2014/7/25. | |
*/ | |
public class ThisTest { | |
String name; | |
int age; | |
String sex; |
NewerOlder