码迷,mamicode.com
首页 >  
搜索关键字:follow    ( 4585个结果
configure PUTTY to not time out
To modify an existing session with "keep alives" to maintain your connection follow the steps below:Open the PuTTy application and navigate to theOpti...
分类:其他好文   时间:2014-09-27 07:13:49    阅读次数:202
[LeetCode] Rotate Image
You are given an n x n 2D matrix representing an image. Rotate the image by 90 degrees (clockwise). Follow up: Could you do this in-place? 思路:先沿着主对角线交换矩阵内的数字,然后沿中间列交换。 public class Soluti...
分类:其他好文   时间:2014-09-26 20:59:28    阅读次数:138
【Oracle】PSU升级过程
以下是该PSU的自述文件中的内容: 3.2 Patch Installation Instructions Follow these steps: If you are using a Data Guard Physical Standby database, you must install this patch on both the primary database and t...
分类:数据库   时间:2014-09-24 15:49:17    阅读次数:508
Java数据结构四之——二叉树的前、中、后序遍历
程序来自Program Creek前Preorder binary tree traversal is a classic interview problem about trees. The key to solve this problem is to understand the follow...
分类:编程语言   时间:2014-09-23 22:37:05    阅读次数:337
Leetcode_num7_Linked List Cycle
题目: Given a linked list, determine if it has a cycle in it. Follow up: Can you solve it without using extra space? 这是一道关于链表比较简单的题,很顺利就解决了,不多说啦,上代码啦 # Definition for singly-linked list. # ...
分类:其他好文   时间:2014-09-22 22:07:03    阅读次数:233
leetcode - Linked List Cycle II
Given a linked list, return the node where the cycle begins. If there is no cycle, return null. Follow up: Can you solve it without using extra space? /** * Definition for singly-linked list. ...
分类:其他好文   时间:2014-09-21 18:31:21    阅读次数:233
Errors while uninstall the reporting extensions
"Microsoft.crm.setup.Srsdataconnector UnregisterServer Action操作失败:Requested value 'geo' was not found"1. Ran the follow FixIt tool to remove the progr...
分类:其他好文   时间:2014-09-19 11:44:45    阅读次数:201
samba 软连接没法复制到windows
打开vi /etc/samba/smb.conf在global节(不是在share节)增加:[global]follow symlinks = yeswide links = yesunix extensions = no保存重启:/etc/init.d/smbd restart
分类:Windows程序   时间:2014-09-18 12:53:03    阅读次数:320
LeetCode:Linked List Cycle II
Given a linked list, return the node where the cycle begins. If there is no cycle, returnnull.Follow up:Can you solve it without using extra space?思路:...
分类:其他好文   时间:2014-09-17 21:48:42    阅读次数:302
Unique Paths II <leetcode>
Follow up for "Unique Paths":Now consider if some obstacles are added to the grids. How many unique paths would there be?An obstacle and empty space i...
分类:其他好文   时间:2014-09-16 10:38:30    阅读次数:236
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!