M69W 发布的文章
此内容被密码保护
魔趣
魔趣rom计划在未来彻底移除ROM中的推广软件,同时也移除魔趣市场。
详情看http://weibo.com/p/1001603870057204730103
一直很喜欢魔趣的rom,特效和省电,本地化...
如果你的手机安卓手机型号有匹配,不如去刷机看看,你会爱上她的
8个增强PHP程序安全的函数
中华人民共和国国家安全法 正式颁布(附全文)
吴晓波:最后一个“看门狗”也走了
转自互联网
听歌
改 IMEI (需root)
这里说的是改变 Android 手机的 IMEI (需root)
开始学习Linux的一些建议
给 Typecho 添加双因素认证支持
利用hosts去广告
CSS3-breadcrumb-nav
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS3-面包屑导航</title>
<style>
ul.breadcrumb {
padding: 8px 16px;
list-style: none;
background-color: #eee;
}
ul.breadcrumb li {display: inline;}
ul.breadcrumb li+li:before {
padding: 8px;
color: black;
content: "/\00a0";
}
ul.breadcrumb li a {color: green;}
</style>
</head>
<body>
<h2>面包屑导航</h2>
<ul class="breadcrumb">
<li><a href="#">首页 </a></li>
<li><a href="#">前端 </a></li>
<li><a href="#">HTML 教程 </a></li>
<li>HTML 段落</li>
</ul>
</body>
</html>
css3-button
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>按钮动画</title>
<link rel="stylesheet" href="">
<style>
.button{
display: inline-block;
border-radius: 4px;
background-color: #f4511e;
border: none;
color: white;
text-align: center;
font-size: 28px;
padding: 20px;
width: 200px;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
.button span{
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.button span:after{
content: '»';
display: inline-block;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.button:hover span{
padding-right: 25px;
}
.button:hover span:after{
opacity: 1;
right: 0;
}
</style>
</head>
<body>
<button class="button"><span>Hover </span></button>
</body>
</html>
中文维基百科再次被屏蔽
Typecho各种问题集合(update...)
请CTRL+F 快速查询!!!