码迷,mamicode.com
首页 >  
搜索关键字:only    ( 8839个结果
[LeetCode] Unique Paths
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).The robot can only move either down or right at any po...
分类:其他好文   时间:2014-07-25 10:54:31    阅读次数:229
exp-00079解决方法
在exp导出表时,报错 EXP-00079: Data in table "XXX_YYY" is protected. Conventional path may only be exporting partial table.解决方法 grant exempt access policy t.....
分类:其他好文   时间:2014-07-25 02:36:24    阅读次数:374
Linux [网络配置]
查看接口信息 ifconfig (-a 所有 / eth0 查看特定网卡)lo接口:环回接口,操作系统自带打开关闭相应网卡接口 ifup ifdown (ifup eth0)setup命令配置 (基于命令行的文本界面),想windows配置一样,填空 (redhat only? my ubunt.....
分类:系统相关   时间:2014-07-24 21:35:02    阅读次数:288
source insight的查找功能
source insight是一款很好的c语言的程序编辑器,方便对project管理,方便程序的阅读和编辑。查找功能使用十分频繁,选项较多,与其它软件的查找功能也类似,下面对英文版的查找功能,做简单说明: 查找参数: whole words only :                  全字匹配查找 case sensitive  :                   区...
分类:其他好文   时间:2014-07-24 17:41:36    阅读次数:233
CouchBase学习之环境搭建以及HelloWorld
一、引言 NoSQL(Not Only SQL),火了很久了,一直没空研究。最近手上一个项目对Cache有一定的要求,借此机会对NoSQL入门一下。支持NoSQL的数据库系统有很多, 比如Redis,MongoDB等。每种系统都有自己的优缺点,根据实际情况我们选用了CouchBase作为切入点学习。...
分类:其他好文   时间:2014-07-24 17:13:45    阅读次数:1381
d4_Pointers(指针)
Pointers * Pointers are variables * Pointers store only address of the memory location. they do not store a value. * Pointers are declared like :- int...
分类:其他好文   时间:2014-07-24 12:09:05    阅读次数:288
JavaScript Patterns 7.1 Singleton
The idea of the singleton pattern is to have only one instance of a specific class. This means that the second time you use the same class to create a...
分类:编程语言   时间:2014-07-24 05:01:38    阅读次数:422
[leetcode]Gray Code
Gray CodeThe gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integernrepresenting the tot...
分类:其他好文   时间:2014-07-24 00:53:27    阅读次数:198
Remove Duplicates from Sorted List II leetcode java
题目:Given a sorted linked list, delete all nodes that have duplicate numbers, leaving only distinct numbers from the original list.For example,Given 1....
分类:编程语言   时间:2014-07-23 12:01:46    阅读次数:312
Remove Duplicates from Sorted List leetcode java
题目:Given a sorted linked list, delete all duplicates such that each element appear only once.For example,Given 1->1->2, return 1->2.Given 1->1->2->3-....
分类:编程语言   时间:2014-07-23 12:01:16    阅读次数:239
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!