2014年2月8日星期六

Ubuntu系统启动时waiting for network - YJunZhang

本邮件内容由第三方提供,如果您不想继续收到该邮件,可 点此退订
Ubuntu系统启动时waiting for network - YJunZhang  阅读原文»

最近在使用Ubuntu时启动经常会遇到等待网络配置,

image

每次等待时间都很长,要几分钟,于是在网上看看其他大牛怎么解决该问题。

有些解决方法中有提到删除 网卡硬件信息文件/etc/udev/rules.d/70-presistent-net.rules,尝试后发现无效。另一种方法 是修改/etc/network/interface 文件,删减配置,只保留最基本的几行配置,但我不认为这是一种比较好的解决方法,毕竟该文件是用来配置我们自己所需求的网络功能。

而另一种解决方式是修改系统启动时网络配置的等待时间,将其缩短,这种方法比较合理,在尝试后发现并不影响系统使用。

修改的文件为 /etc/init/failsafe.conf, 搜索

Waiting up to

image

修改为:

image

保持文件后启动,等待时间缩短。


本文链接:http://www.cnblogs.com/yjunzhang/p/Ubuntu_waiting_for_network.html,转载请注明。

jquery圆角插件我怎么使用 - 叽叽喳喳  阅读原文»

浏览器用的谷歌的最新版本,jquery插件也都引用了的,出来不了效果,贴上代码大家帮我看看,谢谢了

<html>
<head>
<meta charset="utf-8" />
<title>jquery圆角插件示例</title>
<script type="text/javascript" src="js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="js/jquery.corner.js"></script>
<style>
* {
margin: 0;
padding: 0
}
.page {
width: 920px;
text-indent: 20px;
}
.top {
background: #ff0000 url(http://www.buger.net/images/light-sky2.jpg);
width: 600px;
height: 100px;
}
.xtop {
background: #FFFFCC;
width: 100%;
height: 100%;
}
.bg {
background: #CC8822;
width: 300px;
height: 100px;
padding: 8px;
}
</style>
</head>
<body>
<script>
$(".top").corner(""); //图片圆角
$(".xtop").corner("round 14px"); //圆角矩形
$(".x1").corner("bevelfold"); //内翻角
//$(".xtop").corner("long 14px"); //内缺外圆矩形
$(".bg").corner("");
</script>
<div class="page">
<div class="top" data-corner="left 20px right 20px"></div>
<br>
<div class="bg" >
<div class="xtop x1" > 土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪 </div>
</div>
</div>
<br>
<div>
<div class="bg" >
<div class="xtop" data-corner="left 5px right 5px"> 土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪土豪 </div>
</div>
</div>
</body>
</html>


本文链接:http://www.cnblogs.com/dujunyanyyy/p/3541295.html,转载请注明。

阅读更多内容

没有评论:

发表评论