码迷,mamicode.com
首页 >  
搜索关键字:lin    ( 27758个结果
命令执行
1、 联想某站命令执行 开启Firefox,输入:http://106.37.234.18/a.php Webserver返回如下信息: Notice: Use of undefined constant a - assumed 'a' in C:\xampp\htdocs\a.php on lin ...
分类:其他好文   时间:2016-04-20 17:39:55    阅读次数:1074
Inserting text in multiple lines
参考:http://vim.wikia.com/wiki/Inserting_text_in_multiple_linesIn visual block mode, you can press I to insert text at the same position in multiple lin ...
分类:其他好文   时间:2016-04-19 13:54:35    阅读次数:130
ScrollView垂直滚动控件的使用
一、ScrollView控件只是支持垂直滚动,而且在ScrollView中只能包含一个控件,通常是在< ScrollView >标签中定义了一个<LinearLayout> 标签并且在<LinearLayout>标签中android:orientation属性值设置为vertical,然后在<Lin ...
分类:其他好文   时间:2016-04-18 22:09:38    阅读次数:119
学好Mac常用命令,助力iOS开发
原文出处: Jack_lin(@Jack_Lin_IOS ) 厚重·技术 厚重·技术 序言 在iOS开发的过程中,更多地注重iOS开发的效率,熟练使用Mac终端操作的常用命令,可以让你更好的游刃于iOS繁重的开发中。本文着重介绍常用的Mac终端基本指令和快捷键,更加适合一些IOS新手学习和了解。 M ...
分类:移动开发   时间:2016-04-18 11:39:28    阅读次数:202
进程调度时机和跟踪分析进程调度与进程切换的过程
1理解进程调度时机跟踪分析进程调度与进程切换的过程: schedule()调用发生在中断处理过程(包括时钟中断、I/O中断、系统调用和异常)中,直接调用schedule(),或者返回用户态时根据need_resched标记调用schedule(); 分析一个schedule()函数 ,验证您对Lin ...
分类:系统相关   时间:2016-04-17 20:41:48    阅读次数:239
zabbix自动发现硬盘并监控其IO
在使用zabbix监控Linux主机的时候,我们希望zabbix能够自动发现Linux主机上有多少块硬盘,而不是我们手动去添加。实验目的:让zabbix能够自动发现Linux服务器的磁盘,并能够监控磁盘IO且绘出图形实验设备:zabbix-server:172.17.5.230zabbix-client:182.17.5.219实验环境:lin..
分类:其他好文   时间:2016-04-14 19:34:38    阅读次数:567
[LeetCode] Tenth Line 第十行
How would you print just the 10th line of a file? For example, assume that file.txt has the following content: Your script should output the tenth lin ...
分类:其他好文   时间:2016-04-11 07:22:17    阅读次数:148
Enter the path to the kernel header files for the 3.18.0-kali1-686-pae kerne vmware tool
安装VMWare Tools出现提示:Enter the path to the kernel header files for the 3.18.0-kali1-686-pae kerne? 2015年02月15日 渗透测试 评论 1 条 阅读 4,421 次 由于缺少头文件导致的,只要安装lin ...
分类:系统相关   时间:2016-04-09 12:20:54    阅读次数:1307
Linux软件的安装与卸载
Linux软件的安装与卸载 1、Linux软件分类 .rpm :二进制软件包,经过编译的可以直接运行的软件包(相当于Windows中的exe文件) .tar.gz :二进制源码包,没有经过编译的软件源代码包,使用时必须先编译后安装 在Linux系统中安装软件并没有Windows那么容易,因为在Lin... ...
分类:系统相关   时间:2016-04-08 06:30:24    阅读次数:217
python 学习笔记备忘
http://www.cnblogs.com/vamei/archive/2012/05/28/2522677.html 1. print 可以打印 有时需要 (),有的版本不需要。 惯例hello world: print("hello world") 2. 脚本保存为 .py 1) 可以在lin ...
分类:编程语言   时间:2016-04-07 15:59:29    阅读次数:268
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!