Publisher
Main » Articles |
Total entries in catalog: 91 Shown entries: 9-16 |
Pages: « 1 2 3 4 ... 11 12 » 1-8 9-16 17-24 25-32 ... 81-88 89-91 |
{dede:php} if($cfg_ml->IsLogin()){ echo $cfg_ml->M_UserName; $row=$dsql->GetOne("SELECT * FROM `#@__member` WHERE mid='".$cfg_ml->M_ID."'"); echo $cfg_ml->M_Rank; echo $cfg_ml->M_LoginID; echo $cfg_ml->M_Rank; echo $cfg_ml->M_ID; echo $row['mtype']; } {/dede:php}
Web technology and tools |
Views: 1524 |
Added by: peng |
Date: 2013-12-27
| Rating: 0.0/0
| Comments (0)
|
Linux 下的推荐分区方案
|
time_wait太多导致[error] (99)Cannot assign requested address: proxyhttp://zhumeng8337797.blog.163.com/blog/#m=0&t=1&c=fks_084066086094086067081085083095085086081068082094095066080 |
Too many open files 问题出现有两种情况:
一种是在搜索的时候出现,多半是由于索引创建完毕之后被移动过,如果创建索引的时候不出现该错误,搜索的时候也一般是不会出现的。如果出现了,有两种处理办法,一种是修改合并因子和最小合并因子,并且使用 IndexWriter.Optimize() 优化索引,这样会将索引文件数量减少到文件系统限制之内;另外一种办法是修改操作系统的打开文件数量限制。方法如下: 1. 按照最大打开文件数量的需求设置系统, 并且通过检查/proc/sys/fs/file-max文件来确认最大打开文件数已经被正确设置。 |
Web technology and tools |
Views: 2157 |
Added by: microlps |
Date: 2012-11-07
| Rating: 0.0/0
| Comments (0)
|
DEDE伪静态规则、目前最全面的DEDE静态规则
Web technology and tools |
Views: 1647 |
Added by: microlps |
Date: 2012-11-06
| Rating: 0.0/0
| Comments (0)
|
通过rsync远程增量备份(差异备份)
Web technology and tools |
Views: 1470 |
Added by: microlps |
Date: 2012-10-19
| Rating: 0.0/0
| Comments (0)
|
Linux下清理内存和Cache方法 /proc/sys/vm/drop_caches
Web technology and tools |
Views: 1668 |
Added by: microlps |
Date: 2012-11-02
| Rating: 0.0/0
| Comments (0)
|