在使用isset检测session的一个取值是否存在时,产生了这个问题翻译一下:不能在填写的内容中使用函数的返回值。然后我查看了php手册看isset函数的使用:isset()只能用于变量,因为传递任何其它参数都将造成解析错误。所以返回值不是变量就产生了错误。我当时的错误代码是这样的if(!iss....
分类:
其他好文 时间:
2015-11-16 10:51:56
阅读次数:
353
JQuery color, a jQuery plugin that adds the ability to do color animations to jQuery. Demo effect:Sample code: You can also fork the github: https:...
分类:
Web程序 时间:
2015-11-16 06:12:12
阅读次数:
138
今天去了蟒山,天池,刚去的时候身体有点难受,整天都是那样,回来就好多了,不知道怎么回事。 天池竟然是个人造池,挺大,没有去十三陵,回来都很晚了。 去天池竟然是走的小路,已经关了,不让进,里边玲玲清清的,就我们两个人。 鱼都死没了,看着鱼缸,空落落的,哎。 今天啊。也没什么了,反正一天天的...
分类:
其他好文 时间:
2015-11-16 00:41:20
阅读次数:
162
你要是看Python的源码或者相关框架的源码,总是在 __init__.py 或者是源文件的开头看到一个 __all__ 变量的定义,今天就说说它的作用。
问题出处Can someone explain all in Python?问题我越来越多的使用Python了,经常看到 __all__ 变量再各种 __init__.py 文件中,谁能解释为什么那么做呢?解答它是一个string元素组成的lis...
分类:
编程语言 时间:
2015-11-15 13:34:48
阅读次数:
160
Store, in Flux which manager the state of the application.You can use EventEmiiter to listen to the change to state.import {dispatch, register} from '...
分类:
其他好文 时间:
2015-11-14 23:30:30
阅读次数:
371
整了两天,一直以为是电脑系统原因,或者说是VC++6.0的版本太老了。 万万没想到:这仅仅只是中文路径问题啊,以前都是听人说的,只是时间长了,就被我给忽视掉了。
分类:
Windows程序 时间:
2015-11-14 20:33:09
阅读次数:
3183
Before explaining what?Delayed ACK?is, lets start by clarifying some concepts.TCP/IP?is used to refer to two different things. On one side?TCP/IP?is a suite of protocols that rule the Interne...
分类:
其他好文 时间:
2015-11-14 19:26:24
阅读次数:
449
We can use two ways to install g++ on Ubuntu. 1. a. sudo apt-get install make gcc g++. b. sudo apt-get install manpages-dev. 2. sudo apt-get ins...
分类:
系统相关 时间:
2015-11-14 16:23:05
阅读次数:
261
翻译这里写代码片原文Given an array and a value, remove all instances of that value in place and return the new length.The order of elements can be changed. It doesn't matter what you leave beyond the new length....
分类:
其他好文 时间:
2015-11-14 08:43:43
阅读次数:
240
直接上代码//: Playground - noun: a place where people can playimport UIKitvar number = 123var str = "this \(number)"//输出字符串let 😙 = "123"let testInt : Int ...
分类:
编程语言 时间:
2015-11-14 01:05:34
阅读次数:
275