自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 Reverse Integer LeetCode Java

Reverse digits of an integer.Example1: x = 123, return 321Example2: x = -123, return -321public class Solution { public int reverse(int x) { if(x==Integer.MIN_VALUE)

2016-10-26 22:19:40 288

原创 Add Two Numbers LeetCode Java

Add Two Numbers

2016-10-26 20:17:25 240

原创 Two Sum Leetcode

Given an array of integers, return indices of the two numbers such that they add up to a specific target.You may assume that each input would have exactly one solution.Example:Given nums =

2016-10-26 18:29:22 331

原创 mysqldump

$ mysqldump -uroot -p ott_cibn_cms2_staging > /opt/app/ruby/ott-cibn-cms-2.0/current/public/db.sql$ mysql -h localhost -u root -p ott_cibn_cms2_development

2016-10-18 14:41:27 290

原创 error 502 in ngin php5-fpm

unix:/var/run/php5-fpm.sock failed (11: Resource temporarily unavailable)http://stackoverflow.com/questions/10470109/error-502-in-nginx-php5-fpm/10470827#10470827http://stackoverflow.com/questions

2016-10-18 13:24:08 297

原创 wordpress博客服务器迁移过程中总结

(0)安装php环境# yum install nginx php-fpm  php-mysql mysql-server php-mbstring php-gd php-pear php-mcrypt  php-mhash php-eaccelerator php-suhosin php-tidy php-curl (1) connect() to unix:/var/r

2016-10-18 12:44:23 331

三级网络经典题

三级计算机网络的经典题,上机考试之前必备的复习宝典

2012-10-22

空空如也

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

TA关注的人

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