参考文章:http://www.cnblogs.com/givebest/p/4771154.html package.json gulpfile.js ./src/css/index.css postcss之后的css文件./dist/css/index.css ...
分类:
Web程序 时间:
2016-05-03 16:15:12
阅读次数:
286
Excel中添加超链接,可以用hyperlink公式,即=hyperlink(src,display); 在stackoverflow中的示例中:http://stackoverflow.com/questions/2905633/add-hyperlink-to-cell-in-excel-200 ...
说说这个问题出现的地方吧: 能够成功的打包安装包,但是在安装包安装后,准备运行时出现了这个问题。 查看了这篇文章,讲得有理有据,并没有解决我的问题。 通过谷歌查找到这个stackoverflow,解决了我的问题。 简单说,就是 图片里面的gen,src必须是gen在src前。 具体的看看stacko ...
分类:
移动开发 时间:
2016-05-03 15:59:19
阅读次数:
153
为了让用户信息更贴近实际需求,修改如下信息: 1、让登录名可以使用数字、“.”、“_”等 在/portal-master/portal-impl/src/portal.properties文件中,有如下配置: # # Set this to true when you want the valida ...
分类:
其他好文 时间:
2016-05-03 14:31:42
阅读次数:
120
在/portal-master/portal-impl/src/portal.properties文件中,有如下配置: # # Set this to true if users are shown that they do not have access to a # portlet. The p ...
分类:
其他好文 时间:
2016-05-03 14:28:14
阅读次数:
161
问题原因是WebSphare下,servletContext.getContextPath()获取到的值为“/”而非空字符串。 在/portal-master/portal-impl/src/com/liferay/portal/spring/context/PortalContextLoaderL ...
分类:
Web程序 时间:
2016-05-03 14:27:11
阅读次数:
225
在行业客户中,一般无法提供CDN服务,因此默认关闭CDN动态资源功能: 在/portal-master/portal-impl/src/portal.properties文件中,有如下配置: # # Set this to true to enable serving dynamically gen ...
分类:
其他好文 时间:
2016-05-03 14:23:56
阅读次数:
166
在/portal-master/portal-impl/src/portal.properties文件中,有如下配置: 修改为: # # Input a list of sections that will be included in login form navigation. # login. ...
分类:
其他好文 时间:
2016-05-03 14:20:59
阅读次数:
114
在/portal-master/portal-impl/src/portal.properties文件中,有如下配置: 修改为: # # Specify the locales that are enabled by default. # locales.enabled=zh_CN,en_US # ...
分类:
编程语言 时间:
2016-05-03 14:17:29
阅读次数:
527
在/portal-master/portal-impl/src/portal.properties文件中,有如下配置: 修改为: # # Set this to true to enable OpenId authentication. If set to true, then the # prop ...
分类:
其他好文 时间:
2016-05-03 14:17:20
阅读次数:
129