摘要:
题:在IDEA中使用@Slf4j报错,找不到log 解决方法:需要在IDEA中安装插件lombok 详细步骤: 1.File->Settings 2.Plugins->Browse repositories 3.搜索lombok,安装即可 阅读全文
摘要:
实现多个线程顺序执行的两种方式 阅读全文
摘要:
1、新建application-shiro.xml 2、在web.xml 添加配置 3、创建 MyRealm 类 阅读全文
摘要:
1 //gridId gripPanel 的ID,record GridPanel的数据 ,height_ 窗口高度,widht_ 窗口宽度 2 function showDetailInfo(gridId,record,height_,width_){ 3 var columns = Ext.getCmp(gridId).columns; 4 var data = r... 阅读全文
摘要:
进入master 数据库,使用sp_dboption test ,'select into',true命令(其中test为要设置可用的数据库) 阅读全文