查看磁盘使用情况:df -h
查看指定文件夹磁盘使用情况:du -h --max-depth=1 work/testing
搜索文件:find / -name "deom*"
python-pip默认是2.6版本的,如果要安装python3的需要通过下面的命令来安装:
$ sudo apt-get install python3-pip
安装python包的命令如下:...
定义一个db_dump函数如下:
在项目根目录新建.gitignore文件
/Application/Runtime/*
/DEMO/*
例如:
<?php
$a=array("Cat","Dog","Horse","Dog");
...
<?php
//去除值为"Cat"的元素
$a=array("a"=>"Dog","b&qu...
新建个.sh文件 (sfcq、cqsf、zhaosf...是目录名)
#!/bin/sh
#comments
find /home/wwwroot/ -name sfcq | xargs rm...
HTML:
<div id="box" style="width:200px;height:200px;border:1px solid;" con...
//桌面提醒
function notify(title, content) {
if(!title && !content){
...
1、检测Internet Explorer版本
当涉及到CSS设计时,对开发者和设计者而言Internet Explorer一直是个问题。尽管IE6的黑暗时代已经过去,IE也越来越不流行,它始终...
- « 前一页
- 1
- 2
- 3
- 4
- 5
- 6
- 后一页 »