Requirement
Implement a custom social newsfeed, user can retrieve/new/reply/like/unlike a post, and ability to auto retrieve hastags when input "#". you would be notice that the UI is same as the de...
分类:
其他好文 时间:
2015-01-26 19:25:27
阅读次数:
195
//获取当前的url var url=document.location.href; var url_cn='http://www.macau-airport.com/cn/our-business/for-rental/mia-tender-notice'; va...
分类:
其他好文 时间:
2015-01-26 11:51:33
阅读次数:
231
#定义Nginx运行的用户和用户组user www www;#nginx进程数,建议设置为等于CPU总核心数。worker_processes 8;#全局错误日志定义类型,[ debug | info | notice | warn | error | crit ]error_log /var/lo...
分类:
其他好文 时间:
2015-01-23 16:03:48
阅读次数:
146
Notice that the number 123456789 is a 9-digit number consisting exactly the numbers from 1 to 9, with no duplication. Double it we will obtain 2469135...
分类:
其他好文 时间:
2015-01-22 08:14:35
阅读次数:
413
先区别一下php中错误 与 异常的概念吧PHP错误:是属于php程序自身的问题,一般是由非法的语法,环境问题导致的,使得编译器无法通过检查,甚至无法运行的情况。平时遇到的warming、notice都是错误,只是级别不同而已。PHP异常:一般是业务逻辑上出现的不合预期、与正常流程不同的状况,不是语法...
分类:
Web程序 时间:
2015-01-19 20:39:07
阅读次数:
200
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own id...
分类:
移动开发 时间:
2015-01-16 18:53:32
阅读次数:
139
用到Media Player,遇到几个问题,记一下用法就不说了,使用的时候最好参考一下mediaPlayer的这张图第一个错误是Media Player called in state 8这个是因为在调用start之前没有prepare,因为我是用了mediaPlayer = MediaPlayer.create(context, R.raw.notice);去初始化的播放器,这个接口说明只要成功...
分类:
移动开发 时间:
2015-01-10 22:23:32
阅读次数:
350
#定义Nginx运行的用户用户组userwwwwww;#nginx进程数,建议设置为等于CPU总核心数。worker_processes8;#全局错误日志定义类型,[debug|info|notice|warn|error|crit]error_log/var/log/nginx/error.loginfo;#进程文件pid/var/run/nginx.pid;#一个nginx进程打开的最多文件描述符..
分类:
其他好文 时间:
2015-01-09 10:54:55
阅读次数:
121
扩展不必说了,自己装去,如果连sapi都搞不定,那只能说你并不适合使用workerman。Notice : Soft open files now is 1024, We recommend greater than 10000解决办法:增大文件 soft open file数量解决过程尝试1sud...
分类:
其他好文 时间:
2015-01-08 12:47:52
阅读次数:
683
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding c...
分类:
其他好文 时间:
2015-01-07 13:09:24
阅读次数:
193