码迷,mamicode.com
首页 >  
搜索关键字:supra vaider h supra indy ns    ( 1744个结果
web.xml里<init-param>报错
Description Resource Path Location Type cvc-complex-type.2.4.a: Invalid content was found starting with element 'init-param'. One of '{"http://java.sun.com/xml/ns/javaee":enabled, "http://java.sun....
分类:Web程序   时间:2014-06-03 05:31:38    阅读次数:514
cocos2d-x3.0 Slider
.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; ...
分类:其他好文   时间:2014-05-31 03:16:56    阅读次数:270
时?间?单?位?换?算?表
时间单位换算表1秒=1000毫秒(ms)1毫秒=1/1,000秒(s)1秒=1,000,000微秒(μs)1微秒=1/1,000,000秒(s)1秒=1,000,000,000纳秒(ns)1纳秒=1/1,000,000,000秒(s)1秒=1,000,000,000,000皮秒(ps)1皮秒=1/1...
分类:其他好文   时间:2014-05-29 18:59:30    阅读次数:202
iOS 转场动画
Inherits fromCAAnimation:NSObjectConforms toNSCoding (CAAnimation)NSCopying (CAAnimation)CAAction (CAAnimation)CAMediaTiming (CAAnimation)NSObject (NS...
分类:移动开发   时间:2014-05-28 00:39:11    阅读次数:282
UIViewController新方法的使用(transitionFromViewController:toViewController:duration:options:animations:completion:)
iOS5中,UIViewController新添加了几个方法:- (void)addChildViewController:(UIViewController *)childController NS_AVAILABLE_IOS(5_0);- (void) removeFromParentViewC...
分类:其他好文   时间:2014-05-27 16:07:35    阅读次数:456
Cocos2d-x 系列五之三大特效
1.场景切换新建一个类ImageScene#ifndef IMAGESCENE_H#define IMAGESCENE_H#include #include USING_NS_CC;class ImageScene : public Layer {public: virtual bool...
分类:其他好文   时间:2014-05-26 10:59:54    阅读次数:429
webservice初级
在学习webservice的时候,经常将ns和url花了好久时间才理解过来,这里备份下! 首先定义接口: @WebService public interface IService { @WebResult(name = "login") public User login(@WebParam(name = "username") String username, @WebParam...
分类:Web程序   时间:2014-05-26 03:41:56    阅读次数:302
linux 常用命令 dig scp
digdig[option]FQDN[@server]@server:如果不以/etc/resolv.conf的设定来作为DNS查询,可在此填入其他的IPoptions:相关的参数很多,主要有+trace,-ttype以及-x三者最常用+trace:就是从.开始追踪,在19.1.2里面谈过了!回头瞧瞧去!-ttype:查询的数据主要有mx,ns,soa等类型-x..
分类:系统相关   时间:2014-05-24 15:26:22    阅读次数:373
iOS多线程编程技术之NSThread、Cocoa NSOperation、GCD
简介iOS有三种多线程编程的技术,分别是:(一)NSThread(二)Cocoa NSOperation(三)GCD(全称:Grand Central Dispatch)这三种编程方式从上到下,抽象度层次是从低到高的,抽象度越高的使用越简单,也是Apple最推荐使用的。三种方式的优缺点介绍:1)NS...
分类:移动开发   时间:2014-05-22 01:57:09    阅读次数:494
基于注解的Spring MVC整合Hibernate
1、导入jar 2、web.xml配置  xmlns="http://java.sun.com/xml/ns/j2ee"  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee  http://ja...
分类:编程语言   时间:2014-05-21 09:06:23    阅读次数:484
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!