10 2016 档案
react引用ant的table组件
摘要:import React from 'react';import '../../css/uicss/UI.css';import 'antd/lib/style/index.less';import 'antd/lib/table/style/index.less';import 'antd/dis 阅读全文
posted @ 2016-10-19 09:28 qinbb 阅读(1581) 评论(0) 推荐(0)
git 提交解决冲突
摘要:一:git命令在提交代码前,没有pull拉最新的代码,因此再次提交出现了冲突。 error: You have not concluded your merge (MERGE_HEAD exists).hint: Please, commit your changes before merging. 阅读全文
posted @ 2016-10-18 10:20 qinbb 阅读(54833) 评论(0) 推荐(3)