6. ModulesIf you quit from the Python interpreter and enter it again, the definitions you have made (functions and variables) are lost. Therefore, if ...
分类:
编程语言 时间:
2015-03-19 00:40:15
阅读次数:
287
重启系统之后,DevStack的nova-computer, nova-network等等各项服务不会自动启动,需要自己写一个脚本来启动。
#this script is intented to restart your openstack built by devstack.
#Test CentOS+DevStack sucess
#if you have some problems wit...
分类:
其他好文 时间:
2015-03-18 16:04:09
阅读次数:
3719
A typical install of OS X won't create a .bash_profile for you. When you want to run functions from your command line, this is a must-have.Start up Te...
分类:
系统相关 时间:
2015-03-18 15:30:52
阅读次数:
190
We often want to execute Go code at some point in the future, or repeatedly at some interval. Go's built-in timer and ticker features make both od the...
分类:
其他好文 时间:
2015-03-18 13:53:26
阅读次数:
132
Ionic 框架貌似内部有下面这两个组合。//这句话待定啊Cordova这句解释最棒:When using the Cordova APIs, an app can be built without any native code (Java, Objective-C, etc) from the ...
分类:
其他好文 时间:
2015-03-17 20:08:03
阅读次数:
250
匿名函数(Anonymous functions),也叫闭包函数(closures),允许 临时创建一个没有指定名称的函数。最经常用作回调函数(callback)参数的值。当然,也有其它应用的情况。结合array_walk和匿名函数来实现一个结算功能array_walk() 函数对数组中的每个元素应...
分类:
Web程序 时间:
2015-03-17 19:47:01
阅读次数:
174
今天有一个app审核被拒了,提示app里面包括了一个更新按钮,而app的更新必须用IOS的内置更新机制,而不是app里面含有更新视图苹果的审核规则随时都会变,好吧,那就去掉了,重新打包上传审核
分类:
移动开发 时间:
2015-03-17 10:08:18
阅读次数:
699
查看apache工作模式的办法: `apache2ctl -V` Server version: Apache/2.4.7 (Ubuntu) Server built: Apr 3 2014 12:20:28 Server‘s Module Magic Number: 20120211:27 Server loaded: APR 1.5.1-dev, APR-UTIL 1...
分类:
Web程序 时间:
2015-03-16 21:27:53
阅读次数:
237
http://www.cnblogs.com/yanlingyin/archive/2012/04/23/2466141.htmlLinux下对文件操作有两种方式:系统调用(system call)和库函数调用(Library functions)。可以参考《Linux程序设计》(英文原版为《Beg...
分类:
系统相关 时间:
2015-03-16 16:03:31
阅读次数:
193