我的程序中使用的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)
为什么以及每个属性指定了什么?
在我的php页面代码中有一行如下:
##|*IDENT=page-system-advanced-admin
Run Code Online (Sandbox Code Playgroud)
这是一条评论专栏吗?如果不是这样的话?我在网上搜索但找不到解决方案.