码迷,mamicode.com
首页 >  
搜索关键字:i see    ( 2224个结果
leetcode——String to Integer (atoi) 字符串转换为整型数(AC)
Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the possible input ca...
分类:其他好文   时间:2014-06-07 12:21:30    阅读次数:284
11gR2 dataguard 备库文件损坏处理一例
原文链接:11gR2 dataguard 备库文件损坏处理一例   某客户的一套11gR2 dataguard环境出现异常,检查发现是备库出现文件损坏,且无法正常情况,已经超过1个多月没同步了。 我们先来看下备库的日志: .......省略部分内容 See Note 411.1 at My Oracle Support for error and packaging details. S...
分类:其他好文   时间:2014-06-07 01:25:07    阅读次数:217
wifi enable
wifiservice.java wifistateMachine.java中 /** * see {@link android.net.wifi.WifiManager#setWifiEnabled(boolean)} * @param enable {@code true} to enable,...
分类:其他好文   时间:2014-06-06 20:13:55    阅读次数:600
使用SVN clang: error: linker command failed with exit code 1 (use -v to see invocation)
ld: library not found for -lxxxxxxxx clang: error: linker command failed with exit code 1 (use -v to see invocation)...
分类:其他好文   时间:2014-06-05 12:42:28    阅读次数:386
projecteuler---->problem=7----10001st prime
title: By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13. What is the 10 001st prime number? 翻译: 通过列出前6个质数,我们可知第6个质数是13。 那么第10001个质数是...
分类:其他好文   时间:2014-06-05 12:28:28    阅读次数:277
Managing the Activity Lifecycle 管理活动的生命周期
Managing the Activity Lifecycle 管理活动的生命周期 Previous         Next         Get started        Dependencies and prerequisites 依赖和先决条件 How to create an Android project (see Creating ...
分类:其他好文   时间:2014-06-05 06:25:32    阅读次数:300
用Service实现断点下载
红色字体部分为关键,其他都是浮云。。 /**  *  * 由于该Service用于多线程下载文件,需要确保原子性,一直处理一个DownLoadFilePO对象  *  * detailed comment  * @see  * @since 1.0  */ public class DownLoadService extends Service {     p...
分类:其他好文   时间:2014-06-04 22:03:23    阅读次数:423
pcre库编写的正则匹配程序
使用的是Philip Hazel的Perl-Compatible Regular Expression库,参考:http://see.xidian.edu.cn/cpp/html/1428.html执行匹配的时:gcc myreg.cip.pat 内容:ip.*[0-9]+\.[0-9]+\.[0-...
分类:其他好文   时间:2014-06-03 14:07:42    阅读次数:473
LeetCode: String to Interger (atoi) 题解
Implementatoito convert a string to an integer.Hint:Carefully consider all possible input cases. If you want a challenge, please do not see below and ...
分类:其他好文   时间:2014-06-02 08:51:43    阅读次数:233
安装LINUX X86-64的10201出现链接ins_ctx.mk错误-转自yingtingkun
详细错误信息为:Error in invoking target‘install’of makefile‘/opt/oracle/product/10.2/ctx/lib/ins_ctx.mk’. See‘/opt/oracle/oraInvertory/logs/installActions201...
分类:系统相关   时间:2014-05-31 06:14:14    阅读次数:512
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!