<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/bozch</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; bozch]]></copyright><item><title><![CDATA[teamviewer linux安装报错]]></title><link>https://blog.csdn.net/bozch/article/details/84925769</link><guid>https://blog.csdn.net/bozch/article/details/84925769</guid><author>bozch</author><pubDate>Mon, 10 Sep 2018 11:36:57 +0800</pubDate><description><![CDATA[在Linux上安装teamviewer的时候出下了如下错误：

[code=&quot;java&quot;]--&gt; Processing Dependency: libQt5WebKit.so.5()(64bit) &gt;= 5.5 for package: teamviewer-13.2.13582-0.x86_64
--&gt; Processing Dependency: libQt5WebKitWidgets....]]></description><category></category></item><item><title><![CDATA[Fabric-sdk-java导入项目异常]]></title><link>https://blog.csdn.net/bozch/article/details/84921264</link><guid>https://blog.csdn.net/bozch/article/details/84921264</guid><author>bozch</author><pubDate>Mon, 28 May 2018 19:20:00 +0800</pubDate><description><![CDATA[今天在导入fabric-sdk-java的项目到STS时，出现了好多以前曾未谋面的错误信息。下面稍稍整理一下，希望你能用到。还是先要说一下，大家尽量的去参考官方文档设置eclipse，里面提到了一些问题的解决方案。虽然是English的，最好还是硬着头皮啃下去吧。链接奉上[url]https://github.com/hyperledger/fabric-sdk-java/blob/release...]]></description><category></category></item><item><title><![CDATA[provisional headers are shown]]></title><link>https://blog.csdn.net/bozch/article/details/84909359</link><guid>https://blog.csdn.net/bozch/article/details/84909359</guid><author>bozch</author><pubDate>Fri, 22 Sep 2017 16:23:43 +0800</pubDate><description><![CDATA[[b]问题描述：[/b]
     一个ajax请求失败，在浏览器的表现是HTTP request Headers中有provisional headers are shown，而且在network选项卡中，显示网络请求status为failed。首先按照网络上的解释出现provisional headers are shown 表明当前请求的数据并没有发送到服务器端（实际并不是如此）

