码迷,mamicode.com
首页 >  
搜索关键字:ns    ( 1657个结果
可压Navier-Stokes方程组的爆破现象
在Z.P. Xin, Blowup of smooth solutions to the compressible Navier-Stokesequations with compact density, 51 (1998), 229--240.中, 作者给出了可压NS的一个爆破现象. 而最近, 被...
分类:其他好文   时间:2014-10-02 09:46:12    阅读次数:140
ssh2项目整合 struts2.1+hibernate3.3+spring3 基于hibernate注解和struts2注解
项目目录结构如下: 核心配置文件: web.xml <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/...
分类:编程语言   时间:2014-09-29 19:17:41    阅读次数:253
TFS配置ha及failover测试
在配置完多台dataserver之后,就需要考虑到nameserver的单点故障问题。本文将介绍如何针对tfs的nameserver实现ha,官方推荐采用heartbeat实现,但heartbeat的实现配置同keepalive相比,复杂了许多,因而这里我们采用keepalive来实现namserver的ha和failover。环境介绍:NS服务..
分类:其他好文   时间:2014-09-29 16:57:01    阅读次数:272
# ** Error: (vsim-3601) Iteration limit reached at time 0 ns.
# ** Error: (vsim-3601) Iteration limit reached at time 0 ns.# run 400us# ** Error: (vsim-3601) Iteration limit reached at time 0 ns.# run 400us# ** E...
分类:其他好文   时间:2014-09-29 16:43:41    阅读次数:1052
cocos2dx 搜寻路径 之 dijkstra
使用cocos2dx 3.2 原理都一样 #ifndef __HELLOWORLD_SCENE_H__ #define __HELLOWORLD_SCENE_H__ #include "cocos2d.h" #include "vector" using namespace std; USING_NS_CC; class PathSprite : public cocos2d::Sprit...
分类:其他好文   时间:2014-09-29 01:23:57    阅读次数:215
cocos2dx 状态机
#pragma once#include "cocos2d.h"USING_NS_CC;enum EnumState{ enStateWriteCode, /* 状态:写代码 */ enStateWriteArticle, /* 状态:写教程 */ e...
分类:其他好文   时间:2014-09-27 22:26:00    阅读次数:127
【剑指offer】第一个仅仅出现一次的字符
转载请注明出处:http://blog.csdn.net/ns_code/article/details/27106997题目描写叙述:在一个字符串(1#include/*返回第一个出现一次的字符*/char FirstOnceChar(char *str){ if(str == NULL) re....
分类:其他好文   时间:2014-09-27 20:31:40    阅读次数:129
ajax加载本地html-Http status: 0 NS_ERROR_DOM_BAD_URI: Access to restricted URI denied
1. 问题描述:使用jquery的ajax方法加载本地html碎片到主html中去,报错如下:Http status: 0 NS_ERROR_DOM_BAD_URI: Access to restricted URI deniedajaxOptions: errorthrownError:NS_ER...
分类:数据库   时间:2014-09-25 11:47:58    阅读次数:262
cocos2d 动作切换
#include "HelloWorldScene.h"USING_NS_CC;CCScene* HelloWorld::scene(){ CCScene *scene = CCScene::create(); HelloWorld *layer = HelloWorld::create...
分类:其他好文   时间:2014-09-25 11:21:58    阅读次数:153
cocos2d 播放音乐
#include "HelloWorldScene.h"#include "SimpleAudioEngine.h" #define EFFECT_FILE "effect1.wav"#define MUSIC_FILE "background.mp3"USING_NS_CC;using...
分类:其他好文   时间:2014-09-24 14:51:46    阅读次数:226
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!