码迷,mamicode.com
首页 >  
搜索关键字:down    ( 10200个结果
辛星浅析Linux中的网卡配置指令
我们可以使用ifconfig来进行启动、观察与修改网络接口的相关参数,我们直接使用ifconfig就可以查看所有的网络接口,我们可以使用ifconfig   interface  up|down来启动或者关闭网络接口,我们可以使用ifconfig   interface  option的方式来进行修改,比如我们可以修改IP地址。      我们可以使用ifconfig   eth0来查看该网卡的...
分类:系统相关   时间:2015-04-03 11:25:02    阅读次数:190
leetcode || 62、Unique Paths
problem: 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 point in time. The robot is...
分类:其他好文   时间:2015-04-02 11:42:24    阅读次数:188
基于Android下载并解压Zip文件,更新UI简单帮助类
类似于:http://blog.csdn.net/jarlen/article/details/44794031下载文件:/** * 下载文件 * * @param down_url * @param output * @param tmpDir */ private void download(String down_url,...
分类:移动开发   时间:2015-04-01 20:02:23    阅读次数:185
WebScarab 安装
Web Scarab:获取网络数据包内容的工具,基于Java开发的工具下载地址:http://sourceforge.net/projects/owasp/files/WebScarab/20070504-1631/webscarab-installer-20070504-1631.jar/down...
分类:Web程序   时间:2015-04-01 19:03:03    阅读次数:462
Share the algorithm I wrote
Spent time to write down C# program to implement an algorithm. Feel great! Start to practice, a question a time.Question is from careercup:http://www....
分类:其他好文   时间:2015-04-01 08:17:38    阅读次数:225
Oracle Database 11g Release 2 installation On CentOS 6.6(x64 platform)
Oracle Database 11g Release 2 installation On CentOS 6.6(x64 platform) (Note: the current user is "tdtc100") 1. down install files    (1) linux.x64_11gR2_database_1of2.zip    (2) linux.x64...
分类:数据库   时间:2015-04-01 07:06:38    阅读次数:157
基于Android 下载文件时,更新UI简单帮助类
由于在项目开发时,有这样的简单需求,问谷歌,网络上也有好多Utils工具类,但是比较冗余。自己就简单的写了一个简单帮助类。 /** * 下载文件,更新UI简单帮助类 * * @author jarlen * */ public class DownLoadHelper { private static final int DOWN_BEGIN = 0; private...
分类:移动开发   时间:2015-04-01 01:50:53    阅读次数:205
51CTO下载-JavaScript免豆
资料名称资料地址JS刷新页面【源码】http://down.51cto.com/data/45292667.成绩表排序(2)-CJ-JavaScript视频教程http://down.51cto.com/data/422466OpenLayers 英文原版本API文档http://down.51ct...
分类:编程语言   时间:2015-04-01 00:16:25    阅读次数:189
linux常用命令-2
晚上翻翻很久之前从网上down的各种资料,有些有用。下面是不知从哪弄来的txt文档,看看觉得挺好,下面的是原文。Linux 常用命令使用方法大搜刮管理提醒: 本帖被 haowubai 执行置顶操作(2009-02-06) Linux 常用命令使用方法大搜刮1.# 表示权限用户(如:root),$ ....
分类:系统相关   时间:2015-03-31 21:46:20    阅读次数:224
Windows下使用VisualSVN Server搭建SVN服务器
使用VisualSVN Server来实现主要的SVN功能则要比使用原始的SVN和Apache相配合来实现源代码的SVN管理简单的多,下面就看看详细的说明。VisualSVN Server的下载地址如下,是免费的,随意不必有顾虑http://www.visualsvn.com/server/down...
分类:Windows程序   时间:2015-03-31 17:19:23    阅读次数:171
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!