posted @ 2018-09-19 10:36
shaun-sheng
阅读(501)
推荐(0)
摘要:
1、申明form的id:xxx 2、在<a>标签内书添加属性 onclick="document:xxx.submit()"
阅读全文
posted @ 2018-09-19 10:34
shaun-sheng
阅读(218)
推荐(0)
摘要:
问题:fatal: cannot create directoryxxxx': Invalid argument 环境:git 拉取远程仓库的代码后 原因:同事是mac,这个文件夹命名规则在苹果上没有问题,但是在windows上,不能通过git创建这个文件夹. 解决方法:让同事,重新命名使其适用ma
阅读全文
posted @ 2018-09-19 10:34
shaun-sheng
阅读(717)
推荐(0)
摘要:
新增less的定义: /web/webroot/WEB-INF/_ui-src/responsive/lib/ybase-0.1.0/less/ybase.less css定义: /web/webroot/WEB-INF/_ui-src/responsive/lib/ybase-0.1.0/le
阅读全文
posted @ 2018-09-19 10:33
shaun-sheng
阅读(119)
推荐(0)
摘要:
参考: Jrebel官网参考地址:https://manuals.zeroturnaround.com/jrebel/standalone/hybris.html Wiki Hybris参考地址:https://help.hybris.com/6.2.0/hcd/8be5ab06866910149c
阅读全文
posted @ 2018-08-22 13:51
shaun-sheng
阅读(204)
推荐(0)
摘要:
清除登陆系统成功的记录 [root@localhost root]# echo > /var/log/wtmp //此文件默认打开时乱码,可查到ip等信息 [root@localhost root]# last //此时即查不到用户登录信息 清除登陆系统失败的记录 [root@localhost r
阅读全文
posted @ 2018-08-16 15:18
shaun-sheng
阅读(3279)
推荐(0)
摘要:
1.core==>project.properties: 2.**Constants.java: 3.自己的方法: * 全球化配置: 全球化方法参考:(提示信息全球化)com.dp.alps.storefront.controllers.pages.AccountPageControllerLine
阅读全文
posted @ 2018-08-10 12:02
shaun-sheng
阅读(229)
推荐(0)
摘要:
问题1: Full authentication is required to access this resource 401 Unauthorized "errors" : [ { "message" : "Full authentication is required to access th
阅读全文
posted @ 2018-08-08 10:23
shaun-sheng
阅读(230)
推荐(0)
摘要:
背景:确定你的java代码没有问题,并且编译通过 问题:debug 启动项目的时候没有问题,idea打断点的时候左边红色断点上面有x 原因:java文件和class文件不一致, 解决方法:ant clean all 重新编译一遍
阅读全文
posted @ 2018-08-02 14:57
shaun-sheng
阅读(367)
推荐(0)
摘要:
IntelliJ IDEA - JRebel 安装使用教程 JRebel 能做什么? JRebel 是一款热部署插件。当你的 java-web 项目在 tomcat 中 run/debug 的时候 ,修改某一个 java 文件时,tomcat 并不能将此文件的修改 实时编译 并反映到运行的项目中去。
阅读全文
posted @ 2018-07-31 16:53
shaun-sheng
阅读(319)
推荐(0)