forbidden mobile hold menu

Aug 25, 2016
/*Forbidden ios hold menu*/
*:not(input,textarea) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
mobile

Web Frontend Learning Path

Aug 9, 2016

What is a frontend developer?

what-is-front-end-dev

总而言之前端工程师就是运用HTML/CSS/JavaScript等Web技术,在工作中配合设计师实现用户界面,和后端工程师进行数据对接,完成Web应用开发。

frontend
list

Build-Website-from-zero

Aug 8, 2016

一个人做网站需要掌握哪些知识?

Code Editor
Version Control
Opensource

Wordpress On DaoCloud

Mar 20, 2016

DaoCloud is an Docker Service Provider. This tutorial helps you to set up an Wordpress blog on DaoCloud with persistent storage.

tutorial

Git rm history

Mar 12, 2016

Remove Git Histoy:

bash

Docker alias

Mar 12, 2016

Docker quick alias work with shadowsockets that helpful.

bash

IOS Concept Map

Mar 9, 2016

forked from @tangqiaoboy

ios

Awesome List of my own

Mar 5, 2016

This is a list of my favourite things.

note

How to set up a third party Wechat Official Account Service

Mar 1, 2016

1.Draw up your plan

What kind of services you’re planning to offer?The third party Wechat Official Account Service just like the service that 10086/10010 offer you via text messages.

php
wechat

Ubuntu Server snippets

Feb 23, 2016

Code highlighter with New syntax

bash

Using Laravel to set up a RESTful Service with Oauth2 Server

Feb 20, 2016

This tutorial is based on Laravel 5 token based Authentication (OAuth 2.0) & Dingo Wiki.They both have some bugs and I fixed them.

php

PHP pergmatch

Feb 5, 2016

Use regular expression to get a substring from a content.

<?php

$preg='/SOME TEXT A(.*?)SOME TEXT B/is';
preg_match($preg,$snoopy->results,$match);
$result = $match[1];
php

Auto update copyright year

Feb 3, 2016

Just in case.

document.write(new Date().getFullYear());
javascript

Yeoman ThinkPHP generator

Sep 4, 2015

I’ve be planning to work on this project for a long time. Laravel has a feature php artisan which is very helpful for developers. I really want to add the “generator” feature for ThinkPHP. which is a very popular framework in China.

thinkphp
yeoman

How to build a Hackintosh

Aug 23, 2015

Resources you may need

Mac
Hackintosh

Free Programing Books

Jul 3, 2015
reads

one Key VPN

Jun 12, 2015
vpn

URL Scheme

May 3, 2015
url scheme

Git Notes

Apr 18, 2015
git