当前位置: 首页 > 软件库 > 大数据 > 数据查询 >

platform-samples

A public place for all platform sample projects.
授权协议 CC0-1.0 License
开发语言 Java
所属分类 大数据、 数据查询
软件类型 开源软件
地区 不详
投 递 者 舒浩邈
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

platform-samples

This is a public place for all sample projects related to the GitHub Platform.

Hierarchy

The directories are organized to correlate with guides found on developer.github.com.But here it is, broken down:

  • api: here's a bunch of sample code relating to the API. Subdirectories in thiscategory are broken up by language. Do you have a language sample you'd like added?Make a pull request and we'll consider it.
  • graphql: here's a bunch of sample GraphQL queries that can be run against our GitHub GraphQL API.
  • hooks: want to find out how to write a consumer for our web hooks? The examples in this subdirectory show you how. We are open for more contributions via pull requests.
  • pre-receive-hooks: this one contains pre-receive-hooks that can block commits on GitHub Enterprise that do not fit your requirements. Do you have more great examples? Create a pull request and we will check it out.
  • scripts: want to analyze or clean-up your Git repository? The scripts in this subdirectory show you how. We are open for more contributions via pull requests
  • python中,platform 模块给我们提供了很多方法去获取操作系统的信息,如: import platform platform.platform() #获取操作系统名称及版本号 'Windows-10-10.0.16299-SP0' platform.version() #获取操作系统版本号 '10.0.16299' platform.architecture() # 获取操

 相关资料
  • 用来返回当前平台信息。它比ionic V1版本复杂,并不是单纯的返回一个平台信息,还有更多的信息,例如:设备系统,手机还是平板,移动app还是浏览器。 实例方法 is(platformName) 返回一个布尔值来表示当前平台是否是platformName。 注意:同一个环境下,当platformName不同时,可能不止有一个返回true。例如,Ipad可能返回true的platformName有:

  • AsgardCMS Platform View the documentation at AsgardCMS.com/docs. Join the conversation on Slack License The AsgardCMS is open-sourced software licensed under the MIT license.

  • 平台指南 之前任何下列平台开发,安装cordova 的命令行界面(CLI)。(有关详细信息,请参阅cordova 命令行界面)。 发展cordova 应用程序,您必须安装各移动平台软件开发工具包,你的目标。此安装是必要的,无论你们是否做广大SDK中工作,或为您构建循环使用CLI。 本节将告诉你所有你需要知道设置您的开发环境,支持每个平台:在哪里才能获得SDK,如何设置设备仿真器,如何连接设备直接测

  • You can cherry pick specific features of Jest and use them as standalone packages. Here's a list of the available packages: jest-changed-files Tool for identifying modified files in a git/hg repositor

  • Topics: Embedding Flutter views in non-Flutter apps Writing platform-specific code

  • 新建一个平台开发使用的通用方法库 提供一些常用的通用的方法:数组、对象、日期操作 提取重构XML to JSON 相关方法。 从平台basepage.js中,提取并重构支持使用JSON动态创建控件的相关方法。 从平台basepage.js中,提取并重构支持使用JSON动态创建页面相关方法。 新增支持使用JSON,通过脚本动态创建页面、控件的通用方法。 调整SetContainerParas、Get

  • Cloud-Platform Cloud-Platform 是国内首个基于Spring Cloud微服务化开发平台,具有统一授权、认证后台管理系统,其中包含具备用户管理、资源权限管理、网关API 管理等多个模块,支持多业务系统并行开发,可以作为后端服务的开发脚手架。代码简洁,架构清晰,适合学习和直接项目中使用。 核心技术采用Spring Boot 2.1.2以及Spring Cloud (Gree

  • 基于Spring Boot框架打造,针对单体式应用进行专门设计,提供整套服务模块,努力为打造全方位企业级开发解决方案, 致力将开源版打造成超越商业版后台管理框架的项目。前端分为vue2版和vue3版,vue2使用 ANTD PRO VUE 作为脚手架,vue3使用 Vben-Admin-Next 作为脚手架。 ��文档 系统演示地址:管理平台(vue2) 、管理平台(vue3) 前端项目地址:前端