码迷,mamicode.com
首页 >  
搜索关键字:io    ( 172858个结果
iOS Dev (66) 一个手机游戏程序的基本考虑
iOS Dev (66) 一个手机游戏程序的基本考虑 博客:http://blog.csdn.net/prevention作者:大锐哥摘自:Learn iPhone and iPad cocos2d Game Development 1 基本流程内的 handler 程序启动 applicationDidFinishLaunching 程序切到后台 applicationDidE...
分类:移动开发   时间:2014-07-03 18:44:47    阅读次数:236
iOS Dev (67) 单例的实现
iOS Dev (67) 单例的实现 博客:http://blog.csdn.net/prevention作者:大锐哥摘自:Learn iPhone and iPad cocos2d Game Development 实现 在 .m 文件中 static MyManager *sharedManager = nil; +(MyManager*) sharedManager { ...
分类:移动开发   时间:2014-07-03 18:44:09    阅读次数:202
sql-server 2005数据库文件恢复(检测到基于一致性的逻辑 I/O 错误)
今天sql-server数据库突然报错: SQL Server 检测到基于一致性的逻辑 I/O 错误 校验和不正确(应为: 0x7c781313,但实际为: 0x67a313c9)。在文件 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\E_BLOCK_DB.mdf' 中、偏移量为 0x00000000a34000 的位置对数据...
分类:数据库   时间:2014-07-03 18:37:04    阅读次数:255
servlet调用的几种方式
参见 文库/java/javaEE全新学习教程2.2节 1.通过URL调用 2通过提交表单 3超链接 4 javascript写一个函数,调用这个函数 1,首先在工程的WebRoot文件夹下建立一个java类,这个类继承了HttpServlet  ,是一个servlet package make.servlet; import java.io.*; import...
分类:其他好文   时间:2014-07-03 18:00:11    阅读次数:247
shareSDK
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { [ShareSDK registerApp:@"iSDK"];     [self initializePlat]; } -(void)initia...
分类:其他好文   时间:2014-07-03 17:08:26    阅读次数:178
poj3177 Redundant Paths 边双连通分量
#include #include #include #include #include #include #include #include #include #define inf 0x3f3f3f3f #define eps 1e-6 #define ll __int64 using namespace std; #define N 1010 #define M 20010...
分类:其他好文   时间:2014-07-03 16:59:36    阅读次数:226
SPOJ 8222 NSUBSTR Substrings
Substrings Time Limit: 1000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu [Submit]   [Go Back]   [Status]   Description You are given a string S which cons...
分类:其他好文   时间:2014-07-03 16:52:59    阅读次数:166
POJ 3729 Facer’s string (后缀数组)
题目大意: 串1中有多少个后缀和 串2中的某个后缀 的lcp 为 k 思路分析: 先找出 长度至少为k的对数有多少。 再找出 至少为k+1的有多少 然后相减。 #include #include #include #include #include #include #define maxn 110005 using namespace std; int ...
分类:其他好文   时间:2014-07-03 16:26:57    阅读次数:195
zoj2588 Burning Bridges --- 求割边
#include #include #include #include #include #include #include #include #include #define inf 0x3f3f3f3f #define eps 1e-6 #define ll __int64 using namespace std; #define N 10010 #define M 1000...
分类:其他好文   时间:2014-07-03 16:22:19    阅读次数:224
[LeetCode]Remove Duplicates from Sorted List
[LeetCode]Remove Duplicates from Sorted List...
分类:其他好文   时间:2014-07-03 16:00:08    阅读次数:202
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!