├── LICENSE ├── README.md └── res ├── andFix ├── SequenceDiagram.jpg └── class_diagram.jpg ├── android_MVP ├── google_sample_mvp_todo.jpg └── google_sample_mvp_todo.uml ├── android_binder └── binder_abs2013_gargentas.pdf ├── android_camera ├── android_camera2_reference.pdf ├── android_camera_guide.pdf └── android_camera_reference.pdf ├── android_fragment_impl ├── Fragment.uml └── android_fragment_impl.jpg ├── android_google_io ├── Th_0230_TurboChargeYourUI-HowtomakeyourAndroidUIfastandefficient.pdf └── android-world-of-listview-android.pdf ├── android_intentfilter_match ├── match_action.jpg ├── match_categories.jpg ├── match_data.jpg └── match_main.jpg ├── app.png ├── app.xmind ├── cocos2d ├── 3.3ResolutionPolicy │ ├── EXACT_FIT.png │ ├── FIXED_HEIGHT.png │ ├── FIXED_WIDTH.png │ ├── NO_BORDER.png │ └── SHOW_ALL.png ├── CollisionDetection-way1-use-intersectsRect.gif ├── CollisionDetection-way2-use-physics-engine.gif ├── CollisionDetection-way3-use-physics-engine-filter.gif ├── CollisionDetection-way4-use-physics-engine-filter-范围攻击.gif ├── README_coco_auto_release_pool.md ├── coco_autorelease.log ├── cocos-airplain-war3.uml ├── cocos2d-x-3.3-action.jpg ├── cocos2d-x-3.3-event.jpg ├── cocos2d-x-3.3rc2-autoreleasepool.jpg ├── cocos2d-x-3.3rc2-autoreleasepool.uml ├── cocos仿霍比特人3片尾-2.gif ├── joystick_usage_demo.gif └── warofairplain.jpg ├── ffmpeg ├── 叠加_统计_命令.txt ├── 叠加_统计_效果.png ├── 叠加_统计_流程.png └── 视频处理流程.txt ├── nattraversal.png ├── network └── dns_jiechi.jpg ├── oop_design_pattern ├── Proxy Pattern.pptx ├── bridge.jpg └── bridge_pattern_class_diagram.png ├── pdf └── 重构-改善既有代码的设计_简体中文_.pdf ├── proj-screen-cap ├── 0 │ ├── 0.png │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 5.png │ ├── 6.png │ └── README.md ├── 1 │ ├── README.md │ ├── device-2015-03-10-180225.png │ ├── device-2015-03-10-180319.png │ ├── device-2015-03-10-180414.png │ ├── device-2015-03-10-180436.png │ ├── device-2015-03-10-192400.png │ ├── device-2015-03-10-192426.png │ └── device-2015-03-10-192514.png ├── 2 │ ├── README.md │ ├── device-2015-03-10-193449.png │ ├── device-2015-03-10-193456.png │ ├── device-2015-03-10-193505.png │ ├── device-2015-03-10-193527.png │ ├── device-2015-03-10-193632.png │ └── device-2015-03-10-193703.png ├── 3 │ ├── README.md │ ├── device-2015-03-10-203522.png │ ├── device-2015-03-10-203546.png │ ├── device-2015-03-10-203607.png │ ├── device-2015-03-10-203622.png │ ├── device-2015-03-10-203651.png │ └── device-2015-03-10-203702.png └── 5 │ ├── README.md │ ├── device-2015-03-10-200858.png │ ├── device-2015-03-10-200917.png │ ├── device-2015-03-10-201010.png │ ├── device-2015-03-10-201059.png │ ├── device-2015-03-10-201146.png │ └── device-2015-03-10-201755.png ├── remote_device_control.jpg ├── umeng-apf.jpg ├── vitamioRecorder.uml ├── vitamioRecorder_java代码流程.jpg ├── vitamioRecorder_native接口主要参数.jpg ├── volley ├── volley_disk_cache.mdj └── volley_disk_cache.png ├── 微信支付 └── 微信支付_总的业务流程.png ├── 支付宝 ├── alipay.png └── 无线订单驳回后签约指引.doc └── 读书笔记 └── 面向对象葵花宝典 ├── 《OO葵花宝典》读书笔记.txt ├── 《OO葵花宝典》读书笔记1.png ├── 《OO葵花宝典》读书笔记2.png └── 《OO葵花宝典》读书笔记3.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/README.md -------------------------------------------------------------------------------- /res/andFix/SequenceDiagram.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/andFix/SequenceDiagram.jpg -------------------------------------------------------------------------------- /res/andFix/class_diagram.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/andFix/class_diagram.jpg -------------------------------------------------------------------------------- /res/android_MVP/google_sample_mvp_todo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/android_MVP/google_sample_mvp_todo.jpg -------------------------------------------------------------------------------- /res/android_MVP/google_sample_mvp_todo.uml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/android_MVP/google_sample_mvp_todo.uml -------------------------------------------------------------------------------- /res/android_binder/binder_abs2013_gargentas.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/android_binder/binder_abs2013_gargentas.pdf -------------------------------------------------------------------------------- /res/android_camera/android_camera2_reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/android_camera/android_camera2_reference.pdf -------------------------------------------------------------------------------- /res/android_camera/android_camera_guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/android_camera/android_camera_guide.pdf -------------------------------------------------------------------------------- /res/android_camera/android_camera_reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/android_camera/android_camera_reference.pdf -------------------------------------------------------------------------------- /res/android_fragment_impl/Fragment.uml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/android_fragment_impl/Fragment.uml -------------------------------------------------------------------------------- /res/android_fragment_impl/android_fragment_impl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/android_fragment_impl/android_fragment_impl.jpg -------------------------------------------------------------------------------- /res/android_google_io/Th_0230_TurboChargeYourUI-HowtomakeyourAndroidUIfastandefficient.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/android_google_io/Th_0230_TurboChargeYourUI-HowtomakeyourAndroidUIfastandefficient.pdf -------------------------------------------------------------------------------- /res/android_google_io/android-world-of-listview-android.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/android_google_io/android-world-of-listview-android.pdf -------------------------------------------------------------------------------- /res/android_intentfilter_match/match_action.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/android_intentfilter_match/match_action.jpg -------------------------------------------------------------------------------- /res/android_intentfilter_match/match_categories.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/android_intentfilter_match/match_categories.jpg -------------------------------------------------------------------------------- /res/android_intentfilter_match/match_data.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/android_intentfilter_match/match_data.jpg -------------------------------------------------------------------------------- /res/android_intentfilter_match/match_main.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/android_intentfilter_match/match_main.jpg -------------------------------------------------------------------------------- /res/app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/app.png -------------------------------------------------------------------------------- /res/app.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/app.xmind -------------------------------------------------------------------------------- /res/cocos2d/3.3ResolutionPolicy/EXACT_FIT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/cocos2d/3.3ResolutionPolicy/EXACT_FIT.png -------------------------------------------------------------------------------- /res/cocos2d/3.3ResolutionPolicy/FIXED_HEIGHT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/cocos2d/3.3ResolutionPolicy/FIXED_HEIGHT.png -------------------------------------------------------------------------------- /res/cocos2d/3.3ResolutionPolicy/FIXED_WIDTH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/cocos2d/3.3ResolutionPolicy/FIXED_WIDTH.png -------------------------------------------------------------------------------- /res/cocos2d/3.3ResolutionPolicy/NO_BORDER.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/cocos2d/3.3ResolutionPolicy/NO_BORDER.png -------------------------------------------------------------------------------- /res/cocos2d/3.3ResolutionPolicy/SHOW_ALL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/cocos2d/3.3ResolutionPolicy/SHOW_ALL.png -------------------------------------------------------------------------------- /res/cocos2d/CollisionDetection-way1-use-intersectsRect.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/cocos2d/CollisionDetection-way1-use-intersectsRect.gif -------------------------------------------------------------------------------- /res/cocos2d/CollisionDetection-way2-use-physics-engine.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/cocos2d/CollisionDetection-way2-use-physics-engine.gif -------------------------------------------------------------------------------- /res/cocos2d/CollisionDetection-way3-use-physics-engine-filter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/cocos2d/CollisionDetection-way3-use-physics-engine-filter.gif -------------------------------------------------------------------------------- /res/cocos2d/CollisionDetection-way4-use-physics-engine-filter-范围攻击.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/cocos2d/CollisionDetection-way4-use-physics-engine-filter-范围攻击.gif -------------------------------------------------------------------------------- /res/cocos2d/README_coco_auto_release_pool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/cocos2d/README_coco_auto_release_pool.md -------------------------------------------------------------------------------- /res/cocos2d/coco_autorelease.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/cocos2d/coco_autorelease.log -------------------------------------------------------------------------------- /res/cocos2d/cocos-airplain-war3.uml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/cocos2d/cocos-airplain-war3.uml -------------------------------------------------------------------------------- /res/cocos2d/cocos2d-x-3.3-action.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/cocos2d/cocos2d-x-3.3-action.jpg -------------------------------------------------------------------------------- /res/cocos2d/cocos2d-x-3.3-event.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/cocos2d/cocos2d-x-3.3-event.jpg -------------------------------------------------------------------------------- /res/cocos2d/cocos2d-x-3.3rc2-autoreleasepool.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/cocos2d/cocos2d-x-3.3rc2-autoreleasepool.jpg -------------------------------------------------------------------------------- /res/cocos2d/cocos2d-x-3.3rc2-autoreleasepool.uml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/cocos2d/cocos2d-x-3.3rc2-autoreleasepool.uml -------------------------------------------------------------------------------- /res/cocos2d/cocos仿霍比特人3片尾-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/cocos2d/cocos仿霍比特人3片尾-2.gif -------------------------------------------------------------------------------- /res/cocos2d/joystick_usage_demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/cocos2d/joystick_usage_demo.gif -------------------------------------------------------------------------------- /res/cocos2d/warofairplain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/cocos2d/warofairplain.jpg -------------------------------------------------------------------------------- /res/ffmpeg/叠加_统计_命令.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/ffmpeg/叠加_统计_命令.txt -------------------------------------------------------------------------------- /res/ffmpeg/叠加_统计_效果.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/ffmpeg/叠加_统计_效果.png -------------------------------------------------------------------------------- /res/ffmpeg/叠加_统计_流程.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/ffmpeg/叠加_统计_流程.png -------------------------------------------------------------------------------- /res/ffmpeg/视频处理流程.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/ffmpeg/视频处理流程.txt -------------------------------------------------------------------------------- /res/nattraversal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/nattraversal.png -------------------------------------------------------------------------------- /res/network/dns_jiechi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/network/dns_jiechi.jpg -------------------------------------------------------------------------------- /res/oop_design_pattern/Proxy Pattern.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/oop_design_pattern/Proxy Pattern.pptx -------------------------------------------------------------------------------- /res/oop_design_pattern/bridge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/oop_design_pattern/bridge.jpg -------------------------------------------------------------------------------- /res/oop_design_pattern/bridge_pattern_class_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/oop_design_pattern/bridge_pattern_class_diagram.png -------------------------------------------------------------------------------- /res/pdf/重构-改善既有代码的设计_简体中文_.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/pdf/重构-改善既有代码的设计_简体中文_.pdf -------------------------------------------------------------------------------- /res/proj-screen-cap/0/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/0/0.png -------------------------------------------------------------------------------- /res/proj-screen-cap/0/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/0/1.png -------------------------------------------------------------------------------- /res/proj-screen-cap/0/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/0/2.png -------------------------------------------------------------------------------- /res/proj-screen-cap/0/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/0/3.png -------------------------------------------------------------------------------- /res/proj-screen-cap/0/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/0/5.png -------------------------------------------------------------------------------- /res/proj-screen-cap/0/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/0/6.png -------------------------------------------------------------------------------- /res/proj-screen-cap/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/0/README.md -------------------------------------------------------------------------------- /res/proj-screen-cap/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/1/README.md -------------------------------------------------------------------------------- /res/proj-screen-cap/1/device-2015-03-10-180225.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/1/device-2015-03-10-180225.png -------------------------------------------------------------------------------- /res/proj-screen-cap/1/device-2015-03-10-180319.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/1/device-2015-03-10-180319.png -------------------------------------------------------------------------------- /res/proj-screen-cap/1/device-2015-03-10-180414.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/1/device-2015-03-10-180414.png -------------------------------------------------------------------------------- /res/proj-screen-cap/1/device-2015-03-10-180436.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/1/device-2015-03-10-180436.png -------------------------------------------------------------------------------- /res/proj-screen-cap/1/device-2015-03-10-192400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/1/device-2015-03-10-192400.png -------------------------------------------------------------------------------- /res/proj-screen-cap/1/device-2015-03-10-192426.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/1/device-2015-03-10-192426.png -------------------------------------------------------------------------------- /res/proj-screen-cap/1/device-2015-03-10-192514.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/1/device-2015-03-10-192514.png -------------------------------------------------------------------------------- /res/proj-screen-cap/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/2/README.md -------------------------------------------------------------------------------- /res/proj-screen-cap/2/device-2015-03-10-193449.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/2/device-2015-03-10-193449.png -------------------------------------------------------------------------------- /res/proj-screen-cap/2/device-2015-03-10-193456.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/2/device-2015-03-10-193456.png -------------------------------------------------------------------------------- /res/proj-screen-cap/2/device-2015-03-10-193505.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/2/device-2015-03-10-193505.png -------------------------------------------------------------------------------- /res/proj-screen-cap/2/device-2015-03-10-193527.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/2/device-2015-03-10-193527.png -------------------------------------------------------------------------------- /res/proj-screen-cap/2/device-2015-03-10-193632.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/2/device-2015-03-10-193632.png -------------------------------------------------------------------------------- /res/proj-screen-cap/2/device-2015-03-10-193703.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/2/device-2015-03-10-193703.png -------------------------------------------------------------------------------- /res/proj-screen-cap/3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/3/README.md -------------------------------------------------------------------------------- /res/proj-screen-cap/3/device-2015-03-10-203522.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/3/device-2015-03-10-203522.png -------------------------------------------------------------------------------- /res/proj-screen-cap/3/device-2015-03-10-203546.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/3/device-2015-03-10-203546.png -------------------------------------------------------------------------------- /res/proj-screen-cap/3/device-2015-03-10-203607.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/3/device-2015-03-10-203607.png -------------------------------------------------------------------------------- /res/proj-screen-cap/3/device-2015-03-10-203622.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/3/device-2015-03-10-203622.png -------------------------------------------------------------------------------- /res/proj-screen-cap/3/device-2015-03-10-203651.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/3/device-2015-03-10-203651.png -------------------------------------------------------------------------------- /res/proj-screen-cap/3/device-2015-03-10-203702.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/3/device-2015-03-10-203702.png -------------------------------------------------------------------------------- /res/proj-screen-cap/5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/5/README.md -------------------------------------------------------------------------------- /res/proj-screen-cap/5/device-2015-03-10-200858.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/5/device-2015-03-10-200858.png -------------------------------------------------------------------------------- /res/proj-screen-cap/5/device-2015-03-10-200917.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/5/device-2015-03-10-200917.png -------------------------------------------------------------------------------- /res/proj-screen-cap/5/device-2015-03-10-201010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/5/device-2015-03-10-201010.png -------------------------------------------------------------------------------- /res/proj-screen-cap/5/device-2015-03-10-201059.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/5/device-2015-03-10-201059.png -------------------------------------------------------------------------------- /res/proj-screen-cap/5/device-2015-03-10-201146.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/5/device-2015-03-10-201146.png -------------------------------------------------------------------------------- /res/proj-screen-cap/5/device-2015-03-10-201755.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/proj-screen-cap/5/device-2015-03-10-201755.png -------------------------------------------------------------------------------- /res/remote_device_control.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/remote_device_control.jpg -------------------------------------------------------------------------------- /res/umeng-apf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/umeng-apf.jpg -------------------------------------------------------------------------------- /res/vitamioRecorder.uml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/vitamioRecorder.uml -------------------------------------------------------------------------------- /res/vitamioRecorder_java代码流程.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/vitamioRecorder_java代码流程.jpg -------------------------------------------------------------------------------- /res/vitamioRecorder_native接口主要参数.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/vitamioRecorder_native接口主要参数.jpg -------------------------------------------------------------------------------- /res/volley/volley_disk_cache.mdj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/volley/volley_disk_cache.mdj -------------------------------------------------------------------------------- /res/volley/volley_disk_cache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/volley/volley_disk_cache.png -------------------------------------------------------------------------------- /res/微信支付/微信支付_总的业务流程.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/微信支付/微信支付_总的业务流程.png -------------------------------------------------------------------------------- /res/支付宝/alipay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/支付宝/alipay.png -------------------------------------------------------------------------------- /res/支付宝/无线订单驳回后签约指引.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/支付宝/无线订单驳回后签约指引.doc -------------------------------------------------------------------------------- /res/读书笔记/面向对象葵花宝典/《OO葵花宝典》读书笔记.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/读书笔记/面向对象葵花宝典/《OO葵花宝典》读书笔记.txt -------------------------------------------------------------------------------- /res/读书笔记/面向对象葵花宝典/《OO葵花宝典》读书笔记1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/读书笔记/面向对象葵花宝典/《OO葵花宝典》读书笔记1.png -------------------------------------------------------------------------------- /res/读书笔记/面向对象葵花宝典/《OO葵花宝典》读书笔记2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/读书笔记/面向对象葵花宝典/《OO葵花宝典》读书笔记2.png -------------------------------------------------------------------------------- /res/读书笔记/面向对象葵花宝典/《OO葵花宝典》读书笔记3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cheyiliu/All-in-One/HEAD/res/读书笔记/面向对象葵花宝典/《OO葵花宝典》读书笔记3.png --------------------------------------------------------------------------------