Publisher
Main » Articles » Software/Web Design and Development » Web technology and tools |
Entries in category: 13 Shown entries: 9-13 |
Pages: « 1 2 |
Sort by: Date · Name · Rating · Comments · Views
50个jquery代码片段,这些代码能够给你的javascript项目提供帮助。其中的一些代码段是从jQuery1.4.2才开始支持的做
法,另一些则是真正有用的函数或方法,他们能够帮助你又快又好地把事情完成。这些都是我尽量记住的有着最佳性能的代码段
Web technology and tools |
Views: 1561 |
Added by: microlps |
Date: 2012-09-26
| Rating: 0.0/0
| Comments (0)
|
Linux下清理内存和Cache方法 /proc/sys/vm/drop_caches
Web technology and tools |
Views: 1618 |
Added by: microlps |
Date: 2012-11-02
| Rating: 0.0/0
| Comments (0)
|
DEDE伪静态规则、目前最全面的DEDE静态规则
Web technology and tools |
Views: 1593 |
Added by: microlps |
Date: 2012-11-06
| Rating: 0.0/0
| Comments (0)
|
Web technology and tools |
Views: 2081 |
Added by: microlps |
Date: 2012-11-07
| Rating: 0.0/0
| Comments (0)
|
{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: 1478 |
Added by: peng |
Date: 2013-12-27
| Rating: 0.0/0
| Comments (0)
|