[...]]></description><category></category></item><item><title><![CDATA[StopWatch  from springframework]]></title><link>https://blog.csdn.net/bozch/article/details/84905145</link><guid>https://blog.csdn.net/bozch/article/details/84905145</guid><author>bozch</author><pubDate>Wed, 26 Jul 2017 17:07:59 +0800</pubDate><description><![CDATA[[b]##  测试代码 [/b]
```java
public static void main(String[] args) throws InterruptedException {
		StopWatch stopWatch = new StopWatch(&quot;StopWatchOfGYYX&quot;);
		
		System.out.println(&quot;******A计时任务开始*****...]]></description><category></category></item><item><title><![CDATA[jedis通过twemproxy无法使用pipeline]]></title><link>https://blog.csdn.net/bozch/article/details/84854112</link><guid>https://blog.csdn.net/bozch/article/details/84854112</guid><author>bozch</author><pubDate>Tue, 24 Jan 2017 14:15:40 +0800</pubDate><description><![CDATA[
公司部署了一套分布式redis数据库，对外使用了twemproxy代理。在java项目中使用jedisl连接的时候发现，有些redis命令无法直接连接到redis, 报出无法执行命令的异常。
 
正常连接redis执行的时候，都是没有问题的。 但是通过twemproxy的时候就出现问题了。 那么问题就应该出现在了twemproxy上了， 到github上了twemproxy对redis的支持...]]></description><category></category></item><item><title><![CDATA[ZBar扫描二维码乱码]]></title><link>https://blog.csdn.net/bozch/article/details/84854110</link><guid>https://blog.csdn.net/bozch/article/details/84854110</guid><author>bozch</author><pubDate>Tue, 24 Jan 2017 13:59:27 +0800</pubDate><description><![CDATA[
在ios7版本上使用zbar进行二维码扫描的时候，出现了在扫描某些汉字的时候有乱码的情况，并且不是全部有乱码。  
通过排查可以看到zbar本身支持的语言编码是日语的， 网上搜索得知可以修改默认的编码然后重新进行打包并项目中重新引入zbar包。
 
具体内容可以参考：http://blog.csdn.net/nextj/article/details/8088759
...]]></description><category></category></item><item><title><![CDATA[Gitlab Check GitLab API access: FAILED: Failed to connect to internal API]]></title><link>https://blog.csdn.net/bozch/article/details/84853473</link><guid>https://blog.csdn.net/bozch/article/details/84853473</guid><author>bozch</author><pubDate>Thu, 19 Jan 2017 09:43:10 +0800</pubDate><description><![CDATA[
 
Check GitLab API access: FAILED: Failed to connect to internal API
gitlab安装完成后出现了这玩意，为啥呢？ 连不上API啊 ， 那就是gitlab设置的域名访问不通吧
 
解决方案： 在/etc/hosts中添加 127.0.0.1 git.xxx.com就OK了。
...]]></description><category></category></item><item><title><![CDATA[tomcat之web.xml头Doctype/ 命名空间定义]]></title><link>https://blog.csdn.net/bozch/article/details/84810438</link><guid>https://blog.csdn.net/bozch/article/details/84810438</guid><author>bozch</author><pubDate>Tue, 19 Jul 2016 10:22:25 +0800</pubDate><description><![CDATA[
在开发java web应用的时候，都需要定义web.xml，使用不同版本的servlet在定义web.xml头部信息是不一样的，下面罗列一下大部分servlet对应的头部信息：
servlet 2.3 
  &amp;lt;!DOCTYPE web-app PUBLIC
&quot;-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN&quot;
&quot;http...]]></description><category></category></item><item><title><![CDATA[Eclips执行带汉字的Test方法，TestNg显示乱码]]></title><link>https://blog.csdn.net/bozch/article/details/84808370</link><guid>https://blog.csdn.net/bozch/article/details/84808370</guid><author>bozch</author><pubDate>Fri, 01 Jul 2016 12:19:44 +0800</pubDate><description><![CDATA[
在eclipse中，使用TestNG做单元测试，测试方法中定义了汉字，e.g:
        @Test
public void isExistsAccount_当用户名以数字开头返回invalid_format_account(){}
使用Testng插件执行完成测试之后，神奇的事情发生了，在TestNG插件界面出现了乱码。乱码不要紧单击方法站中的记录，结果无法定位到编辑器的具体代码了...]]></description><category></category></item><item><title><![CDATA[electron加载带有jquery的web page出现$,jQuery无法识别]]></title><link>https://blog.csdn.net/bozch/article/details/84762676</link><guid>https://blog.csdn.net/bozch/article/details/84762676</guid><author>bozch</author><pubDate>Thu, 21 Jan 2016 20:32:31 +0800</pubDate><description><![CDATA[
在使用electron进行开发客户端，把electron作为浏览器加载带有jquery（cdn）的页面时，提示“$或者jQuery不能够识别。
 
初始使用的jquery。2.2版本，出现了如上问题。
         查看源代码能够发现，jquery如果能够识别module的时候，会降$,jQuery直接给了module。在一些常用的浏览器里面会直接给了window对象。由于前者的优先级...]]></description><category></category></item><item><title><![CDATA[nginx异常 Cannot bind/listen socket ]]></title><link>https://blog.csdn.net/bozch/article/details/84734643</link><guid>https://blog.csdn.net/bozch/article/details/84734643</guid><author>bozch</author><pubDate>Mon, 27 Jul 2015 11:30:30 +0800</pubDate><description><![CDATA[
nginx在启动的时候出现了如下的异常，
Cannot bind/listen socket - [2] No such file or directory.Couldn't create FastCGI listen socket on port 9000 
 
从异常的情况来看，是不能绑定9000端口。
首先可以查看是不是已经有相关的程序已经绑定了9000，如果有，直接关闭对应的程序...]]></description><category></category></item><item><title><![CDATA[各表中的列名必须唯一。在表 'dbo.XXX' 中多次指定了列名 'XXX'。]]></title><link>https://blog.csdn.net/bozch/article/details/84713134</link><guid>https://blog.csdn.net/bozch/article/details/84713134</guid><author>bozch</author><pubDate>Sun, 19 Apr 2015 10:36:13 +0800</pubDate><description><![CDATA[
在.net mvc5中，在执行某一操作的时候，出现了如下错误：
      各表中的列名必须唯一。在表 'dbo.XXX' 中多次指定了列名 'XXX'。
经查询当前的操作与错误内容无关，经过对错误信息的排查发现，事故出现在数据库迁移上。
回想过去： 在迁移之前已经对数据库进行了添加字段操作，再次进行迁移插入XXX字段的时候，就会提示如上错误。 
 
解决方案：
     删除数据库...]]></description><category></category></item><item><title><![CDATA[Laravel版本更新异常4.2.8-> 4.2.9 Declaration of ... CompilerEngine ... should be compa]]></title><link>https://blog.csdn.net/bozch/article/details/84657208</link><guid>https://blog.csdn.net/bozch/article/details/84657208</guid><author>bozch</author><pubDate>Fri, 26 Sep 2014 10:14:38 +0800</pubDate><description><![CDATA[
昨天在为了把laravel升级到最新的版本，突然之间就出现了如下错误：
ErrorException thrown with message &quot;Declaration of Illuminate\View\Engines\CompilerEngine::handleViewException() should be compatible with Illuminate\View\Engines...]]></description><category></category></item><item><title><![CDATA[Web浏览器Chrome打开一段时间后，运行alert无效]]></title><link>https://blog.csdn.net/bozch/article/details/84655425</link><guid>https://blog.csdn.net/bozch/article/details/84655425</guid><author>bozch</author><pubDate>Mon, 22 Sep 2014 17:35:02 +0800</pubDate><description><![CDATA[
今天在开发的时候，突然间发现alert在chrome浏览器就没法弹出了，很是怪异。
试了试其他浏览器，发现都是没有问题的。
开始想以为是chorme浏览器有啥机制导致的，就开始尝试各种代码让alert出来。尝试结果是仍然没有显示出来。
这样开发的结果，如果客户在使用的时候没有提示，那会带来致命的体验。哎，没啥办法了 就关闭浏览器重启。
 
结果就好了，这也太怪异了。难道是chorme浏...]]></description><category></category></item><item><title><![CDATA[javascript iframe parent？]]></title><link>https://blog.csdn.net/bozch/article/details/84520818</link><guid>https://blog.csdn.net/bozch/article/details/84520818</guid><author>bozch</author><pubDate>Fri, 17 Jan 2014 09:47:21 +0800</pubDate><description><![CDATA[iframe parent操作！]]></description><category></category></item><item><title><![CDATA[Window 80端口被占用 WHY?]]></title><link>https://blog.csdn.net/bozch/article/details/84520008</link><guid>https://blog.csdn.net/bozch/article/details/84520008</guid><author>bozch</author><pubDate>Tue, 14 Jan 2014 16:12:23 +0800</pubDate><description><![CDATA[
平时在启动一些可能使用80端口软件的时候，会提示80端口已经被其他软件占用，那一般又会有那些软件占用这些端口呢？
   下面坐下总结：
        1、web服务器是最经常见的占用80端口的，例如：tomcat , apache  , IIS , Php等等；
        2、有些微软应用软件：sqlserver的服务SQL Server ReportingServices；
...]]></description><category></category></item><item><title><![CDATA[图片黑色阴影]]></title><link>https://blog.csdn.net/bozch/article/details/84514264</link><guid>https://blog.csdn.net/bozch/article/details/84514264</guid><author>bozch</author><pubDate>Sun, 22 Dec 2013 17:06:41 +0800</pubDate><description><![CDATA[
 .event{ padding:0;    width:460px;    min-width: 460px;    border:0px solid #e4e4e4;    height: 350px;    min-height: 350px;    position: relative;}.event img{height:300px;width:460px;border: 0;} .e...]]></description><category></category></item><item><title><![CDATA[sqlserver按照字段内容进行排序]]></title><link>https://blog.csdn.net/bozch/article/details/84488916</link><guid>https://blog.csdn.net/bozch/article/details/84488916</guid><author>bozch</author><pubDate>Tue, 15 Oct 2013 10:58:05 +0800</pubDate><description><![CDATA[
在做项目的时候，遇到了这样的一个需求：
          从数据库中取出的数据集，首先要将某个数据或者多个数据按照地段内容放到前面显示，例如:从学生表中取出姓李的放到数据集的前面；
         select * from t_user order by case when name like '李%' then 0 else 50 end , createdate desc;
 ...]]></description><category></category></item><item><title><![CDATA[javascript中showModelDialog刷新父页面]]></title><link>https://blog.csdn.net/bozch/article/details/84488153</link><guid>https://blog.csdn.net/bozch/article/details/84488153</guid><author>bozch</author><pubDate>Sat, 12 Oct 2013 17:26:12 +0800</pubDate><description><![CDATA[
在页面中使用showModalDialog打开模式子页面窗口的时候，如果想在子页面中操作父页面中的某个节点，可以通过如下的进行：
      window.showModalDialog('url',self,‘status...’); // 首先中间参数使用self
      在子页面使用window.dialogArguments 就可以获得父窗口self对象，有了这个对象之后就可以进...]]></description><category></category></item><item><title><![CDATA[apache VelocityEngine使用记录]]></title><link>https://blog.csdn.net/bozch/article/details/84483806</link><guid>https://blog.csdn.net/bozch/article/details/84483806</guid><author>bozch</author><pubDate>Fri, 27 Sep 2013 10:42:50 +0800</pubDate><description><![CDATA[
VelocityEngine是一个模板引擎，能够基于模板生成指定的文件代码。
 
使用方法如下：
    VelocityEngine engine = new VelocityEngine();// 定义模板引擎
    Properties properties = new Properties();// 模板引擎属性
    properties.setProperty(Velo...]]></description><category></category></item></channel></rss>