1. 记录每个帖子的访问人情况
源代码在线查看: debug.tpl
{* Smarty *} {* debug.tpl, last updated version 2.0.1 *} {assign_debug_info} {if isset($_smarty_debug_output) and $_smarty_debug_output eq "html"} Smarty Debug Console included templates & config files (load time in seconds): {section name=templates loop=$_debug_tpls} {section name=indent loop=$_debug_tpls[templates].depth} {/section}{$_debug_tpls[templates].filename|escape:html}{if isset($_debug_tpls[templates].exec_time)} ({$_debug_tpls[templates].exec_time|string_format:"%.5f"}){if %templates.index% eq 0} (total){/if}{/if} {sectionelse} no templates included {/section} assigned template variables: {section name=vars loop=$_debug_keys} {ldelim}${$_debug_keys[vars]}{rdelim}{$_debug_vals[vars]|@debug_print_var} {sectionelse} no template variables assigned {/section} assigned config file variables (outer template scope): {section name=config_vars loop=$_debug_config_keys} {ldelim}#{$_debug_config_keys[config_vars]}#{rdelim}{$_debug_config_vals[config_vars]|@debug_print_var} {sectionelse} no config vars assigned {/section} {else} if( self.name == '' ) {ldelim} var title = 'Console'; {rdelim} else {ldelim} var title = 'Console_' + self.name; {rdelim} _smarty_console = window.open("",title.value,"width=680,height=600,resizable,scrollbars=yes"); _smarty_console.document.write("Smarty Debug Console_"+self.name+""); _smarty_console.document.write(""); _smarty_console.document.write("Smarty Debug Console"); _smarty_console.document.write("included templates & config files (load time in seconds):"); {section name=templates loop=$_debug_tpls} _smarty_console.document.write("{section name=indent loop=$_debug_tpls[templates].depth} {/section}{$_debug_tpls[templates].filename|escape:html|escape:javascript}{if isset($_debug_tpls[templates].exec_time)} ({$_debug_tpls[templates].exec_time|string_format:"%.5f"}){if %templates.index% eq 0} (total){/if}{/if}"); {sectionelse} _smarty_console.document.write("no templates included"); {/section} _smarty_console.document.write("assigned template variables:"); {section name=vars loop=$_debug_keys} _smarty_console.document.write("{ldelim}${$_debug_keys[vars]}{rdelim}{$_debug_vals[vars]|@debug_print_var|escape:javascript}"); {sectionelse} _smarty_console.document.write("no template variables assigned"); {/section} _smarty_console.document.write("assigned config file variables (outer template scope):"); {section name=config_vars loop=$_debug_config_keys} _smarty_console.document.write("{ldelim}#{$_debug_config_keys[config_vars]}#{rdelim}{$_debug_config_vals[config_vars]|@debug_print_var|escape:javascript}"); {sectionelse} _smarty_console.document.write("no config vars assigned"); {/section} _smarty_console.document.write(""); _smarty_console.document.write(""); _smarty_console.document.close(); {/if}
|
相关资源 |
|
-
1. 记录每个帖子的访问人情况
-
学生档案与成绩管理(1)学生档案管理:记录每个学生的档案信息
-
注意: 1. OS.jar为Java打包可执行文件 2. 由于时间,和界面空间问题,每个进程的资源拥有情况没有详细列明.如果要认真检查 程序的正确性,可以重新编译运行,然后查看Dos界 面下的输出.因
-
1. 录入每个联系人的基本信息(至少应有姓名、单位、电话号码);
2. 顺序查找指定姓名的记录(找到则显示该记录
-
采用FCFS、SJF、响应比高者优先算法模拟设计作业调度程序。
[提示]:
(1)每个作业的JCB中包括作业名、提交时刻、要求运行时间;
(2)假设第一个作业提交时
-
约瑟夫环
1. 本演示程序利用一循环链表,每个结点为一人,类似将人按顺时针方向围坐一圈,每个结点包括,号码,密码.号码是作为排的顺序.密码用来作为下一次报数的数字.当走到结尾时,再下个结点便循环回去
-
图书借阅管理系统,可以很容易的记录每个人的借阅信息
-
局域网来访者IP监视以及文件修改监视:
1.监听常用的局域网访问工具
|