人脸识别的AS3类库
官方网站:http://www.beyond-reality-face.com
用于如下网站:
http://nike.jp/nikefree/freeface/
http://stride.qq.com
人脸识别的AS3类库
官方网站:http://www.beyond-reality-face.com
用于如下网站:
http://nike.jp/nikefree/freeface/
http://stride.qq.com
问题描述:
jacky今天show给我看一个Flash网站(Flash 10.0.0 发布):
http://home.ashley.com.cn/
结果鼠标中键不能用(Mac OSX 10.8.2,Safari 6.0.1)
问题解决:
Adboe实际上已经解决了这个问题,在10.0.42.34版本以及以上版本中。
但是jacky那边不能用高版本发布,所以还有一个替代方案:
http://blogs.adobe.com/cantrell/archives/2009/03/make_the_mouse.html
Max 能讓你用些小零件,創造出獨一無二的聲音,令人震驚的視覺效果,以及扣人心弦的互動媒體。這些零件叫做「物件」,也就是個小方塊,裡頭其實是一小段程式,能夠完成一些特定工作。每個物件所做的事情不同,有些能產生噪音,有些能做出視覺特效,其他的則是做些簡單計算或做出判斷。在 Max 裡工作時,就只是簡單地把物件放在畫布之上,用連接線把它們連在一起。用多少物件都沒有限制。你只要連接物件,不用寫任何程式碼,就能夠創造出互動而獨特的軟體(但如果你想要寫程式碼當然也可以)。所以,去連線吧!
官网:http://cycling74.com/products/max/
Learning Max/MSP:http://maxingmsp.wordpress.com
问题描述:废纸篓清倒的时候,一直显示“正在准备清倒废纸篓”。
问题解决:
使用如下终端命令,并强制关闭废纸篓后数次,重启数次后问题解决。
cd .Trash
sudo rm -rf ./*
Monkey is a brand spanking new programming language that allows you to create apps on multiple platforms with the greatest of ease.
http://www.anscamobile.com/corona/
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
defaults write com.apple.Safari ApplePersistenceIgnoreState YES
问题描述:今天使用VS2010开发Jaguar,编译报错:"Lc.exe已退出 代码为-1 "
问题分析:在项目中增加了一个第三方组件,后来删除了,我的计算机上没有这个第三方组件,结果导致了LC.exe错误
问题解决:
1、把项目文件夹下Properties文件夹下的licenses.licx文件删除,重新编译即可;
2、文本方式打开*.csproj文件,在文件中查找licenses.licx字样,删除对应节点。
注意:还有一种情况就是Properties文件夹下已经没有licenses.licx文件了,程序还是报这个错,这个时候你只需要重命名一个空的txt文件为licenses.licx再放入Properties文件夹,问题也可解决。
问题描述:今天Jaguar安装测试。
安装KinectRuntime-v1.0-Setup.exe驱动后程序显示:
Kinect for Xbox not supported.
问题分析:因为在开发的机器上直接运行程序是没有问题,就想到是不是驱动不一样的问题。
问题解决:把之前安装的Kinect驱动删除,然后安装KinectSDK-v1.0-Setup.exe驱动。