step += 5; float ra = (float)
CC_DEGREES_TO_RADIANS(step); float i = sinf(ra) *
pNode->getCamera()->getZEye(); float j = cosf(ra) *
pNode->getCamera()...
分类:
其他好文 时间:
2014-06-06 21:58:49
阅读次数:
1731
package cc.c; import android.app.Activity;import
android.os.Bundle;import android.text.Selection;import
android.text.Spannable;import android.text.met...
分类:
移动开发 时间:
2014-06-06 14:57:36
阅读次数:
364
我们将要实现一个进行应用层DDoS攻击的工具,综合考虑,CC攻击是最佳选择。使用bash
shell脚本来快速实现并验证这一工具。在最后,将花费大量的笔墨来讨论如何防御来自应用层的DDoS攻击,描述了一个应对应用层DDoS攻击的防御状态机。访问
http://eecs.cc:8080/ 查看靶机状态...
分类:
其他好文 时间:
2014-06-05 22:12:03
阅读次数:
523
.h#include "cocos2d.h"#include
"cocos-ext.h"#include "ui/CocosGUI.h"#include
"cocostudio/CocoStudio.h"USING_NS_CC;USING_NS_CC_EXT;using namespace ui;R...
分类:
其他好文 时间:
2014-06-05 19:46:34
阅读次数:
287
//#include #pragma once#include
"cocos2d.h";#include "iconv\include\iconv.h"//#if (CC_TARGET_PLATFORM ==
CC_PLATFORM_WIN32) // 编译链接的时候指定静态库 //#pragm.....
分类:
其他好文 时间:
2014-06-05 19:25:43
阅读次数:
300
Programs for handling SQL commands. The "core" of
MySQL.These are the.cand.ccfiles in thesqldirectory:derror.cc --- read
language-dependent message fi...
分类:
数据库 时间:
2014-06-05 17:38:07
阅读次数:
362
微信占领了我们的生活,微信改变了我们的生活。公交车上刷微信,马桶上在刷微信,边吃饭边刷微信,工作一会儿就刷微信,甚至和朋友吃饭聚会也在刷微信,睡觉前的最后一个动作也在刷微信...
可见,微信现在占据了人们生活的很大一部分,而我们怎么能错过这个商机呢?新的营销时代,微信营销!
想了解微信公众平台管理系统吗http://chenxin.imicro.cc/ 爱微imicro微信公...
分类:
微信 时间:
2014-06-05 06:26:48
阅读次数:
442
MainActivity如下:
package cc.c;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.util.List;
import android.app.Activity;
import android.app.ActivityMan...
分类:
移动开发 时间:
2014-06-02 23:53:57
阅读次数:
503
#include"HelloWorldScene.h"
#include"MyLayer.h"
usingnamespacecocos2d;
CCScene*HelloWorld::scene()
{
CCScene*scene=NULL;
do
{
//‘scene‘isanautoreleaseobject
scene=CCScene::create();
CC_BREAK_IF(!scene);
//‘layer‘isanautoreleaseobject
HelloWorld*layer=HelloW..
分类:
移动开发 时间:
2014-06-02 07:53:45
阅读次数:
339
每一个网页都有一个favicon,在历史记录的保存中须要用到。在content文件夹下,这个没有实现。以下说一下我的实现过程:web_contents_impl.cc文件里有方法:WebContentsImpl::OnUpdateFaviconURL这种方法是内核解析到favicon之后,给chro...
分类:
Web程序 时间:
2014-06-01 17:15:22
阅读次数:
343