-
Updated
Sep 29, 2020 - Go
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Sep 29, 2020 - Haxe
Take GitHub to the command line. GitHub CLI 1.0 is now available for Windows, macOS, and Linux! Download it for free now.
-
Updated
Sep 27, 2020 - Rust
-
Updated
Sep 29, 2020 - Python
GitHub Universe 2020
December 09, 2020 • Virtual
-
Updated
Sep 29, 2020 - C
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Zube
Zube is an Agile project management platform that allows everyone on your team to communicate with the developers. On Zube, it is easy to create an Agile workflow for your team with a kanban board, epics, and sprints. Zube’s seamless integration with GitHub keeps all of your GitHub Issue data in sync across both platforms in real time.
-
Updated
Sep 28, 2020 - Go
-
Updated
Sep 25, 2020 - JavaScript
-
Updated
Sep 29, 2020 - Python
-
Updated
Sep 28, 2020
-
Updated
Sep 29, 2020 - PowerShell
-
Updated
Aug 29, 2020 - Python
-
Updated
Sep 25, 2020 - Swift
-
Updated
Sep 29, 2020 - C#
-
Updated
Sep 28, 2020 - Python
-
Updated
Sep 27, 2020 - Python
-
Updated
Sep 28, 2020 - Python
-
Updated
Aug 30, 2020 - Shell
-
Updated
Jun 16, 2020 - C
目的是为了实现 一个App加载多个不同的JS Bundle 文件,实现android端动态化加载jsBundle的功能
Android客户端,生成了多个 index.android.js 使用的同一个vender.android.js
都放入asset目录下,给每个index.android.js建立不同的文件目录 如 a->index1 ,b->index2
在application中统一初始化 HippyEngine.EngineInitParams 参数
示例是一个简单的mainactivity 中有3个按钮去打开不同的 index.android.js文件
出现的问题是 第一次依次点击进入每个index.android.js文件都可以打开退出
第二次再去打开每个index.android.js文件时 则界面为空白界面,报错的错误为


thank you