码迷,mamicode.com
首页 >  
搜索关键字:could you do me a favor    ( 45411个结果
oracle启动,提示“LRM-00109: could not open parameter file”
在oracle10g中,oracle默认将使用spfile启动数据库,如果spfile不存在,则就会出现上述错误。解决方法:将$ORACLE_BASE/admin/你的数据库名称/pfile/init.ora.628201264542(这串数字未必一样) copy到$ORACLE_HOME/dbs目...
分类:数据库   时间:2014-05-09 16:26:52    阅读次数:508
iOS NSURLConnection和异步网络请求
在日常应用中,我们往往使用AFNetworking等第三方库来实现网络请求部分。这篇文章会简要地介绍一下如何使用NSURLConnection来进行异步的网络请求。我们先看一个小demo- (void)viewDidLoad{ [super viewDidLoad]; // Do any...
分类:移动开发   时间:2014-05-09 12:37:08    阅读次数:550
zoj 1041 Transmitters 判断一个可以移动的半圆最多可容纳的点的个数
题目来源:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=41题意: 判断一个可以移动的半圆最多可容纳的点的个数 。分析: 计算在圆内的点, 然后 枚举 这些点, 将点 和 圆心 的连线 的直径 的左右点 统计, 最大 值 即可。...
分类:移动开发   时间:2014-05-09 12:18:16    阅读次数:337
LeetCode: Triangle 题解
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the fol...
分类:其他好文   时间:2014-05-08 21:08:25    阅读次数:407
【Android】开源项目汇总-备用
from://http://www.eoeandroid.com/home.php?mod=space&uid=765778&do=blog&id=47674Android开源项目第一篇——个性化控件(View)篇包括ListView、ActionBar、Menu、ViewPager、Gallery...
分类:移动开发   时间:2014-05-08 21:02:03    阅读次数:735
vlc播放器收听英文广播
以下是一些ABC Radio 的pls链接:vlc打开网络串流,输入pls链接,确定即可。Direct LinksIf you are unable to use our default players, you can use these links.Windows Audio StreamsAB...
分类:其他好文   时间:2014-05-08 21:01:30    阅读次数:446
iOS 打电话 发短信(转载)
官方代码发短息和邮件添加MessageUI.framework 库发送信息- (IBAction)showSMSPicker:(id)sender{ // You must check that the current device can send SMS messages before you ...
分类:移动开发   时间:2014-05-08 20:26:04    阅读次数:500
Linux服务器SNMP常用OID (转)
原文地址:http://www.haiyun.me/archives/linux-snmp-oid.html收集整理一些Linux下snmp常用的OID,用做服务器监控很不错。服务器负载:1231 minute Load: .1.3.6.1.4.1.2021.10.1.3.15 minute Loa...
分类:系统相关   时间:2014-05-08 20:17:02    阅读次数:616
阅读http://zh.lucida.me/有感
lucida大神本科毕业于大工,研究生毕业于北航,有这样的学历在社会上混就已经绰绰有余了,但是lucida神并不满足,刻苦努力,拼搏进取,最后进入google london工作,曾经一度在microsoft实习,这样的经历让我羡慕不已,但是更让人激情四射的还在后头: 话说每一个成功人士都有那么一段....
分类:其他好文   时间:2014-05-08 20:05:09    阅读次数:482
linux shell 命令学习(5) xxd- make a hexdump or do the reverse.
对于标准输入或者给定的文件,显示其16进制的内容。也可以反过来进行转换。 xxd -h[elp] xxd [options] [infile [outfile]] xxd -r[evert] [options] [infile [outfile]] 如果没有...
分类:系统相关   时间:2014-05-07 19:59:25    阅读次数:490
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!