DescriptionOn a grid map there are n little men
and n houses. In each unit time, every little man can move one unit step, either
horizontally, or vert...
分类:
其他好文 时间:
2014-07-22 23:15:37
阅读次数:
331
如果input标签中有runat=”server”,则在服务端,Request.Form接收不到
分类:
其他好文 时间:
2014-05-01 15:58:22
阅读次数:
277
public class PrototypeManager { /** *
用来记录原型的编号和原型实例的对应关系 */ private static Map map = new HashMap(); /** *
私有化构造方法,避免外部创建实例 *...
分类:
其他好文 时间:
2014-05-01 15:02:37
阅读次数:
307
# pacman -S gnome-system-log
gnome-logsextra/gnome-logs 3.12.1-1 (gnome-extra) A log viewer for the systemd
journalextra/gnome-system-log 3.9.90-1 ...
分类:
系统相关 时间:
2014-05-01 02:22:35
阅读次数:
471
1、建用户目录 mkdir /var/www/ftpuser2、建用户 useradd -s
/sbin/nologin -d /var/www/ftpuser ftpuser3、设置用户密码 passwd ftpuser4、修改目前所有权 chown
-R ftpuser:ftpuser /var...
分类:
其他好文 时间:
2014-04-30 04:16:31
阅读次数:
538
exec和source都属于bash内部命令(builtins
commands),在bash下输入man exec或man source可以查看所有的内部命令信息。bash
shell的命令分为两类:外部命令和内部命令。外部命令是通过系统调用或独立的程序实现的,如sed、awk等等。内部命令是由特...
分类:
系统相关 时间:
2014-04-30 00:23:34
阅读次数:
671
先确保本地Linux服务器SSH服务开启,如果没有开启直接执行指令:service sshd
start然后我们使用ssh指令进行远程登陆ssh username@ip-address输入passwd指令修改旧密码修改默认账号rootvi
/etc/passwd按i键进入编辑状态修改第1行第1个ro...
分类:
系统相关 时间:
2014-04-29 15:51:22
阅读次数:
586
1.setuid的作用我们知道当给一个命令赋予了setuid权限之后,那么用户在执行这个命令时便暂时拥有了该命令所有者的权限,也就是说,不管是谁执行的此命令,都是以该命令所有者的身份执行的。在Linux系统中,最明显的一个例子就是passwd这个命令。我们查看/etc/shadow这个文件的权限如下...
分类:
其他好文 时间:
2014-04-29 11:43:45
阅读次数:
428
一、linux 命令 0.man:查询使用手册1.pwd:Print the full
filename of the current working directory. 打印当前工作目录(文件夹)2.ls:List information
about the FILEs (the current...
分类:
编程语言 时间:
2014-04-29 11:31:46
阅读次数:
489
可以通过man
test来查看文档,下面的文章转自http://m.blog.csdn.net/blog/yuanjungogogo/9222875#!/bin/shmyPath="/var/log/httpd/"myFile="/var
/log/httpd/access.log"# 这里的-x ...
分类:
其他好文 时间:
2014-04-29 09:27:45
阅读次数:
446