自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 资源 (1)
  • 收藏
  • 关注

原创 mac 配置不上mcrypt

mac 升级到mavericks 安装php扩展现以下问题grep: /usr/include/php/main/php.h: No such file or directorygrep: /usr/include/php/Zend/zend_modules.h: No such file or directorygrep: /usr/include/php/Zend/zend_ext

2014-08-01 23:08:46 270

原创 Ubuntu Server 下安装 Mcrypt Php Extension

Ubuntu Server 下安装 Mcrypt Php ExtensionLaravel4 框架需要 PHP 5.4 以上及 Mcrypt PHP extension, 折腾了半天, 记录下备忘.安装 Mcrypt 包, 顺便安装 php 开发环境 $ sudo apt-get install php5-mcrypt php5-dev将配置文件链接给 PHP$ sudo l

2014-07-30 16:40:50 456

转载 app被拒

1. Terms and conditions(法律与条款)1.1 As a developer of applications for the App Store you are bound by the terms of the Program License Agreement (PLA), Human Interface Guidelines (HIG), and any

2014-07-30 08:36:52 471

原创 jquery控制大小

window.onresize = window.onload = function(){                    var w,h                    if(!!(window.attachEvent && !window.opera))                    {                        h = document

2014-07-26 15:39:05 312

原创 ubuntu root账号登陆

sudo -s -H

2014-07-25 09:10:30 374

原创 更新语言

dpkg-reconfigure locales

2014-07-24 16:19:42 349

原创 Ubuntu+apache 单IP多站点设置

1、拷贝/etc/apache2/sites-available下面,那个默认文件default(无扩展名),然后用编辑器打开,改写里面的内容。   RewriteEngine On   ServerName 92mao.com                         /*域名*/   ServerAlias www.92mao.com                

2014-07-24 09:42:51 648

原创 ios应用开发1

mkdir iOStouch hello word.m

2014-06-30 23:12:10 308

原创 jquery导航选中

$(document).ready(function(){                $(".cur a").each(function(){          $this = $(this);          if($this[0].href==String(window.location)){              $this.addClass("hover");  

2014-06-27 09:39:06 274

屏幕取色器

非常好用,主要用于取色等。

2014-06-14

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除