2017年10月25日

Java List添加元素

摘要: import java.util.ArrayList; public class Test { public static void main(String[] args) { ArrayList list = new ArrayList(); list.add(0);//插入第一个元素 list. 阅读全文

posted @ 2017-10-25 18:16 Alex0111 阅读(18704) 评论(0) 推荐(0) 编辑

mysql数据库的左连接,右连接,内链接。

摘要: 一般所说的左连接,外连接是指左外连接,右外连接。做个简单的测试你看吧。先说左外连接和右外连接:[TEST1@orcl#16-12月-11] SQL>select * from t1; ID NAME 1 aaa 2 bbb[TEST1@orcl#16-12月-11] SQL>select * fro 阅读全文

posted @ 2017-10-25 11:47 Alex0111 阅读(467) 评论(0) 推荐(0) 编辑

shiro配置说明

摘要: Shiro主要是通过URL过滤来进行安全管理,这里的配置便是指定具体授权规则定义。 Xml代码 <bean id="shiroFilter" class="org.apache.shiro.spring.web.ShiroFilterFactoryBean"> <property name="sec 阅读全文

posted @ 2017-10-25 05:51 Alex0111 阅读(239) 评论(0) 推荐(0) 编辑

导航