//MenuView.h//// MenuView.h// RockPopMenu//// Created by zhuang chaoxiao on 14-6-26.// Copyright (c) 2014年zhuang chaoxiao. All rights reserved.//#impo...
分类:
移动开发 时间:
2014-07-07 08:33:40
阅读次数:
209
1. [代码][JavaScript]代码 //javascript Object: ajax Object//Created By RexLeefunction Ajax(url,data){ this.url=url; this.data=data; this.browser=(func...
分类:
编程语言 时间:
2014-07-07 00:28:43
阅读次数:
330
打开VMware系统时,出现错误“Invalid configuration file. File "I:/My Virtual Machines/Windows XP english Professional/Windows XP Professional.vmx" was created by ...
分类:
其他好文 时间:
2014-07-06 19:06:08
阅读次数:
175
.h文件
//
// NSJSONSerialization+Manage.h
// SVPullToRefreshDemo
//
// Created by Fuer on 14-7-4.
// Copyright (c) 2014年 Home. All rights reserved.
//
#import
/**
* The domain for NSErrors gener...
分类:
Web程序 时间:
2014-07-06 08:45:18
阅读次数:
216
linux下数据库实例开机自启动设置
1、修改/oratab
[root@org54 ~]# vi/etc/oratab --把N改为Y,如下提示
# This file is used by ORACLEutilities. It is created by root.sh
# and updated by the Database ConfigurationAssistant...
分类:
数据库 时间:
2014-07-05 23:57:08
阅读次数:
512
MAC OS X socket 2 [a simple example]
Xcode->New Workspace
XCode->New Project: C: [Add to : ?]
Server:
code
//
// main.c
// s2
// Server
// Created by DMD on 4/7/14.
#include
#include
#inc...
分类:
其他好文 时间:
2014-07-05 22:58:46
阅读次数:
327
错误:Error msg: A reference was created to embedded interop assembly. because of an indirect reference to that assembly created by assembly. Consider ch...
分类:
其他好文 时间:
2014-07-05 21:05:45
阅读次数:
1107
第一个只出现一次的字符 代码(C)本文地址: http://blog.csdn.net/caroline_wendy题目: 在字符串中找出第一个只出现一次的字符.字符是char类型, 所以匹配256种可能, 采用hash表, 计算出现的次数, 再找到第一次出现的字符.代码:/*
* main.cpp
*
* Created on: 2014.6.12
* Author: Spi...
分类:
其他好文 时间:
2014-07-04 07:50:21
阅读次数:
174
LWTViewController.m//// LWTViewController.m// 网络编程练习 -- 检测网络状态//// Created by apple on 14-7-2.// Copyright (c) 2014年 lwt. All rights reserved.//#i...
分类:
其他好文 时间:
2014-07-03 22:42:58
阅读次数:
303
网络编程基础 -- NSURLConnection-- GET请求LWTViewController.m//// LWTViewController.m// 网络编程练习 -- NSURLConnection -- get请求//// Created by apple on 14-6-26./...
分类:
其他好文 时间:
2014-07-03 12:07:21
阅读次数:
358