配置jenkins的一个简单的SVN的project,运行时build fail。 org.tmatesoft.svn.core.SVNException: svn: E204900: Error writing entries file for '/test/.jenkins/workspace/test' svn: E204900: Entry '' has inconsistent repository root and ur ...
阅读全文Cannot load modules/mod_authz_svn.so into server: /xxx/apache/modules/mod_authz_svn.so: undefined symbol: ap_hook_force_authn ...
阅读全文什么是webDAV? Web Distributed Authoring and Versioning (WebDAV) is an extension of the Hypertext Transfer Protocol (HTTP) that allows clients to perform remote Web content authoring operations. WebDAV is defined in RFC 4918 by a working group of th ...
阅读全文2016年年尾,整理下今年的游记。草草写下这篇答应已久的游记。不详之处,后期添补吧。 苏州到日照到威海到青岛之自驾游游记 计划 Day1苏州到日照赶海和晚上去万平口景区闲逛。日照入住魏园酒店。 Day2日照半日游,然后出发去威海市区。威海住宿双子星民宿。 Day3体验威海生活,威海国际浴场。然后去荣成。威海荣成入住荣成倪氏海泰酒店2日。 Day4 体验荣成生活 Day5 荣成出发到青岛黄岛区,入住万豪酒店2日游。 Day6 游玩银沙滩,和吃海鲜。 ...
阅读全文通过apache来访问svn, 这样就可以通过http来访问svn了。jinkens里配置svn url。 使用Apache访问SVN的优缺点: There are some disadvantages of using Apache's http for your Subversion server: It's slower It's harder to setup Then, there are advantages: It uses ...
阅读全文Jenkins安装plugin时出现的错误: Checking internet connectivity Checking update center connectivity sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.provider.certpath ...
阅读全文https://www.atlassian.com 这家公司提供了不错的软件开发环境流程软件。敏捷开发, 协同工作,代码管理, 持续交付等。如jira,confluence,source tree等。可以关注。 ...
阅读全文从SVN到Git 转自https://www.csdn.net/article/a/2017-06-15/15928921 那么,从SVN到底如何切换到Git呢?实际上,方法有很多种,也都并不是很复杂,其中,CSDN博主UrChen提供了一种切换的方法,只需要简单的几步,即可完成从SVN完美切换到Git。 1.使用git svn clone 拷贝SVN仓库 cd ~/test_repo git svn clone file:///home ...
阅读全文by Bas Dijkstra 转自 https://learn.techbeacon.com/units/how-set-continuous-testing-framework-using-selenium-maven-jenkins Last time I talked about the key components of a test automation framework. Now I'm going to provide a st ...
阅读全文版权声明:本文为木偶人shaon原创文章,转载请注明原文地址,非常感谢。 https://blog.csdn.net/wh211212/article/details/53750366 getopt 与 getopts 都是 Bash 中用来获取与分析命令行参数的工具,常用在 Shell 脚本中被用来分析脚本参数。 两者的比较 (1)getopts 是 Shell 内建命令,getopt 是一个独立外部工具 (2)getopts 使用语法简单 ...
阅读全文转自官网 https://mp.weixin.qq.com/debug/wxadoc/dev/framework/config.html 配置 app.json文件用来对微信小程序进行全局配置,决定页面文件的路径、窗口表现、设置网络超时时间、设置多 tab 等。 以下是一个包含了所有配置选项的 app.json : { "pages": [ "pages/index/ind ...
阅读全文本文收集一些图像图形类的一些大牛信息。网站,应用等。 1. primitives的作者 https://www.michaelfogleman.com/ 研究的方向有下面的内容:Table of Contents 3D Packing AllRGB AxiDraw Craft DCPU-16 FauxGL Feed Notifier Fireflies Future Blocks Game Frame ...
阅读全文一段SVG代码开始SVG的学习 <svg version="1.1" id="clock" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="600px" height="60 ...
阅读全文https://idc-community.com/manufacturing/manufacturing-value-chain/cloud_plm_showing_signs_of_growth https://idc-community.com/manufacturing/manufacturing-value-chain/vc_funding_for_aras_and_arena_a_vote_of_confidence_for_flexible_and_ ...
阅读全文转:linux之cp/scp命令+scp命令详解 , 原文出处:http://www.cnblogs.com/hitwtx/archive/2011/11/16/2251254.html 名称:cp 使用权限:所有使用者 使用方式: cp [options] source dest cp [options] source... directory 说明:将一个档案拷贝至另一档案,或将数个档案拷贝至另一目录。 参数: -a 尽可能将档案状态、权限等资料都照原 ...
阅读全文设计responsive页面时的注意点: 使用media query增加breakpoint来实现responsive. 永远以mobile设计优先。 设计组件时经常长宽使用百分比。 如果需要设置一些长宽固定数值时,使用em作为单位是个不错的选择。然后针对字体大小设置对应的em大小。以字体作为参照物。 参考文档: https://developer.mozilla.org/zh-CN/docs/Web/Guide/CSS/Media_queries ...
阅读全文学习media query可以参考官方网址: https://www.w3.org/TR/css3-mediaqueries/ 今天运到一个问题,在使用chrome调试media query效果时,使用调试窗口来调整页面大小,效果如期望的展现。但是如果直接调整浏览器大小,部分大小时候做到了自适应,但是当窗口resize到一定大小后,并没有发生变化。不知道是不是浏览器的bug. 代码如下: @media screen and (max-width: 450px) ...
阅读全文引用一个CSRF讲解示例来帮助理解CSRF攻击。 受害者 Bob 在银行有一笔存款,通过对银行的网站发送请求 http://bank.example/withdraw?account=bob&amount=1000000&for=bob2 可以使 Bob 把 1000000 的存款转到 bob2 的账号下。通常情况下,该请求发送到网站后,服务器会先验证该请求是否来自一个合法的 session,并且该 session 的用户 Bob 已经成功登陆。 黑客 Mallory ...
阅读全文Inline-block是否可以代替float? inline-block是display的属性值,float是属性表示浮动。所以本身是有区别的,但是在某些场景下inline-block来编排layout有更好的编写效率。而不需要如float一样去clear浮动。 在排列一系列相同功能块展示(display)布局时以前常用float这些功能块来实现自动排列展示,最后在clear浮动来确保父块的高度。使用float一般都能工作,不过不得不承认,它们用起来有时候没那么简单。不过现在用in ...
阅读全文dd --help 常用dd来创建大文件,如dd if=/dev/zero of=/mybigfile bs=128M count=0 seek=24 参数: 1. if=文件名:输入文件名,缺省为标准输入。即指定源文件。< if=input file > 2. of=文件名:输出文件名,缺省为标准输出。即指定目的文件。< of=output file > 3. ibs=bytes:一次读入bytes个字节,即指定一个块大小为by ...
阅读全文