1. 配置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 ...

    阅读全文
  2.     Cannot load modules/mod_authz_svn.so into server: /xxx/apache/modules/mod_authz_svn.so: undefined symbol: ap_hook_force_authn     ...

    阅读全文
  3. 官方文档:http://httpd.apache.org/docs/current/mod/mod_dav.html ...

    阅读全文
  4. 初识webDAV2018-06-08

    什么是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 ...

    阅读全文
  5. 通过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 ...

    阅读全文
  6. 41800

    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 ...

    阅读全文
  7. 启动SoapUI5.3后几秒钟后crash重启。重启后仍然不工作。 后台hs_err_pidxxxx.log内容如下: [134 Michal-MBP:Applications kolisko$ SoapUI-5.3.0.app/Contents/MacOS/JavaApplicationStub Configuring log4j from [/Applications/SoapUI-5.3.0.app/Contents/java/app/bin/soapui-log4j. ...

    阅读全文
  8. https://word.tips 一个可以用来查找单词的工具,可以定义字母开头和特定结尾字母,或者包含哪些字母来查找。甚至定义模式patern来查找,特别适合玩英文字母单词游戏。 比如查询包含j,s的单词有:https://word.tips/words-with/j/and/s   ...

    阅读全文
  9. 问题:eclipsephp打开某个workspace时hang住,不能打开eclipse. 能成功打开其他workspace. 解决方法: 1. 查看log.  进入该workspace文件夹->.metadata->.log !ENTRY org.eclipse.core.resources 2 10035 2018-05-05 15:00:29.044 10 !MESSAGE The workspace exited with unsaved ...

    阅读全文
  10. https://www.jetbrains.com/idea/download IntelliJ IDEA 社区版是免费的,Licence :apache2.0.  就是有点大,安装包500+M. Community Edition is open-source, licensed under Apache 2.0. Projects like Android and Swift use Apache 2.0, so you're in good comp ...

    阅读全文
  11. https://www.atlassian.com 这家公司提供了不错的软件开发环境流程软件。敏捷开发, 协同工作,代码管理, 持续交付等。如jira,confluence,source tree等。可以关注。 ...

    阅读全文
  12. 29900

    从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 ...

    阅读全文
  13. 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 ...

    阅读全文
  14. 版权声明:本文为木偶人shaon原创文章,转载请注明原文地址,非常感谢。 https://blog.csdn.net/wh211212/article/details/53750366 getopt 与 getopts 都是 Bash 中用来获取与分析命令行参数的工具,常用在 Shell 脚本中被用来分析脚本参数。 两者的比较 (1)getopts 是 Shell 内建命令,getopt 是一个独立外部工具 (2)getopts 使用语法简单 ...

    阅读全文
  15. 本文转载自 http://codingstandards.iteye.com/blog/836625 用途说明 exit命令用于退出当前shell,在shell脚本中可以终止当前脚本执行。 常用参数 格式:exit n 退出。设置退出码为n。(Cause the shell to exit with a status of n.) 格式:exit 退出。退出码不变,即为最后一个命令的退出码。(If n is omitted, the exit ...

    阅读全文
  16. 呵呵,比较有用,网上摘抄的。留着备用吧。   名称 : crontab 使用权限 : 所有使用者 使用方式 : crontab file [-u user]-用指定的文件替代目前的crontab。 crontab-[-u user]-用标准输入替代目前的crontab. crontab-1[user]-列出用户目前的crontab. crontab-e[user]-编辑用户目前的crontab. crontab-d[user]-删除 ...

    阅读全文
  17. 初学jenkins2018-03-22

    Jenkins搭建 (官网:https://jenkins.io/doc/)   安装后默认是8080端口。在mac下如果是service运行的话,其开启和关闭jenkins守护进程使用下面的方法: Terminal and Start / Stop daemon You want to use launchctl to start and stop Jenkins. Start Jenkins: sudo launchctl load /Libr ...

    阅读全文
  18. 初学Selenium2018-03-22

    Selenium的官方文档https://www.seleniumhq.org/docs/   如何安装和使用Selenium IDE, 可以查看文档:https://www.seleniumhq.org/docs/02_selenium_ide.jsp ...

    阅读全文
  19. 本文试着整理微信小程序(本文简称wxApp)使用微信(weixin)登录认证和授权获取微信开放信息(OpenData)时常见的问题,如果有理解不到位的地方请留言指出。 授权 wxApp需要获取weixin提供的OpenData前需要用户授权weixin提供相关信息。这需要调用小程序提供的API wx.authorize()来向用户请求授权。但并不是所有小程序提供的API都需要用户授权才可以使用,比如说系统设备信息等其他api。用户可以提供如下授权(此授权列表以后或许会更多)。(htt ...

    阅读全文
  20. 这篇文章主要介绍了微信小程序 登录实例详解的相关资料,需要的朋友可以参考下。   微信小程序登录 一. 小程序不支持cookie会话   1. 通过传递与检验3rd_session来保持会话   2. 3rd_session可以执行‘`head -n 80 /dev/urandom | tr -dc A-Za-z0-9 | head -c 168`该命令生成   3. 使用Redis或者数据库存储session   4. ...

    阅读全文