码迷,mamicode.com
首页 >  
搜索关键字:check    ( 9197个结果
leetcode 101 Symmetric Tree
?? Symmetric Tree Total Accepted: 61440 Total Submissions: 194643 My Submissions                       Given a binary tree, check whether it is a mirror of itself (ie, symmetric ar...
分类:其他好文   时间:2015-07-10 00:29:44    阅读次数:157
nagios插件之登陆防火墙实现session监控
ssh_firewall_session.sh -- 登陆防火墙并执行dis session statistics firewall_check_sessions.c -- 调用上面脚本,过滤出sessioin的数值 执行:./firewall_check_sessions ssh_firewall_session.sh 192.168.0.1 vi ssh_firewall_session...
分类:移动开发   时间:2015-07-09 19:55:18    阅读次数:297
linux中安装easy_install(setuptools)
如果是类似于ubuntu的带桌面的系统直接下载安装就可以了,以下是针对centOS的命令行安装方法最好先查看版本号,根据版本来选择安装方法,终端命令如下# lsb_release -a版本号是5.X的依次执行以下命令> wget --no-check-certificate https://bootstrap.pypa.io/ez_setup.py > python ez_setup.py --in...
分类:系统相关   时间:2015-07-08 19:12:14    阅读次数:172
centos中安装 pip
当前目录依次执行以下两条命令即可>wget https://bootstrap.pypa.io/get-pip.py --no-check-certificate >python get-pip.py...
分类:其他好文   时间:2015-07-08 19:09:10    阅读次数:124
GO语言使用开源SSH模拟终端
package main import ( "go-ssh/ssh" "log" "os" ) func main() { check := func(err error, msg string) { if err != nil { log.Fatalf("%s error: %v", msg, err) } } client, err := ssh.Dial("t...
分类:编程语言   时间:2015-07-08 16:30:21    阅读次数:333
jQuery操作元素方法总结
总结工作中常用到的jQuery操作元素的各种方法,方便以后查阅使用。jquery判断checkbox是否被选中if($("#id").is(":checked"))jquery获取选中的radiovargender=$("input[name=‘gender‘]:checked").val();jquery选中radio$("input:radio[name=‘gender‘][value=‘M‘]").attr("check..
分类:Web程序   时间:2015-07-08 14:53:37    阅读次数:165
LeetCode之“树”:Symmetric Tree
Symmetric Tree 题目链接 题目要求: Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary ...
分类:其他好文   时间:2015-07-08 12:36:31    阅读次数:170
Linux 挂载iscsi存储磁盘设备
1,check网络[root@localhost ~]# ping -I eth0 11.110.10.138PING 11.110.10.138 (11.110.10.138) from 11.110.10.138eth0: 56(84) bytes of data.64 bytes from 11.110.10.138: icmp_seq=1ttl=64 time=0.023 ms64 byt...
分类:系统相关   时间:2015-07-07 22:49:02    阅读次数:291
kernel logo到开机动画之间闪现黑屏(android 5.X)
在BootAnimation开始绘图之前,会先做一次clear screen的动作,避免出现前面的图干扰到BootAnimation的显示。 通过check main_log先确认播放开机动画是哪个function,在对应function删除clear screen的动作的对应代码。 /frameworks/base/cmds/bootanimation/BootAnimation.cpp ...
分类:移动开发   时间:2015-07-07 21:19:08    阅读次数:255
Check Point 删除老的升级包和遗留文件
SolutionIDsk91060ProductSecurityGateway,SecurityManagement,Cluster-3rdparty,VSXVersionR70,R70.1, R70.20,R70.30,R70.40,R70.50,R71,R71.10,R71.20,R71.30,R71.40, R71.45,R71.50,R75,R75.10,R75.20,R75.30,R75.40,R75.40VS,R75.45, R75.46,R75.47,R76,R77,R77.10,R77.20,..
分类:其他好文   时间:2015-07-07 19:47:30    阅读次数:200
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!