1. Overview:Vim是命令行下的文本编辑程序,gVim是Vim的Linux下的图形化版本,macVim是Mac下的图形化版本Latex-vim是vim写Latex文件时的插件Skim是Mac下的pdf阅读软件2.Install:安装macVim:用brew install macvim命令...
分类:
系统相关 时间:
2015-01-22 14:38:26
阅读次数:
261
Is a loop ? Question descrip as follows :
Assume that wehave a head pointer to a link-list. Also assumethat we know the list is single-linked. Can you come up an algorithm to checkwhether this link list includes a loop by using O(n) time and O(1) ...
分类:
其他好文 时间:
2015-01-22 13:28:16
阅读次数:
229
调试android+sdio wifi rtl8189es驱动已经成功加载,想测试一下驱动,用了如下的命令:
1. netcfg查看
root@rk3188:/ # netcfg
lo UP 127.0.0.1/8 0x00000049 00:00:00:00:00:00
sit0 DOWN ...
分类:
移动开发 时间:
2015-01-22 13:28:12
阅读次数:
507
Linux网络配置
1. 临时更改的网络配置
①设置ip地址和子网掩码
#ifconfig eth0 192.168.1.33 netmask 255.255.255.0 up
//eth0是要设置的网卡,192.168.1.33是要设置的IP,255.255.255.0是子网掩码
②设置网关
#route add default gw 192.168.1...
分类:
系统相关 时间:
2015-01-22 13:27:12
阅读次数:
240
refer to:http://tishadow.yydigital.com/refer to :http://siwei.me/blog/posts/tishadow-titanium-speed-up-your-titanium-tishadowTitanium 开发的最大困难对我来说,有两点:...
分类:
其他好文 时间:
2015-01-22 10:49:31
阅读次数:
148
题目链接:https://oj.leetcode.com/problems/set-matrix-zeroes/
题目内容:
Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place.
click to show follow up.
Follow u...
分类:
其他好文 时间:
2015-01-22 09:32:37
阅读次数:
193
server with sites set up for download files sometimes provide ananonymous ftp account数据传输ftp 192.168.0.128name: usernamepassword:user's passwordcomman...
分类:
系统相关 时间:
2015-01-22 01:42:20
阅读次数:
225
Follow up for "Search in Rotated Sorted Array":What ifduplicatesare allowed?Would this affect the run-time complexity? How and why?Write a function to...
分类:
其他好文 时间:
2015-01-22 01:40:55
阅读次数:
130
ftpserver with sites et up for downloaing filessometimes provides an anonymous ftp account数据传输ftp 192.168.0.128name:(username)password:(user's passwor...
分类:
系统相关 时间:
2015-01-22 01:37:09
阅读次数:
185
You are given annxn2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Follow up:Could you do this in-place?可以找规律 得出映射关系,(i,j)=...
分类:
其他好文 时间:
2015-01-21 23:52:48
阅读次数:
133