随笔分类 -  6_新技术_Alibaba前端工作箱

摘要:optionsHtml += ('<option value="' + item + '">' + item + '</option>');也就是说,这本身就是个字符串 阅读全文
posted @ 2016-12-20 18:04 RoperLee 阅读(243) 评论(1) 推荐(0)
摘要:http://blog.csdn.net/jewely/article/details/53006123.row{ overflow: hidden;}[class*="col-"]{ margin-bottom: -99999px; padding-bottom: 99999px;} 阅读全文
posted @ 2016-12-11 20:02 RoperLee 阅读(1748) 评论(0) 推荐(0)
摘要:$(document).on('click','.rpm-param-set',function(){ $(this).hide(); $('.rpm-package-params-list').find('.rpm-params-save-cancel').show();}); 这样能够等所有元素 阅读全文
posted @ 2016-12-11 17:10 RoperLee 阅读(3445) 评论(0) 推荐(0)
摘要:$('#J_project_search_more option:selected').data().data.projectId $('#J_project_search_more option:selected').data().data.projectName 阅读全文
posted @ 2016-12-08 14:20 RoperLee 阅读(282) 评论(0) 推荐(0)
摘要:<input type="radio" name="branchNameType_{{name}}" value="recommand" checked/> 分支名称: 阅读全文
posted @ 2016-12-06 10:00 RoperLee 阅读(153) 评论(0) 推荐(0)
摘要:$('#J_app_cr_content_menu').on('click', 'li:not(.disabled) i', function (e) { var $target = $(e.target).parent('a'); // 老版支持 var appVersion = $('#J_ap 阅读全文
posted @ 2016-11-25 20:48 RoperLee 阅读(136) 评论(0) 推荐(0)
摘要:1、用li 2、用class="form-group" 阅读全文
posted @ 2016-11-25 17:10 RoperLee 阅读(236) 评论(0) 推荐(0)
摘要:JS: 阅读全文
posted @ 2016-11-24 16:26 RoperLee 阅读(151) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2016-11-13 12:26 RoperLee 阅读(3) 评论(0) 推荐(0)
摘要:function unique(arr) { var result = [], hash = {}; for (var i = 0, elem; (elem = arr[i]) != null; i++) { if (!hash[elem]) { result.push(elem); hash[el 阅读全文
posted @ 2016-10-08 22:52 RoperLee 阅读(116) 评论(0) 推荐(0)
摘要:StringUtils.equalsIgnoreCase(envStack.getType(), StackType.online.name()) 阅读全文
posted @ 2016-10-07 15:48 RoperLee 阅读(1956) 评论(0) 推荐(0)
摘要:1、对于字符串使用StringUtils自带的方法就可以进行判断 http://blog.csdn.net/foamflower/article/details/5713604 2、对于集合使用CollectionUtils自带的方法就可以进行判断 http://www.open-open.com/ 阅读全文
posted @ 2016-10-06 09:30 RoperLee 阅读(249) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2016-09-10 15:34 RoperLee 阅读(1) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2016-09-08 14:53 RoperLee 阅读(9) 评论(0) 推荐(0)
摘要:没有什么为什么,肯定是写错了呀,基本上来说,就是URL中对了一些东西,比如丢了 反斜杠 router.get('app/mix/retry/pipeline/bymixflowinstid',appMixController.retryPipelineByMixFlowInstId); router 阅读全文
posted @ 2016-08-29 21:52 RoperLee 阅读(1085) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2016-08-29 17:17 RoperLee 阅读(2) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2016-08-29 14:07 RoperLee 阅读(4) 评论(0) 推荐(0)
摘要:1、在test文件夹中,每一个文件都是对一个方法的测试 2、getDataFile()方法是因为继承了EnvBaseTestCase类, 能够自动的将XML文件中的记录插入到数据库中 3、文件跟踪: 1⃣️ EnvDeployService.java文件中有一个 closeDeployOrder() 阅读全文
posted @ 2016-08-26 13:10 RoperLee 阅读(166) 评论(0) 推荐(0)
摘要:mvn clean install -DskipTests mvn jetty:run -DskipTests 阅读全文
posted @ 2016-08-26 13:05 RoperLee 阅读(124) 评论(0) 推荐(0)
摘要:http://ylq365.iteye.com/blog/1955291 阅读全文
posted @ 2016-08-13 15:23 RoperLee 阅读(117) 评论(0) 推荐(0)