【已解决】git下载出错:warning templates not found /usr/local/git/share/git-core/templates
crifan 7年前 (2017-08-30) 8167浏览 0评论
mac中用sourcetree下载clone代码,结果出错: git -c filter.lfs.smudge= -c filter.lfs.required=false -c diff.mnemonicprefix=false -c core...
在路上on the way - 走别人没走过的路,让别人有路可走
crifan 7年前 (2017-08-30) 8167浏览 0评论
mac中用sourcetree下载clone代码,结果出错: git -c filter.lfs.smudge= -c filter.lfs.required=false -c diff.mnemonicprefix=false -c core...
crifan 7年前 (2017-08-30) 2564浏览 0评论
想要在: 加上一个 重置的按钮。 参考: AdminLTE 2 | Buttons 【总结】 最后,暂时用: <div className="col-md-4"> ...
crifan 7年前 (2017-08-30) 6889浏览 0评论
折腾ReactJS项目期间,遇到个诡异的事情: 抽象出年月的选择为一个单独的组件类: import React, { Component } from ‘react’; import MonthPicker from &...
crifan 7年前 (2017-08-29) 52465浏览 3评论
折腾: 【记录】网站crifan.com从fzhost搬家 期间,想要去模拟香港手机号并确保能接受到短信验证码。 根据推荐,去下载: textnow textnow 香港 TextNow – 可用免费美国电话号码 免费收发短信 | 美国主机评论博客 ...
crifan 7年前 (2017-08-29) 5756浏览 0评论
ECharts中,对于配置: let curEchartsOption = { 。。。 series: [ { name: CUSTOMER_SOURCE.DCC....
crifan 7年前 (2017-08-29) 6654浏览 1评论
在ECharts中添加了event事件的支持: 【已解决】ReactJS中如何给ECharts中添加柱状图点击事件 之后,在事件函数中去调用setState: onCompleteProgressClick(e){ console....
crifan 7年前 (2017-08-29) 2043浏览 0评论
在ReactJS调试ECharts期间,遇到一个诡异的现象: 同样的配置代码: // continue to update by model and by consultant this.processNewAddByMode...
crifan 7年前 (2017-08-29) 5846浏览 0评论
之前已经: 【记录】从fzhost上备份crifan.com网站全部文件和数据库 现在需要去购买主机,且无需备案的,然后再去搬家。 朋友推荐: 香港阿里云 PAYPAY付款 先去购买 SSD云服务器ECS – 阿里云 不过先要注册 登录...
crifan 7年前 (2017-08-29) 3361浏览 0评论
此处在折腾ReactJS期间,想要用到JS中的(ES6)中,给原生的String类,添加额外的isEmpty的属性 而如果是添加函数,则之前就已经见过和实现过了,比如对于原生的Date去扩展出额外的函数: // 对Date的扩展,返回时间戳(毫...
crifan 7年前 (2017-08-29) 5736浏览 0评论
折腾ReactJS项目期间,和之前可以正常执行的类似的代码: componentWillMount(){ console.log(`ProspectMonitor componentWillMount`); this.re...