【未解决】shell中用正则提取字符串
crifan 4年前 (2020-11-17) 1459浏览 0评论
shell 按照指定内容分割文件 -CSDN论坛 [redhat@localhost shell]$ cat drop_table.txt drop table aaa create table ..... ; drop table bbb cr...
crifan 4年前 (2020-11-17) 1459浏览 0评论
shell 按照指定内容分割文件 -CSDN论坛 [redhat@localhost shell]$ cat drop_table.txt drop table aaa create table ..... ; drop table bbb cr...
crifan 5年前 (2019-08-19) 2237浏览 0评论
C#中,想要去打印字符串,其中包括花括号,去试了试: foreach (double curItem1Value in outputList1) { Console.Write...
crifan 6年前 (2018-11-22) 1385浏览 0评论
折腾: 【未解决】给绘本查询web版增加点击tag标签搜索 期间,对于已有一个str的list: curQueryDictKeys=(3) ["q", "tag", "difficulty"...
crifan 6年前 (2018-11-15) 1416浏览 0评论
折腾: 【未解决】小程序中点击按钮调用服务器接口返回数据 期间,需要在小程序中的js去实现 之前用jquery的处理字符串: 现在情况是: 需要去除收尾的空格 小程序 js 字符串 trim 微信小程序自动去除input空格的方法 ̵...
crifan 6年前 (2018-11-11) 3515浏览 0评论
折腾: 【未解决】Java中如何保存字符串到文件中且指定编码 期间,用代码: class LoggingInterceptor implements Interceptor { @Override public Response inte...
crifan 6年前 (2018-10-11) 1048浏览 0评论
折腾: 【已解决】PySpider用json.loads字符串出错:json.decoder.JSONDecodeError: Invalid \escape: line 5 column 179 (char 269) 期间,需要把字符串: Chry...
crifan 6年前 (2018-10-11) 923浏览 0评论
折腾: 【记录】用PySpider去爬取scholastic的绘本书籍数据 期间,突然发现需要爬取的页面中,其实js的代码中包含了更多我想要的信息: var DumbleData = {}; DumbleData.data = { omn...
crifan 6年前 (2018-10-11) 1032浏览 0评论
折腾: 【记录】用PySpider去爬取scholastic的绘本书籍数据 期间,遇到一个稍微特殊一点的内容的提取: https://www.scholastic.com/teachers/books/lord-of-the-fleas-by-dav...
crifan 6年前 (2018-08-22) 1820浏览 0评论
折腾: 【未解决】Flask中如何利用环境变量实现自动加载开发还是生产的配置 期间,经过调试: 另外,再去改为之前的代码: app.config.from_object('config.DevelopmentConfig') #...