首页 软件开发 代码片段 ( Page 39 )

代码片段 8064

#PHP
修复mysql所有的表

<?php class tools{ /** * * @param string $usr 用户名 * @param string $pwd 密码 * @param stri…

php
2015-12-15 214

#PHP
各位大神帮忙看下这段代码如何解密

<?php /* http://heirui.taobao.com */error_reporting(0);ini_set("display_errors", 0);if(…

php
2015-12-15 318

#PHP
git 使用测试代码

<?php class TestController { public function __construct() { } public function index() …

php
2015-12-15 515

#CSS
a标签去掉下划线

a{text-decoration:none;color:#333;}

css
2015-12-14 248

#CSS
哀悼CSS

html { filter: url(“data:image/svg+xml;utf8,<svg xmlns=\’http://www.w3.org/2000/svg\’&g…

css
2015-12-14 269

#CSS
ztree的树形菜单

<script type="text/javascript"> // ztree组树配置 var groupTree_setting = { data: { simpl…

css
2015-12-14 774

#CSS
CSS重置 reset.css

/* ------------------------------------------ * site:ifnoif.net * Style author:ifnoif * up…

css
2015-12-14 435

#CSS
修改网页鼠标选中文字后文字默认的背景色

::selection{background:#333;color:white;text-shadow:none;} ::-moz-selection{background:#33…

css
2015-12-14 223

#CSS
简单美化下文章里面常用的H2代码

font-size: 18px; text-shadow: #7E7A7A 0px 0px 1px; color: red; font-weight: bold; padding:…

css
2015-12-14 392

#CSS
几行代码实现页面的淡入特效

@keyframes fade-in { 0% {opacity: 0;}/*初始状态 透明度为0*/ 40% {opacity: 0;}/*过渡状态 透明度为0*/ 100% {…

css
2015-12-14 150

#CSS
几十个css做的网页按钮效果

html { width:100%; height:100%; } body { background-color:#fff; font-size:18px; font-famil…

css
2015-12-14 297
1 37 38 39 40 41 672