原计划于周六开始着手写本次工程,周六下午配置好相关的开发环境和性能分析工具,晚上开始分析需求并构划大致的代码框架,周日正式开始代码正文的编写,于周一初步完成simple mode的代码设计,周二和周三除去写其他课程的作业再完成mode2和mode3的设计,再进行简单的代码优化。但是真正实施起来时才发...
分类:
其他好文 时间:
2014-09-25 02:08:47
阅读次数:
274
error: 'for' loop initial declarations are only allowed in C99 mode
使用gcc编译代码是报出
error: 'for' loop initial declarations are only allowed in C99 mode
note: use option -std=c99 or -std=gnu99 ...
分类:
其他好文 时间:
2014-09-24 23:35:17
阅读次数:
209
1. Mode.csl: using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace ProgressBar.Models{ public class User {...
分类:
Web程序 时间:
2014-09-24 19:51:27
阅读次数:
254
#ifdef TEST_MODE#define NSLog(...) iydLog(__FILE__, __FUNCTION__, __LINE__, __VA_ARGS__)#endif//// iydLogWithFile.m// ebook//// Created by xiejinni...
分类:
其他好文 时间:
2014-09-24 19:06:47
阅读次数:
142
Implement strStr().
Returns a pointer to the first occurrence of needle in haystack,or null if needle is not part of haystack....
分类:
其他好文 时间:
2014-09-24 17:52:27
阅读次数:
159
Flag Function ios::in Opens an input file. Use this as an open mode for an ofstreamto prevent truncating an existing file. ios::out Opens an output fi...
分类:
其他好文 时间:
2014-09-24 17:31:07
阅读次数:
233
chmod----改变一个或多个文件的存取模式(mode)chmod [options] mode files只能文件属主或特权用户才能使用该功能来改变文件存取模式。mode可以是数字形式或以who opcode permission形式表示。who是可选的,默认是a(所有用户)。只能选择一个opc...
分类:
系统相关 时间:
2014-09-24 16:00:36
阅读次数:
211
//实例化SharedPreferences对象(第一步) SharedPreferences mySharedPreferences= getSharedPreferences("test", Activity.MODE_PRIVATE); //实例化SharedPreferences.Edito...
分类:
移动开发 时间:
2014-09-24 14:55:46
阅读次数:
157
FTP的连接一般是有两个连接的,一个是客户程和服务器传输命令的,另一个是数据传送的连接。FTP服务程序一般会支持两种不同的模式,一种是Port模式,一种是Passive模式(Pasv Mode),我先说说这两种不同模式连接方式的分别。先假设客户端为C,服务端为S.Port模式:当客户端C向服务端S连...
分类:
其他好文 时间:
2014-09-24 14:45:26
阅读次数:
186
From :http://sqlblog.com/blogs/maria_zakourdaev/archive/2012/05/11/sqlcmd-mode-give-it-one-more-chance.aspx?utm_source=tuicool- Click on me. Choose me...
分类:
数据库 时间:
2014-09-24 14:17:16
阅读次数:
546