`
everlxq
  • 浏览: 108671 次
  • 性别: Icon_minigender_1
  • 来自: 青岛
社区版块
存档分类
最新评论

<s:if test="1 == #c.pId"> 1 </s:if>

 
阅读更多
s:iterator value="categorys" id="c">
<s:if test="1 == #c.pId"> 
1
</s:if>
<s:else> 
2
</s:else>
</s:iterator>
分享到:
评论

相关推荐

    dtree用法带右键菜单,带复选框

    &lt;c:if test="${menu.parent == null}"&gt; d.add(${menu.id}, -1, '${menu.name}', '${menu.url}', '', 'frame'); &lt;/c:if&gt; &lt;c:if test="${menu.parent != null}"&gt; d.add(${menu.id}, ${menu.parent.id}, '${menu....

    r40_tinav2.1_最终验证通过_使用CB-S来验证OV5640有横条纹fpscamera+SPI2.0成功_20171114_1443没有外层目录.7z

    if((i+1) &gt; buf_len) return 0; *((char*)cmd + n*lenght + j++) = buf[i++]; if(j &gt; lenght) { hv_err("sub cmd over long\n"); *cmd_num = n + 1; return -1; } } *((char*)cmd + n*lenght + j++) = '\0'...

    Centos6.5安装和管理ceph.docx

    ./configure --prefix=/usr/local/ceph ``` ##### 4. 编译与安装 执行 `make` 和 `make install` 来编译和安装 Ceph: ```sh make && make install ``` ##### 5. 解决 Python 模块问题 在编译安装过程中可能会...

    start-stop-daemon

    linux系统命令start-stop-daemon的源码及二进制,其中也提供了一个服务启动脚本模板。...Exit status: 0 = done 1 = nothing done (=&gt; 0 if --oknodo) 3 = trouble 2 = with --retry, processes wouldn't die

    CloudStack 4.2快速安装流程

    cat &gt; /etc/my.cnf &lt;&lt;EOF [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock user=mysql symbolic-links=0 innodb_rollback_on_timeout=1 innodb_lock_wait_timeout=600 innodb_buffer_pool_size=...

    LINUX 20招

    例如,`rm -rf /test`可以彻底删除`/test`及其所有子目录,相当于DOS下的`deltree`命令。 #### 18. 列出除了某些类型文件的当前目录所有文件 在包含多种类型文件的目录中,可以使用通配符排除特定类型的文件。例如...

    25道shell面试题

    `23s/test/tset/g` 表示在第23行将所有的 `test` 替换为 `tset`。 ### 2. 查看文件特定行和列的内容 - **知识点**: - `sed` 可以通过 `-n` 和 `p` 命令组合来打印文件中的指定行。 - `cut` 命令用于分割文件中...

    进程间通信

    } else if (pid &gt; 0) { // 父进程向管道写入 close(pipefd[0]); // 关闭读端 strcpy(sendBuf, "Pipe test!"); if ((sendBytes = write(pipefd[1], sendBuf, strlen(sendBuf))) == -1) { perror("write"); exit...

    au3反编译源码

    620AA3997A6973D7F1E8E4B67546E0F6 =&gt; cw2k ... you may also get an offline MD5 Cracker and paste the hash there like DECRYPT.V2 Brute-Force MD5 Cracker ...

    BURNINTEST--硬件检测工具

    &lt;For more details see the online help&gt; Status ====== This is a shareware program. This means that you need to buy it if you would like to continue using it after the evaluation period. Installation...

    grub4dos-V0.4.6a-2017-02-04更新

    y_offset&lt;=4,是项目帮助的显示行数; color 默认 “color helptext"; --u 恢复菜单原始状态。 --timeout=[x]=[y]=[color] 倒计时位置、颜色。单位:列,行,24位色彩。 2015-05-14(yaya) 改进 NTFS 文件...

    批量添加、修改、删除sql语句.docx

    " &lt;if test=\"item.exportCount !=null and item.exportCount != ''\"&gt;\n" + " when t.id=#{item.id} then #{item.exportCount}\n" + " &lt;/if&gt;\n" + " &lt;/foreach&gt;\n" + " &lt;/trim&gt;\n" + " &lt;/trim&gt;\n" + ...

    CentOS 7.2 设置脚本在服务器开机时自动启动

    if test -n "$PID" && kill -0 "$PID" &&gt;/dev/null; then # If the status is SUCCESS then don't need to start again. log_failure_msg "$NAME process is running" exit 0 fi fi log_success_msg ...

    用户名密码查询findpass

    C:\Documents and Settings\bingle&gt;D:\FindPass.exe TEST-2KSERVER administrator 188 To Find Password in the Winlogon process Usage: D:\FindPass.exe DomainName UserName PID-of-WinLogon The debug ...

    shell编程简介.pdf

    if [ "$1" = "hello" ]; then echo "Hello there!" else echo "I don't know you." fi ``` 这段脚本根据第一个参数是否为`hello`来输出不同的消息。 ##### 2. 循环控制 Shell支持多种循环结构,如`for`循环和`...

    Linux启动脚本

    JAVA_CMD="nohup $JAVA_HOME/bin/java $JAVA_OPTS -classpath $CLASSPATH $APP_MAINCLASS &gt; /dev/null 2&gt;&1 &" su - $RUNNING_USER -c "$JAVA_CMD" checkpid if [ "$psid" -ne 0 ]; then echo "(pid=$psid) [OK...

    实验五-进程间通信实验(二).doc

    } else if (pid &gt; 0) { /* 父进程关闭读描述符,并通过使父进程暂停 1 秒等待子进程已关闭相应的写描述符 */ close(pipe_fd[0]); sleep(DELAY_TIME); /* 父进程向管道中写入字符串 */ if((real_write = write...

Global site tag (gtag.js) - Google Analytics