`
海绵88
  • 浏览: 29074 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表
我在安装vsftpd时 make时  出现 /usr/bin/ld: cannot find -lcap collect2: ld returned 1 exit status 问题。查了很久。 参照 http://blog.sina.com.cn/s/blog_416bf8c201012dq5.html 大概能了解怎么回事,但是就是解决不了。 最后发现 我上面虽然报的是 /usr/bin/ld: 我连接也建到 /usr/bin/目录下 。后来我建到/usr/bin64/下 就ok了 。不过不大理解。
先看下运算的代码: boolean test3=true||true&&false; boolean test5=false&&true||true System.out.println("test3="+test3); System.out.println("test5="+test5); 是谁像我一样把 test3 算成 false的? 结果: test3=true test5=true 下面来解释下: 大家都知道短路的说法吧。 1.逻辑与(&&),如果第一个操作数为false,那么结果肯定false ...
Global site tag (gtag.js) - Google Analytics