经典
作者: CouldHll
Monkey
Monkey is a brand spanking new programming language that allows you to create apps on multiple platforms with the greatest of ease.
Corona
http://www.anscamobile.com/corona/
robotlegs
http://www.robotlegs.org/
Robotlegs is a pure AS3 micro-architecture (framework) with a light footprint and limited scope. Simply put, Robotlegs is there to help you wire your objects together. It provides the glue that your application needs to easily function in a decoupled way. Through the use of automated metadata based dependency injection Robotlegs removes boilerplate code in an application. By promoting loose coupling and avoiding the use of Singletons and statics in the framework Robotlegs can help you write code that is highlytestable.
运用依赖注入在MVC框架下,实现了依赖自动化,确实很方便。
中文教程:https://github.com/robotlegs/robotlegs-documentation/blob/master/best-practices-zh-cn.textile
《龙门飞甲》
《志明与春娇》
《父亲》之《父子篇》
愚人节弹出框Safari解决办法
defaults write com.apple.Safari ApplePersistenceIgnoreState YES
Lc.exe已退出 代码为-1
问题描述:今天使用VS2010开发Jaguar,编译报错:"Lc.exe已退出 代码为-1 "
问题分析:在项目中增加了一个第三方组件,后来删除了,我的计算机上没有这个第三方组件,结果导致了LC.exe错误
问题解决:
1、把项目文件夹下Properties文件夹下的licenses.licx文件删除,重新编译即可;
2、文本方式打开*.csproj文件,在文件中查找licenses.licx字样,删除对应节点。
注意:还有一种情况就是Properties文件夹下已经没有licenses.licx文件了,程序还是报这个错,这个时候你只需要重命名一个空的txt文件为licenses.licx再放入Properties文件夹,问题也可解决。
Kinect for Xbox not supported.
问题描述:今天Jaguar安装测试。
安装KinectRuntime-v1.0-Setup.exe驱动后程序显示:
Kinect for Xbox not supported.
问题分析:因为在开发的机器上直接运行程序是没有问题,就想到是不是驱动不一样的问题。
问题解决:把之前安装的Kinect驱动删除,然后安装KinectSDK-v1.0-Setup.exe驱动。