titleui-router 会去解析body里的ui-sref,title对ui-router来说是一种状态,接着会去找着状态$stateProvider .state('title', { url: '/title', ... })state就是状态,发现了就会把ti...
分类:
其他好文 时间:
2014-12-05 12:17:38
阅读次数:
165
LUA可谓是配置文件神器,具体功能用过才知道,接近两年没用了抽了俩小时熟悉了下基本的用法。
包括C/LUA堆栈操作 函数相互调用 以及LUA的闭包 C++和LUA相互闭包
要学习LUA首先要理解LUA和C/C++交互的堆栈lua_State 这里引用网友的一篇文章很详细
http://wind-catalpa.blog.163.com/blog/static/1147535432013...
分类:
编程语言 时间:
2014-12-05 07:04:40
阅读次数:
208
此课程(MOOCULUS-2 "Sequences and Series")由Ohio State University于2014年在Coursera平台讲授。PDF格式教材下载 Sequences and Series本系列学习笔记PDF下载(Academia.edu) MOOCULUS-2 So...
分类:
其他好文 时间:
2014-12-04 06:17:49
阅读次数:
321
状态机是非常常用的游戏编程模式,状态机的设计也有简单或复杂的区别。我脑海里的状态机状态机是什么样的?这是一个非常典型的状态机设计(随手写的):// 状态类 class State { // 保存的状态机引用 StateMachine _machine; ...
分类:
编程语言 时间:
2014-12-04 00:49:36
阅读次数:
457
概述 The following diagram shows the important state paths of an Activity. The square rectangles represent callback methods you can implement to perfor....
分类:
移动开发 时间:
2014-12-03 20:45:59
阅读次数:
182
DescriptionThe Berland State University is hosting a ballroom dance in celebration of its 100500-th anniversary!nboys andmgirls are already busy rehea...
分类:
其他好文 时间:
2014-12-03 16:55:27
阅读次数:
235
keepalived做HA时,经常会遇到抢占式的master和backup之间的切换
example:
通常如果master服务死掉后backup会变成master,但是当master服务又好了的时候 master此时会抢占VIP,这样就会发生两次切换对业务繁忙的网站来说是不好的。所以我们要在配置文件加入 nopreempt 非抢占,但是这个参数只能用于state 为b...
分类:
其他好文 时间:
2014-12-02 19:18:35
阅读次数:
163
什么样类型的函数可以被Lua调用typedef int (*lua_CFunction) (lua_State *L);符合类型的函数怎样处理后才可以被Lua调用使用lua_register或者 lua_pushfunction和lua_setglobal()把要调用的函数加入到lua状态机中。#d...
分类:
其他好文 时间:
2014-12-02 19:03:39
阅读次数:
249
As usual, it has to do with classloading and that JBoss internally also uses slf4j and logback. As everyone seems to state just about everywhere, JBos...
分类:
其他好文 时间:
2014-12-02 18:55:34
阅读次数:
230
Clusterware 安装正常,但安装Oracle 软件的时候,runInstaller 看不到节点信息: [grid@rac1 bin]$ crs_stat -tName Type Target State Host --------------------------------------------------------...
分类:
数据库 时间:
2014-12-02 13:38:14
阅读次数:
300