码迷,mamicode.com
首页 >  
搜索关键字:github commit push pull add    ( 90927个结果
ClickHouse之安装
1 安装clickHouse 1)windows docker 单机安装 1.1 镜像安装 # 搜索clickhouse docker search clickhouse # 安装image docker pull clickhouse-server # 服务端 docker pull clickh ...
分类:其他好文   时间:2021-07-09 17:54:00    阅读次数:0
App测试要点
功能测试 兼容测试 安装,卸载,升级测试 交叉事件测试 PUSH测试 性能测试(针对手机的性能测试) cpu 内存 流量 电量 流畅度 启动速度 用户体验测试 稳定性测试 业务功能测试 根据测试功能去拆分功能点,再根据功能点去分析测试点 专项测试 1.兼容性测试(专项) 系统 1、android 2 ...
分类:移动开发   时间:2021-07-08 17:40:45    阅读次数:0
二维数组的遍历使用foreach
二维数组的遍历使用foreach public int numWays(int n, int[][] relation, int k) { ways = 0; this.n = n; this.k = k; edges = new ArrayList<>(); //把关系处理成list,类似于图的每 ...
分类:编程语言   时间:2021-07-07 17:49:25    阅读次数:0
【游戏】基于matlab GUI音乐时钟设计【含Matlab源码 1104期】
一、简介 基于matlab GUI音乐时钟设计 二、源代码 function varargout = untitled(varargin) % UNTITLED M-file for untitled.fig % UNTITLED, by itself, creates a new UNTITLED ...
分类:其他好文   时间:2021-07-07 17:48:53    阅读次数:0
基于vuepress搭建博客
在NPM 中安装 npm install -g yarn 安装完成后,你可以测试下自己的版本 yarn --version 安装vuepress (全局安装) yarn global add vuepress # 或者:npm install -g vuepress yarn init初始化项目创建 ...
分类:其他好文   时间:2021-07-05 19:08:37    阅读次数:0
HeidiSQL - sql client
HeidiSQL https://github.com/HeidiSQL/HeidiSQL HeidiSQL is a graphical interface for managing MariaDB or MySQL servers, Microsoft SQL databases, Postgr ...
分类:数据库   时间:2021-07-05 19:08:22    阅读次数:0
5. Git管理远程仓库
6. Git管理远程仓库 使用远程仓库的目的 作用:备份,实现代码共享集中化管理 Git克隆操作 目的 将远程仓库(github对应的项目)复制到本地 代码 git clone 仓库地址 多学一招:仓库地址由来 将本地仓库同步到git远程仓库中 git push ︴思考:为什么无法同步 或没有权限 ...
分类:其他好文   时间:2021-07-05 19:00:54    阅读次数:0
6. Github Pages 搭建网站
4. Github Pages 搭建网站 个人站点 访问 https://用户名.github.io 搭建步骤 1) 创建个人站点 -> 新建仓库(注:仓库名必须是【用户名.github.io】) 2) 在仓库下新建index.html的文件即可 脚下留心 1、github pages 仅支持静态网 ...
分类:Web程序   时间:2021-07-05 19:00:18    阅读次数:0
垂直外边距的重叠
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box1{ width: 100px; height: 100px; background-color:red ...
分类:其他好文   时间:2021-07-05 18:59:08    阅读次数:0
Test Blog Use
Test I get 10 times more traffic from [Google] [1] than from [Yahoo] [2] or [MSN] [3]. ? [1]: http://google.com/ "Google" [2]: http://search.yahoo.com ...
分类:其他好文   时间:2021-07-05 18:14:09    阅读次数:0
90927条   上一页 1 ... 3 4 5 6 7 ... 9093 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!