sudo apt-get install phpmyadminsudo ln -s /usr/share/phpmyadmin /var/www(你的apache或nginx对应的web目录)我们需要修改的文件, 应该是 /var/lib/phpmyadmin/config.inc.php参考自ht...
分类:
Web程序 时间:
2014-08-11 17:18:02
阅读次数:
396
Given a singly linked list L: L0→L1→…→Ln-1→Ln,reorder it to: L0→Ln→L1→Ln-1→L2→Ln-2→…You must do this in-place without altering the nodes' values.For e...
分类:
其他好文 时间:
2014-08-11 14:44:32
阅读次数:
186
Frogs' Neighborhood
Time Limit: 5000MS
Memory Limit: 10000K
Total Submissions: 7260
Accepted: 3132
Special Judge
Description
未名湖附近共有N个大小湖泊L1, L2, ..., Ln(其中包括未名湖)...
分类:
其他好文 时间:
2014-08-07 23:21:35
阅读次数:
416
nginx启动报错:errorwhileloadingsharedlibraries:libpcre.so.1:cannotopensharedobjectfile:Nosuchfileordirectory我用的是64位系统解决办法:[root@lee~]#ln-s/usr/local/lib/libpcre.so.1/lib64启动nginx即可:/usr/local/webserver/nginx/sbin/nginx
分类:
其他好文 时间:
2014-08-07 13:29:30
阅读次数:
181
安装完memcache后启动报错(error while loading shared libraries: libevent-1.x.so.1)
这是因为64位linux会去/usr/lib64文件夹下去找,没有找到libevent文件,需要拷贝一个软连接到/usr/lib64下
ln -s /usr/lib/libevent-1.4.so.1 /usr/lib64/...
分类:
其他好文 时间:
2014-08-07 13:26:30
阅读次数:
172
请先参考前文:Paxos算法11.编号处理根据P2c,proposer在提案前会先咨询acceptor查看其批准的最大的编号和value,再决定提交哪个value。之前我们一直强调更高编号的proposal,而没有说明低编号的proposal该怎么处理。|--------低编号(LN)-------...
分类:
其他好文 时间:
2014-08-07 12:12:20
阅读次数:
258
一开始我采用的方法如下: ### Stop osd
$ service ceph stop osd.0
### Flush Journal
$ ceph-osd --flush-journal -i 0
### Create symlink to partition
$ rm /var/lib/ceph/osd/ceph-0/journal
$ ln -s /de...
分类:
其他好文 时间:
2014-08-06 12:04:21
阅读次数:
424
(1) 重启后永久性生效:开启: systemctl enable iptables.service'.ln -s '/usr/lib/systemd/system/iptables.service' '/etc/systemd/system/basic.target.wants/iptables....
分类:
系统相关 时间:
2014-08-06 08:23:21
阅读次数:
863
Frogs' NeighborhoodTime Limit:5000MSMemory Limit:10000KTotal Submissions:7237Accepted:3123Special JudgeDescription未名湖附近共有N个大小湖泊L1,L2, ...,Ln(其中包括未名湖),...
分类:
其他好文 时间:
2014-08-03 22:53:26
阅读次数:
322
各位看官,
[root@luozhonghua aaa]# ls -l test.c
-rw-r--r--. 1 root root 3 Aug 1 07:49 test.c #看加粗1 原始test.c文件索引节点值为1,也就是每个文件第一次生成时候都是唯一的1值
[root@luozhonghua aaa]# ln test.c test1.c #硬链接文件te...
分类:
系统相关 时间:
2014-08-01 23:07:12
阅读次数:
392