【已解决】makefile中目标中实现命令行中的条件判断
crifan 4年前 (2020-09-18) 1519浏览 0评论
折腾: 【已解决】Makefile中目标中嵌套使用ifeq条件判断 期间,此处需要在makefile中的target目标中的命令行中实现条件判断。 去找找看 shell – How to write nested if in makefi...
crifan 4年前 (2020-09-18) 1519浏览 0评论
折腾: 【已解决】Makefile中目标中嵌套使用ifeq条件判断 期间,此处需要在makefile中的target目标中的命令行中实现条件判断。 去找找看 shell – How to write nested if in makefi...
crifan 4年前 (2020-09-18) 4024浏览 0评论
折腾: 【已解决】给crifan的gitbook的template添加部署时更新github.io的README 期间,涉及到在makefile中使用嵌套的ifeq ifeq的嵌套 ## Commit generated files to gith...
crifan 6年前 (2018-11-22) 1389浏览 0评论
折腾: 【未解决】给绘本查询web版增加点击tag标签搜索 期间,对于已有一个str的list: curQueryDictKeys=(3) ["q", "tag", "difficulty"...
crifan 6年前 (2018-11-13) 1192浏览 0评论
去写爬虫期间,发现有些图片地址,虽然是有的,但是实际上是1×1的空图片: https://images-na.ssl-images-amazon.com/images/P/141972486X.jpg 而另外一些图片地址,才是正常的: ...
crifan 6年前 (2018-07-31) 1614浏览 0评论
js用代码: componentDidMount() { // const { dispatch, currentUser, currentUserFunctionGroupList } = this.props; const {...
crifan 6年前 (2018-07-16) 3042浏览 0评论
折腾: 【已解决】把文本格式的剧本内容用Python批量导入后台系统 期间,需要去判断一些topic: Classroom layout routine Food vegetable 是否存在于数据库中,而数据库中的名字和此处的topic,可能是完全...
crifan 6年前 (2018-07-12) 3964浏览 0评论
打算是用: xxx is str xxx is dict 去判断的: <code> def showVideoCallback(self, response): print("showVideoCallba...
crifan 6年前 (2018-07-09) 5336浏览 0评论
折腾: 【已解决】Django+jwt-token-auth的后端和Antd Pro的Reactjs的前端实现用户名密码错误人性化提示 期间,需要去判断js的fetch的response,当出错时,body中是否包含message字段 js json...
crifan 7年前 (2017-12-22) 11359浏览 0评论
js中需要判断某个dict字典中,是否包含某个key js dict key contains Object.prototype.hasOwnProperty() – JavaScript | MDN 某个Object是否包含某个属性,倒...
crifan 7年前 (2017-12-15) 5285浏览 0评论
之前已经实现了: 【已解决】Xpath中如何判断属性值不等于某个值 现在需要去: 判断或者关系 or 想要同时支持: <div class=”select-address-container”> 对应的...