码迷,mamicode.com
首页 >  
搜索关键字:git 命令行    ( 55724个结果
将jmeter+ant移植到linux环境下运行
背景: 目前jmeter+ant+发送邮件已经在windows下可以正常,想要将接口自动化测试用例关联到jenkins,实现可持续集成的一部分。 目前的设想是:jenkins构建项目成功后,自动执行jmeter中的接口测试用例,并将测试结果以邮件的形式发送给相关人员。 本次只实现将jmeter移植到 ...
分类:系统相关   时间:2021-07-01 17:05:40    阅读次数:0
删除git文件版本控制
//-n 预览需要删除版本控制的文件列表 git rm -r -n --cached "vendor" //执行删除命令 git rm -r --cached "vendor" //添加文件到.gitignore //提交git commit -m "remove vendor" //提交到远程服务 ...
分类:其他好文   时间:2021-07-01 17:03:23    阅读次数:0
"Hello osmdroid World"手机GPS轨迹数据
osmdroid's MapView is basically a replacement for Google's MapView class. First of all, create your Android project, and follow HowToMaven if you're u ...
分类:移动开发   时间:2021-07-01 16:54:55    阅读次数:0
linux常用命令
Linux常用命令 1、系统命令 runlevel # 查看当前的运行级别 systemctl status firewalld # 开启网络服务功能 stop # 关闭 restart # 重启 reload # 重载 reboot # 重启 halt # 关机 poweroff # 关机 2、查 ...
分类:系统相关   时间:2021-07-01 16:41:50    阅读次数:0
push local repo to git remote on creating a new branch
current status: We have a remote repository and a local project repository with no git configured. We want to push to remote and create new branch. Pr ...
分类:其他好文   时间:2021-07-01 16:24:13    阅读次数:0
Statistics of subscribers of each platform from June 2020 to June 2021
Description:Here will use pictures and text to report the statistics of the number of subscribers. Total number of subscribers:4243 1.toutiao(今日头条)Dot ...
分类:其他好文   时间:2021-06-30 18:09:06    阅读次数:0
清理git提交记录并不能达到真正硬盘“瘦身”
清理git提交记录并不能给“瘦身” 上周发现gitlab同步到线上的主服务器cpu和内存报警。 一查发现是隐藏目录 .git 过大导致的,导致每分钟同步卡死, 我其实有点怀疑是同步脚本中git命令导致的,要不就是下面的同步命令(每1分钟跑一次);要不就是每5分钟去git目录跑一次的git statu ...
分类:其他好文   时间:2021-06-30 18:05:44    阅读次数:0
设计模式-命令行模式
命令行模式 定义:将一个请求封装为一个对象,使发出的请求的对象和执行请求的对象分割开。这两者之间通过命令对象进行沟通,这样方便将命令对象进行储存、传递、调用、增加与管理。 顺序:请求者->命令->执行者 优点: 降低系统耦合度 扩展性好,增加或删除命令不会影响其他类 方便实现Undo和Redo操作, ...
分类:其他好文   时间:2021-06-30 18:05:13    阅读次数:0
Github上传项目
1. 登录github并创建一个仓库 2. 安装git客户端 2.1 下载git 官网:git-scm.com/download/ 镜像:https://npm.taobao.org/mirrors/git-for-windows/?utm_source=qq&utm_medium=social&u ...
分类:Web程序   时间:2021-06-30 18:00:40    阅读次数:0
proxysql的花式路由规则
ProxySQL可以实现多种方式的路由:基于ip/port、username、schema、SQL语句。其中基于SQL语句的路由是按照规则进行匹配的,匹配方式有hash高效匹配、正则匹配,还支持更复杂的链式规则匹配。 角色主机IPserver_id数据状态 Proxysql 10.2.83.140 ...
分类:数据库   时间:2021-06-30 17:39:59    阅读次数:0
55724条   上一页 1 ... 4 5 6 7 8 ... 5573 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!