<?xml version="1.0" encoding="UTF-8"?><feed xmlns="http://www.w3.org/2005/Atom">
  <title>Alex.D&#39;s Bolg</title>
  <id>http://pipe.b3log.org/blogs/maple6392</id>
  <updated></updated>
  <subtitle>没有不晴的天，只有自弃的人~~</subtitle>
  <link href="http://pipe.b3log.org/blogs/maple6392"></link>
  <entry>
    <title>Windows下SonarQube与Jenkins环境的配置使用</title>
    <updated>2018-09-13T05:57:42+08:00</updated>
    <id>tag:pipe.b3log.org,2018-09-13:/blogs/maple6392/articles/2018/09/12/1539225079667</id>
    <link href="http://pipe.b3log.org/blogs/maple6392/articles/2018/09/12/1539225079667" rel="alternate"></link>
    <summary type="html">Windows 下 SonarQube 与 Jenkins 环境的配置使用首先放个 SonarQube 官方持续化集成测试环境架构图图中展示了 SonarQube 自动化环境的整合，前文根据 SonarQube 官方的架构图，搭建了 SonarQube 的代码检测分析环境，本文则在此基础上，记录 Jenkins 与 SonarQube 环境整合配置使用。Jenkins 环境配置 Jenkins 安装 Jenkins 需要 Java 环境支持，所以</summary>
    <author>
      <name>maple6392</name>
    </author>
  </entry>
  <entry>
    <title>Windows下配置SonarQube Scanner检测分析代码</title>
    <updated>2018-09-09T09:54:42+08:00</updated>
    <id>tag:pipe.b3log.org,2018-09-09:/blogs/maple6392/articles/2018/09/09/1539225079642</id>
    <link href="http://pipe.b3log.org/blogs/maple6392/articles/2018/09/09/1539225079642" rel="alternate"></link>
    <summary type="html">Windows 下配置 SonarQubeScanner 检测分析代码首先这里继续引用下 SonarQube 的架构图，在上文中记录了 Windows 下 SonarQube 服务及数据库环境的配置，本文则在此基础上，简单记录 SonarQubeScanner 代码分析工具的配置及使用，文中发现有问题或疏漏，希望可以得到您的反馈。对于 SonarQubeScanner 这里不做太多介绍了，至于为什么使用 SonarQubeSc</summary>
    <author>
      <name>maple6392</name>
    </author>
  </entry>
  <entry>
    <title>Windows系统配置SonarQube本地服务</title>
    <updated>2018-09-09T06:54:42+08:00</updated>
    <id>tag:pipe.b3log.org,2018-09-09:/blogs/maple6392/articles/2018/09/08/1539225079619</id>
    <link href="http://pipe.b3log.org/blogs/maple6392/articles/2018/09/08/1539225079619" rel="alternate"></link>
    <summary type="html">Windows 系统配置 SonarQube 本地服务 SonarQube 简介 SonarQube 是一个用于管理源代码质量开放平台，可以从多个维度检测代码质量，快速的定位代码中潜在的或者明显的 Bug、错误，提供重复代码、编码标准、单元测试、代码覆盖率、代码复杂度、潜在 Bug、注释和软件设计报告。支持包括 Java、Python、Php、C/C++、C#、HTML、JavaScript、PL/SQL、Object</summary>
    <author>
      <name>maple6392</name>
    </author>
  </entry>
  <entry>
    <title>多个git托管平台同时使用时SSH Key的生成及添加</title>
    <updated>2018-06-14T00:07:22+08:00</updated>
    <id>tag:pipe.b3log.org,2018-06-14:/blogs/maple6392/articles/2018/06/13/1539226437958</id>
    <link href="http://pipe.b3log.org/blogs/maple6392/articles/2018/06/13/1539226437958" rel="alternate"></link>
    <summary type="html">使用一个邮箱注册多个 git 代码托管平台，如：GitHub、Gitlab、码云等。在用户端，生成对应平台的的 SSHKey 时，会生成对应的 id_rsa 及 id_rsa.pub 公钥文件（默认的密钥文件名取决于算法，此处默认使用 RSA 算法加密），然后在对应的平台上添加用户生成的 SSHKey 即可，下文将在此基础延伸多个 git 托管平台使用时，对应的多个秘钥生成及添加。单个平台 SSHkey 生成及添加 Windows 下</summary>
    <author>
      <name>maple6392</name>
    </author>
  </entry>
  <entry>
    <title>免安装版MySQL安装完成后登陆1045错误处理</title>
    <updated>2018-06-07T07:45:57+08:00</updated>
    <id>tag:pipe.b3log.org,2018-06-07:/blogs/maple6392/articles/2018/06/06/1539226437939</id>
    <link href="http://pipe.b3log.org/blogs/maple6392/articles/2018/06/06/1539226437939" rel="alternate"></link>
    <summary type="html">问题描述在 Windows1064 位系统下，免安装 MySQL 启动 3534 错误处理解决后，因安装时未配置密码，则按照网上教程在 my.ini 配置文件内的[mysqld]项下添加 skip_grant_tables，控制台使用命令 mysql-uroot-p，进入 mysql 命令行（参考文章详见），然而并未像参考文章内描述的那样解决问题，控制台出现如下错误：问题处理尝试了很多教程均不可以，最后考虑是否是 mysql</summary>
    <author>
      <name>maple6392</name>
    </author>
  </entry>
  <entry>
    <title>免安装MySQL启动3534错误处理</title>
    <updated>2018-06-06T06:02:57+08:00</updated>
    <id>tag:pipe.b3log.org,2018-06-06:/blogs/maple6392/articles/2018/06/05/1539226437921</id>
    <link href="http://pipe.b3log.org/blogs/maple6392/articles/2018/06/05/1539226437921" rel="alternate"></link>
    <summary type="html">问题描述在 window1064 位系统环境下，官方下载免安装版 MySQL，解压配置后，安装 MySQL 服务成功，运行时报错，错误提示如下：问题处理因为没有其他错误提示，首先尝试使用命令 mysqld--console 查看控制台输出，结果如下：此处会发现有 ERROR 错误提示，不难发现此处的路径有问题，通过检查配置文件 my.ini 内的路径，发现为转移字符\t 导致的此错误：将地址中的斜杠\修改为反斜杠/，如下：</summary>
    <author>
      <name>maple6392</name>
    </author>
  </entry>
  <entry>
    <title>Windows小技巧 -- 关机时清理系统垃圾</title>
    <updated>2017-01-17T00:32:03+08:00</updated>
    <id>tag:pipe.b3log.org,2017-01-17:/blogs/maple6392/articles/2017/01/16/1539226703156</id>
    <link href="http://pipe.b3log.org/blogs/maple6392/articles/2017/01/16/1539226703156" rel="alternate"></link>
    <summary type="html">虽然垃圾清理时“老生常谈”的事情了，但由于不太喜欢管家等套件工具，又觉得 CCleaner、FCleaner、GlaryUtilities 等这样的清理维护工具要安装、破解、点击清理等比较繁琐。所以，最后又回归 bat 批处理清理垃圾的老路。本文简单整理记录下，关于关机时自动调用批处理文件清理系统垃圾的实现。垃圾文件 Windows 在安装和使用过程中产生的垃圾：临时文件（如*.tmp、*._mp 等）临时备份文</summary>
    <author>
      <name>maple6392</name>
    </author>
  </entry>
  <entry>
    <title>C#静态调用带有SoapHeader验证的WebService</title>
    <updated>2017-01-16T22:28:26+08:00</updated>
    <id>tag:pipe.b3log.org,2017-01-16:/blogs/maple6392/articles/2017/01/16/1539225079569</id>
    <link href="http://pipe.b3log.org/blogs/maple6392/articles/2017/01/16/1539225079569" rel="alternate"></link>
    <summary type="html">本文记录带有 SoapHeader 验证的 WebServices 服务创建、部署及 C#中的静态调用方法，基于 Windows8.1、VisualStudio2013、IIS8 环境实现。WebServices 服务创建 VisualStudio2013 中创建 WebServices 创建一个空的 ASP.NETWeb 应用程序：创建 WebService 服务的程序（asmx 格式）文件：首次右键“添加”时，看不到图中所示的“</summary>
    <author>
      <name>maple6392</name>
    </author>
  </entry>
  <entry>
    <title>C#动态调用带有SoapHeader验证的WebService</title>
    <updated>2017-01-16T22:28:26+08:00</updated>
    <id>tag:pipe.b3log.org,2017-01-16:/blogs/maple6392/articles/2017/01/16/1539225079586</id>
    <link href="http://pipe.b3log.org/blogs/maple6392/articles/2017/01/16/1539225079586" rel="alternate"></link>
    <summary type="html">本文记录 C#中通过反射动态的调用带有 SoapHeader 验证的 WebServices 服务，基于 Windows8.1、VisualStudio2013、IIS8 环境实现。关于 WebService 创建、部署及静态调用等内容，可以见：C#静态调用带有 SoapHeader 验证的 WebService。创建动态调用类创建一个客户端控制台程序，并新建类 DynamicInvokeService.cs,文件内容如下：</summary>
    <author>
      <name>maple6392</name>
    </author>
  </entry>
  <entry>
    <title>Windows8.1中IIS服务安装及站点配置</title>
    <updated>2017-01-12T23:41:20+08:00</updated>
    <id>tag:pipe.b3log.org,2017-01-12:/blogs/maple6392/articles/2017/01/12/1539226437901</id>
    <link href="http://pipe.b3log.org/blogs/maple6392/articles/2017/01/12/1539226437901" rel="alternate"></link>
    <summary type="html">IIS 介绍 IIS（InternetInformationServices，互联网信息服务）,是由微软公司提供的基于运行 MicrosoftWindows 的互联网基本服务。IIS 是一个 WorldWideWebserver。Gopherserver 和 FTPserver 全部包容在里面。IIS 意味着你能发布网页，并且有 ASP（ActiveServerPages）、JAVA、VBscript 产生页面，有着一些扩</summary>
    <author>
      <name>maple6392</name>
    </author>
  </entry>
  <entry>
    <title>Windows 小技巧 -- 目录内打开 CMD 的快捷方式</title>
    <updated>2016-11-11T03:27:33+08:00</updated>
    <id>tag:pipe.b3log.org,2016-11-11:/blogs/maple6392/articles/2016/11/10/1539225079550</id>
    <link href="http://pipe.b3log.org/blogs/maple6392/articles/2016/11/10/1539225079550" rel="alternate"></link>
    <summary type="html">问题描述 Windows 系统下安装软件时，会提示一个默认的安装路径，如：64 位系统默认安装路径：C:\ProgramFiles\[软件名称]32 位系统默认安装路径 C:\ProgramFiles(x86)\[软件名称]无论 64 还是 32 位系统，均会默认提示安装到 C 盘，而 C 盘是我们默认的系统盘，如果 C 盘文件过多那么就会导致我们系统卡顿缓慢，严重者是需要重新安装电脑系统的。所以我们安装软件时，通常会修改软件的</summary>
    <author>
      <name>maple6392</name>
    </author>
  </entry>
  <entry>
    <title>Windows小技巧 -- Win+R提高Windows使用效率</title>
    <updated>2016-09-15T23:51:28+08:00</updated>
    <id>tag:pipe.b3log.org,2016-09-15:/blogs/maple6392/articles/2016/09/15/1539223329104</id>
    <link href="http://pipe.b3log.org/blogs/maple6392/articles/2016/09/15/1539223329104" rel="alternate"></link>
    <summary type="html">追求效率的朋友都需要一款顺手的快速启动工具，Win 平台上有键盘流的 RunZ、Listary、ALTRun、Launchy、Wox 和图标流的 Fences、Rolan、WinLaunch 等，而 Mac 上也有 Alfred、Spotlight。而对于快速启动工具，最基本需求一般是这样的：体积小，资源占用低，速度快，最好可以不常驻运行。项目尚有人维护，有反馈渠道。可扩展性强，支持方便地用脚本扩展功能。但对于 Wi</summary>
    <author>
      <name>maple6392</name>
    </author>
  </entry>
  <entry>
    <title>Windows 小技巧 - 修改软件默认安装目录</title>
    <updated>2016-09-14T20:20:24+08:00</updated>
    <id>tag:pipe.b3log.org,2016-09-14:/blogs/maple6392/articles/2016/09/14/1539226703130</id>
    <link href="http://pipe.b3log.org/blogs/maple6392/articles/2016/09/14/1539226703130" rel="alternate"></link>
    <summary type="html">问题描述 Windows 系统下安装软件时，会提示一个默认的安装路径，如：64 位系统默认安装路径：C:\ProgramFiles\[软件名称]32 位系统默认安装路径 C:\ProgramFiles(x86)\[软件名称]无论 64 还是 32 位系统，均会默认提示安装到 C 盘，而 C 盘是我们默认的系统盘，如果 C 盘文件过多那么就会导致我们系统卡顿缓慢，严重者是需要重新安装电脑系统的。所以我们安装软件时，通常会修改软件的</summary>
    <author>
      <name>maple6392</name>
    </author>
  </entry>
  <entry>
    <title>WAMP(Windows + Apache + MySQL + PHP) 环境配置</title>
    <updated>2016-08-01T20:23:05+08:00</updated>
    <id>tag:pipe.b3log.org,2016-08-01:/blogs/maple6392/articles/2016/08/01/1539226437879</id>
    <link href="http://pipe.b3log.org/blogs/maple6392/articles/2016/08/01/1539226437879" rel="alternate"></link>
    <summary type="html">WAMP(Windows+Apache+MySQL+PHP)环境配置 wamp 集成环境的下载地址：http://www.wampserver.com/，下文记录 Windows+Apache+MySQL+PHP 集成环境的配置。**各模块下载地址**：Apache：http://httpd.apache.org/docs/current/platform/windows.htmlMySQL：http://</summary>
    <author>
      <name>maple6392</name>
    </author>
  </entry>
  <entry>
    <title>Windows下PHP配置成功后phpinfo中找不到MySQL问题处理</title>
    <updated>2016-02-18T06:54:42+08:00</updated>
    <id>tag:pipe.b3log.org,2016-02-18:/blogs/maple6392/articles/2016/02/17/1539226437856</id>
    <link href="http://pipe.b3log.org/blogs/maple6392/articles/2016/02/17/1539226437856" rel="alternate"></link>
    <summary type="html">问题描述本地配置 php 开发环境（Apache+PHP+MySQL）后，测试时 phpinfo 中找不到 mysql 且此时 PHP 的测试程序怎么也连不上数据库，并报 Calltoundefinedfunctionmysql_connect()的错误。问题解决检测配置文件 ApacheApache 的配置文件 apache 安装路径/conf/httpd.conf 中检测以下内容[httpd.conf]LoadModule</summary>
    <author>
      <name>maple6392</name>
    </author>
  </entry>
  <entry>
    <title>XAMPP启动MySQL报错</title>
    <updated>2016-02-16T00:55:55+08:00</updated>
    <id>tag:pipe.b3log.org,2016-02-16:/blogs/maple6392/articles/2016/02/15/1539226437833</id>
    <link href="http://pipe.b3log.org/blogs/maple6392/articles/2016/02/15/1539226437833" rel="alternate"></link>
    <summary type="html">问题重述 XAMPP 启动 mysql 时，出现错误，提示如下：问题适用情况在安装 XAMPP 环境之前，本地独立安装了 MySQL 开发环境，此时在 XAMPP 启动 MySQL 时就会出现上面问题，是这样的情况，可以试试下面的方法来解决。解决方案打开注册表（快捷打开方式：cmd-&amp;gt;regedit）,找到[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MySQL</summary>
    <author>
      <name>maple6392</name>
    </author>
  </entry>
</feed>