Loading

摘要: 之前写了一篇Jenkins+gogs发布的基础文章。这篇博客是基于之前的文章写的。 之前文章地址:https://www.cnblogs.com/cluyun/p/10848989.html 所以阅读以下文章你需要有Jenkins+git的基础构建的知识。 这次主要是写如何用Jenkins构建基于. 阅读全文
posted @ 2019-07-13 15:19 碌云 阅读(344) 评论(0) 推荐(0) 编辑
摘要: 一、先决条件 Gogs、Git、JDK、Jenkins。准备好这些安装包。 安装顺序是 Git -> Gogs -> JDK -> Jenkins 安装Gogs和Git,可参考我这篇文章https://www.cnblogs.com/cluyun/p/10822992.html 我这里只讲解Jenk 阅读全文
posted @ 2019-05-11 16:11 碌云 阅读(684) 评论(3) 推荐(3) 编辑
摘要: 全面的环境要求请看官网:https://gogs.io/docs/installation 我这里只列举我的环境: windows server 2012_x64: 服务器 Git-2.19.1-64:git服务端 mysql-5.7.22(或者SQLserver):数据库 gogs_0.11.86 阅读全文
posted @ 2019-05-06 23:39 碌云 阅读(1072) 评论(1) 推荐(0) 编辑
摘要: 克隆仓库: git clone xxx@xxx/xxx.git 强制回滚(慎用): git reset --hard 8e3567c git push -f origin master 远端代码覆盖本地: git fetch --all git reset --hard origin/master 阅读全文
posted @ 2019-05-06 22:13 碌云 阅读(1769) 评论(0) 推荐(0) 编辑
摘要: 最近看到了这个开源项目,有些人跑不起来,我觉得还是挺容易的...记录下,顺便帮助一下跑不起来的小伙伴。 准备: 项目:https://github.com/hogenwang/comcms_core Visual Studio 2017:https://visualstudio.microsoft. 阅读全文
posted @ 2018-07-03 02:42 碌云 阅读(1031) 评论(2) 推荐(2) 编辑
摘要: 这篇文章主要介绍了C#的winform控件命名规范,对各种常用控件的命名规范做了较为详细的讲解,需要的朋友可以参考下 本文详细讲述了C#的winform控件命名规范。分享给大家供大家参考。具体如下: 注:这里用红字标记的部分表示有重复出现,括号内为替代表示方案 1.标准控件 序号 控件类型简写 控件 阅读全文
posted @ 2017-11-03 16:27 碌云 阅读(638) 评论(0) 推荐(0) 编辑
摘要: 官方英文介绍地址:http://www.quartz-scheduler.net/documentation/quartz-2.x/tutorial/crontrigger.html 由7段构成:秒 分 时 日 月 星期 年(可选) 图例: 格式: 字段名称 强制性 允许值 允许的特殊字符 秒 是 阅读全文
posted @ 2017-09-30 15:13 碌云 阅读(623) 评论(0) 推荐(0) 编辑