上一页 1 ··· 7 8 9 10 11 12 13 14 下一页
摘要: 1.linux登陆ftp ftp 127.0.0.1 端口(默认为21)2.ftp常见返回值 230-用户登陆 425-不能打开数据连接 530-未登录(用户名或密码错误,1、FTP密码修改了?2、用户名/密码输入错误?先仔细检查有无输入错误 如复制的时候误复制了空格!!) 阅读全文
posted @ 2015-04-18 18:00 hwu_harry 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 一.简介BOM(Byte Order Mark)---字节顺序标记。 类似WINDOWS自带的记事本等软件,在保存一个以UTF-8编码的文件时,会在文件开始的地方插入三个不可见的字符(0xEF 0xBB 0xBF,即BOM)。它是一串隐藏的字符,用于让记事本等编辑器识别这个文件是否以UTF-8编码... 阅读全文
posted @ 2015-04-18 17:49 hwu_harry 阅读(434) 评论(0) 推荐(0) 编辑
摘要: 题目:Suppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e.,0 1 2 4 5 6 7might become4 5 6 7 0 1 2).You are given a target valu... 阅读全文
posted @ 2015-04-13 20:52 hwu_harry 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 题目:Follow up for "Remove Duplicates":What if duplicates are allowed at mosttwice?For example,Given sorted array A =[1,1,1,2,2,3],Your function should ... 阅读全文
posted @ 2015-04-13 19:55 hwu_harry 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 问题:Given a sorted array, remove the duplicates in place such that each element appear onlyonceand return the new length.Do not allocate extra space fo... 阅读全文
posted @ 2015-04-13 19:46 hwu_harry 阅读(131) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 下一页