1 切面 是个类 2 切入点 3 连接点 4 通知 是个方法 5 配置文件 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="htt
分类:
编程语言 时间:
2016-03-01 12:48:49
阅读次数:
1811
场景:mysql无法执行select命令查询,对于已存在的数据库,除了mysql、information_schema数据库,其它诸如nova、keystone、cinder等数据库都有此现象。 日志报如下错误: 此时执行: >create database db; >create table pe
分类:
数据库 时间:
2016-02-29 21:40:44
阅读次数:
303
Mongoose 参考手册 标签(空格分隔): MongoDB Mongoose 是什么? 一般我们不直接用MongoDB的函数来操作MongoDB数据库 Mongose就是一套操作MongoDB数据库的接口. Schema 一种以文件形式存储的数据库模型骨架,无法直接通往数据库端,也就是说它不具备
分类:
Web程序 时间:
2016-02-29 15:56:16
阅读次数:
232
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance
分类:
编程语言 时间:
2016-02-29 12:51:26
阅读次数:
181
复习准备 1. Schema约束: 1.1 namespace相当于Schema文件的id; 1.2 targetNamespace属性用来指定schema文件的namespace的值; 1.3 xmlns属性引入一个约束, 它的值是一个schema文件的namespace值; 1.4 schema
分类:
Web程序 时间:
2016-02-29 12:40:37
阅读次数:
229
applicationContext.xml配置文件: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3
分类:
系统相关 时间:
2016-02-28 22:42:47
阅读次数:
398
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance
分类:
编程语言 时间:
2016-02-27 10:55:50
阅读次数:
148
<xsd:simpleType name="ResTrictions"> <xsd:restriction base="xsd:string"> <xsd:pattern value="\s*0x[0-9,a-z,A-Z]{8}\s*|\s*"/> </xsd:restriction> </xsd:
分类:
其他好文 时间:
2016-02-26 17:12:46
阅读次数:
145
vi /etc/my.cnf [mysqld]# The default character set that will be used when a new schema or table is# created and no character set is defineddefault-cha
分类:
数据库 时间:
2016-02-26 17:04:02
阅读次数:
248
applicationContext-security.xml文件 <?xml version="1.0" encoding="UTF-8"?><beans:beans xmlns="http://www.springframework.org/schema/security" xmlns:xsi=
分类:
编程语言 时间:
2016-02-25 06:47:45
阅读次数:
255