Code Monkey home page Code Monkey logo

hello-world's Introduction

💗 Hello-World 💗

##Github https://github.com/

##参考: 💗 《GitHub入门与实践》2015年7月1日

  • 大塚弘记 (作者), 支鹏浩 (译者), 刘斌 (译者)

图灵社区@Github :

##编辑推荐

与全世界程序员分享你的代码!

1.代码审查不到位,审查效率低下

2.只有编程者本人能看懂的代码直接被部署至正式环境中

3.因低级代码错误导致BUG频繁出现

4.没有机会和其他人互相交流代码,共享知识

○ 没有一个简单高效、能在一天之内添加多个功能的开发流程

GitHub 为我们提供了解决这些问题的机会和功能。


本书旨在指导读者使用GitHub进行高效开发。

1.内容全面,系统讲解GitHub的功能和实用技巧

2.图文直观,一步步演示GitHub的使用方法

3.实战导向,专门搭建实践仓库,邀请读者进行Pull Request 并共同维护

4.包含GitHub的开发流程和辅助工具,适合需要引入GitHub的公司或团队直接使用

##作者简介

  • 大塚弘记

将敏捷软件开发导入开发现场的领军人物,以顾问身份就Web应用的开发及服务指导过多家企业和团队。曾为多家企业和团队导入GitHub,在建立一天之内多次部署的开发体制方面拥有丰富经验。

hello-world's People

Contributors

taoste avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

hello-world's Issues

电视家 dianshijia

电视家直播第三方服务器调用示例( dianshijia/thirdparty_server

步骤

1.按照电视家指定的json文件格式,编辑频道列表 2.将json文件保存在自己的服务器上 3.修改MainActivity.java中SERVER_URL为你自己的url。 4.修改包名、签名为你自己期望的。 5.编译、测试、发版。

原理

电视家提供了自定义频道的播控等Intent接口。

API说明

1.数字换台
调用示例:
Intent intent = new Intent(“com.elinkway.tvlive2.ChangeChannel”); Intent.putExtra(“channel_num”, “”); Intent.putExtra(“from”, “”); startService(intent);
2. 切换上一频道
调用示例:
Intent intent = new Intent(“com.elinkway.tvlive2.PreChannel”); Intent.putExtra(“from”, “”); startService(intent);
3. 切换下一频道
调用示例:
Intent intent = new Intent(“com.elinkway.tvlive2.NextChannel”); Intent.putExtra(“from”, “”); startService(intent);
4. 播放指定URL频道
调用示例:
Intent intent = new Intent(“com.elinkway.tvlive2.playUrl”); // 设置自定义频道列表地址 intent.putExtra(“data_source”, “http://7xo8iy.com2.z0.glb.qiniucdn.com/3rd.json”); // 播放自定义频道列表中的指定频道 intent.putExtra(“channel_url”, “http://gslb.live.video123456.com/gslb?stream_id=cctv3HD_1300&tag=live&ext=m3u8&sign=live_tv”); intent.putExtra(“from”, “”); intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); intent.setComponent(new ComponentName(“com.elinkway.tvlive2”, “com.elinkway.tvlive2.activity.ThirdLauncherSplashActivity”)); startActivity(intent);

声明

本程序仅供爱好者研究使用,请勿直接使用文中的url发布新的apk。
程序内部的3rd.json文件路径随时可能会失效,此时你可以将代码中内置的3rd.json部署到自己的服务器上进行测试。

HIKING GFW

Hiking
https://hikinggfw.org/


[RFA](https://www.rfa.org/mandarin/yataibaodao/renquanfazhi/hj-08172018103739.html) : 图为手机扫描仪成**警方配备。( 路透社)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.