]]>花78美元,人人都可以擁有一臺智能手機驅動的機器人Romohttp://www.shnenglu.com/gezidan/archive/2011/10/09/157858.htmlGezidan StudioGezidan StudioSun, 09 Oct 2011 05:28:00 GMThttp://www.shnenglu.com/gezidan/archive/2011/10/09/157858.htmlhttp://www.shnenglu.com/gezidan/comments/157858.htmlhttp://www.shnenglu.com/gezidan/archive/2011/10/09/157858.html#Feedback2http://www.shnenglu.com/gezidan/comments/commentRss/157858.htmlhttp://www.shnenglu.com/gezidan/services/trackbacks/157858.html 目前初期Romo正在開發的應用包括3款:一款是RomoRemote——遙控該機器人,你可以通過手機上的攝像頭查看機器人周圍的情況,也就是具有了間諜功能。Romo Kart:攻擊應用,通過該應用你可以向機器人發出攻擊命令,主要可以用于和同伴比賽玩耍。Drag and Drop Programming Module:你可以直接在你的智能手機上編程,并看著該機器人執行你的命令。 閱讀全文
int _tmain(int argc, _TCHAR* argv[])
{
const int a=10;
const int *p1=&a;
int *p2=const_cast(p1);
if (&a==p1)
{
printf("&a==p1\n");
}
else
{
printf("&a!=p1\n"); 閱讀全文
]]>IIS Express refuses to starthttp://www.shnenglu.com/gezidan/archive/2011/08/12/153236.htmlGezidan StudioGezidan StudioFri, 12 Aug 2011 14:05:00 GMThttp://www.shnenglu.com/gezidan/archive/2011/08/12/153236.htmlhttp://www.shnenglu.com/gezidan/comments/153236.htmlhttp://www.shnenglu.com/gezidan/archive/2011/08/12/153236.html#Feedback0http://www.shnenglu.com/gezidan/comments/commentRss/153236.htmlhttp://www.shnenglu.com/gezidan/services/trackbacks/153236.htmlReport ListenerChannel stopped due to failure; ProtocolId:http,ListenerChannelId:0
HostableWebCore activation failed.
Unable to start iisexpress.
The interface is unknown.
For more information about the error, run iisexpress.exe with the tracing switch enabled." 閱讀全文