上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页
摘要: 简单介绍一下NSDictionary用法:main: 1 // 2 // main.m 3 // NSDictionary 4 // 5 // Created by dingxiaowei on 13-5-15. 6 // Copyright (c) 2013年 dingxiaowei. All rights reserved. 7 // 8 9 #import <Foundation/Foundation.h> 10 #import "Student.h" 11 #pragma mark - 字典的创建 12 void dicCreate(){ 13 //.. 阅读全文
posted @ 2013-05-16 17:31 蓬莱仙羽 阅读(254) 评论(0) 推荐(0)
摘要: main函数: 1 // 2 // main.m 3 // NSArray排序 4 // 5 // Created by dingxiaowei on 13-5-13. 6 // Copyright (c) 2013年 dingxiaowei. All rights reserved. 7 // 8 9 #import 10 #import "Student.h" 11 #pragma mark - 派生出新数组 12 void newArray(){ 13 NSArray *array1=[NSArray arrayWithObjects:@"1",@ 阅读全文
posted @ 2013-05-14 22:39 蓬莱仙羽 阅读(993) 评论(0) 推荐(0)
摘要: //// main.m// NSArray//// Created by dingxiaowei on 13-5-12.// Copyright (c) 2013年 dingxiaowei. All rights reserved.//#import <Foundation/Foundation.h>#import "Student.h"void arrayCreate(){ //静态创建数组,a不需要我们管理内存 NSArray *array=[NSArray array]; array = [NSArray arrayWithObject:@"ab 阅读全文
posted @ 2013-05-13 16:28 蓬莱仙羽 阅读(274) 评论(0) 推荐(0)
摘要: 整理整理NSSting的常见用法//// main.m// NSString//// Created by dingxiaowei on 13-5-4.// Copyright (c) 2013年 dingxiaowei. All rights reserved.//#import <Foundation/Foundation.h>void stringCreate(){ //C语言中的字符串 //char * s="hello"; NSString *str=@"this is a NSString"; NSLog(@"%@\n& 阅读全文
posted @ 2013-05-12 10:00 蓬莱仙羽 阅读(333) 评论(0) 推荐(0)
摘要: 32 位机上根据下面的代码,问哪些说法是正确的?signed char a = 0xe0;unsigned int b = a;unsigned char c = a;A. a>0 && c>0 为真 B. a == c 为真 C. b 的十六进制表示是:0xffffffe0 D. 上面都不对分析:坑爹丫,有木有!10 个人 9 个这个恐怕都不敢确定!(敢肯定的要么是高手,要么就是错的!) B me 认为是错的,一个 uchar 和一个 schar 比较,真的就是一个字节在比较吗?C me 认为是对的,将一个 schar 赋值给一个 uint,要不要符号扩展呢?是绝 阅读全文
posted @ 2013-05-07 18:40 蓬莱仙羽 阅读(297) 评论(0) 推荐(0)
摘要: htmhtml:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title> <script src="Scripts/jquery-1.9.1.js& 阅读全文
posted @ 2013-05-05 20:44 蓬莱仙羽 阅读(286) 评论(0) 推荐(0)
摘要: html:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title> <script type="text/javascript"> 阅读全文
posted @ 2013-05-05 19:16 蓬莱仙羽 阅读(692) 评论(1) 推荐(0)
摘要: C Sharp 短信发送平台源代码.rar http://1000eb.com/5c6vASP.NET+AJAX基础示例 视频教程 http://1000eb.com/89jcC# Winform qq弹窗 360弹窗 http://1000eb.com/89jf精华志 C#高级编程(第七版)源码 http://1000eb.com/89k3C#网络应用编程教案及代码.rar http://1000eb.com/89khIPhone远程桌面xp控制+Desktop+Connect教程.rar http://1000eb.com/89kzphotoshop-PPT.rar http://1000 阅读全文
posted @ 2013-04-27 11:51 蓬莱仙羽 阅读(2503) 评论(0) 推荐(2)
摘要: <!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html;"><title>五子棋</title><link rel="stylesheet" type="text/css" href="http://sandbox.runjs.cn/uploads/rs/102/r2dy3tyw/reset.css"><sc 阅读全文
posted @ 2013-04-26 10:31 蓬莱仙羽 阅读(236) 评论(0) 推荐(0)
摘要: 1.//弹出对话框.点击转向指定页面 Response.Write("<script>window.alert('该会员没有提交申请,请重新提交!')</script>");Response.Write("<script>window.location='http://www.cgy.cn/bizpulic/upmeb.aspx'</script>");2.//弹出对话框Response.Write("<scriptlanguage='javascri 阅读全文
posted @ 2013-04-25 16:24 蓬莱仙羽 阅读(221) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页