小编use*_*052的帖子

为什么applicationContext.xml中需要<beans>属性?

我的程序中使用的beans标记的属性是:

<beans xmlns="http://www.springframework.org/schema/beans"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xmlns:p="http://www.springframework.org/schema/p"
   xmlns:aop="http://www.springframework.org/schema/aop"
   xmlns:tx="http://www.springframework.org/schema/tx"
   xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
   http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-4.0.xsd
   http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.0.xsd">
Run Code Online (Sandbox Code Playgroud)

为什么以及每个属性指定了什么?

java spring

1
推荐指数
1
解决办法
67
查看次数

什么是PHP中的'#'?

在我的php页面代码中有一行如下:

##|*IDENT=page-system-advanced-admin
Run Code Online (Sandbox Code Playgroud)

这是一条评论专栏吗?如果不是这样的话?我在网上搜索但找不到解决方案.

php

-1
推荐指数
1
解决办法
59
查看次数

标签 统计

java ×1

php ×1

spring ×1