#!/bin/bash
######the system first start configuretion #####for install
####copy right by donglei##############
#1、配置sysctl
mv /etc/sysctl.conf /etc/sysctl.bak
echo "###########################...
分类:
系统相关 时间:
2014-08-28 16:14:09
阅读次数:
279
一个盒子,有margin,border,padding实际占用多少空间:
竖直方向是:height+padding-top+padding-bottom+border-top+border-bottom+margin-top+margin-bottom
水平方向上:width+padding-left+padding-right+border-left+border-right+margin-left+margin-right...
分类:
其他好文 时间:
2014-08-28 14:54:29
阅读次数:
239
实例见锐意先行《手机test》中《手机test5》。针对a写两段样式:.nav_ul > li > a { display: block; background: url('images/down.png') no-repeat scroll right center transparent; pa...
分类:
Web程序 时间:
2014-08-28 13:04:09
阅读次数:
544
1096. Get the Right Route Plate!
Time limit: 1.0 second
Memory limit: 64 MB
Everybody who had ridden a Ekaterinburg bus could notice that on the inner side of the plate with the number of t...
分类:
其他好文 时间:
2014-08-28 09:43:49
阅读次数:
331
LeetCode: Binary Tree Level Order TraversalGiven a binary tree, return the level order traversal of its nodes' values. (ie, from left to right, level ...
分类:
其他好文 时间:
2014-08-27 21:55:48
阅读次数:
326
左连接:left join 如A left join B 即取出A表的所有数据,由on条件关联的B表数据,有则显示,没有则为空;右连接:right join 如 A right join B 即取出B表的所有数据,由on条件关联的A表数据,有则显示,没有则为空;所以:A left join B 与 ...
分类:
其他好文 时间:
2014-08-27 17:58:28
阅读次数:
187