[oracle@localhost ~]$ sqlplus / as sysdbaSQL> startupORA-00845: MEMORY_TARGET not supported on this system问题定位:安装数据库时或者修改了参数MEMORY_TARGET或者SGA_TARGET的...
分类:
其他好文 时间:
2015-01-11 17:43:39
阅读次数:
205
1.C++:
#include
#include
#include
#include
#include "cocos2d.h"
#if CC_TARGET_PLATFORM == CC_PLATFORM_WIN32
#include
#include
#else
#include
#endif
namespace fs
{
int readDir( const ch...
分类:
Web程序 时间:
2015-01-11 16:14:53
阅读次数:
202
Suppose a sorted array is rotated at some pivot unknown to you beforehand.
(i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 1 2).
You are given a target value to search. If found in the array return its ...
分类:
其他好文 时间:
2015-01-11 09:45:00
阅读次数:
219
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order.
You may assume no duplicates in the array....
分类:
其他好文 时间:
2015-01-11 09:44:06
阅读次数:
137
基础属性:段落,换行依赖于浏览器换行注释斜体字背景格式化会遵从格式化add属性:target="_blank"同一页面的链接style="text-decoration:none">add会变成超链接打开新窗口定位到本地链接下横线没有WWWWWW。鼠标点上会显示详情框架属性cols="25%,50%...
分类:
Web程序 时间:
2015-01-11 01:00:06
阅读次数:
261
刚接触到一条陌生的Linux命令,nmap命令。我就跃跃欲试看看它到底是怎么使用的,先mannmap命令,显示一大堆英文(表示个人英语是差到极点的,考试都是五分钟之内把英语试卷能填的都填完,速度快吧,,每次都是二三十分的,不扯远了)。我就一条一条用有道翻译,下面是我的使用..
分类:
系统相关 时间:
2015-01-10 18:22:34
阅读次数:
243
Given an arraySofnintegers, find three integers inSsuch that the sum is closest to a given number, target. Return the sum of the three integers. You m...
分类:
其他好文 时间:
2015-01-10 12:36:11
阅读次数:
131
调用一次计时器方法:myTimer = [NSTimer scheduledTimerWithTimeInterval:1.5 target:self selector:@selector(scrollTimer) userInfo:nil repeats:NO]; //不重复,只调用一次。tim....
分类:
移动开发 时间:
2015-01-10 12:23:09
阅读次数:
204
Netfilter/Iptables入门Linux的内核是由www.kernel.org这个组织负责开发维护,下面我们要讨论的Netfilter/iptables是www.netfilter.org组织为Linux开发的防火墙软件。由于Linux是非常模块化的,很多功能都是以模块加载扩充系统功能,Netfilter同样采用这种方式存在于Linux中。..
分类:
Web程序 时间:
2015-01-10 06:40:29
阅读次数:
328
https://developers.google.com/games/services/cpp/api/structgpg_1_1AndroidSupportFor apps which target android 4.0+ (API Version greater than or equal ...
分类:
其他好文 时间:
2015-01-09 20:51:57
阅读次数:
252