logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

ImportError: cannot import name 'six' from 'django.utils'

django的版本太新了.解决方案如下:pip install django==2.0.2

markdown表格在github/gitee中合并单元格

markdown表格合并单元格只能是在.md文件中使用html代码github/gitee中的显示效果横向合并<table><tr><td>One</td><td>Two</td></tr><tr><td colspan="2">Three</td>...

Could not find a suitable table factory for ‘org.apache.flink.table.factories.TableSinkFactory‘

報錯如下:Exception in thread "main" org.apache.flink.table.api.TableException: findAndCreateTableSink failed.at org.apache.flink.table.factories.TableFactoryUtil.findAndCreateTableSink(TableFactoryUtil.ja

#apache#flink#scala
Django CMS介绍(转载)

CMS 的意思是 Content Management System 内容管理系统,一般拿就可以使用,不会编程也能做出网站来,还可以在原来的基础上再次开发,减少工作量,这里列举了一些出名的 CMS:Opps- A content management platform built for large portals.django-cms- The easy-to-use a...

flink报错org.apache.commons.cli.Option.builder

问题复现:yarn-session.sh完整报错如下:SLF4J: Class path contains multiple SLF4J bindings.SLF4J: Found binding in [jar:file:/home/appleyuchi/bigdata/flink-1.10.1/lib/slf4j-log4j12-1.7.15.jar!/org/slf4j/impl/Stati

360断网急救箱-网络连接配置有问题

管理员权限启动cmd.exe然后输入netsh winsock reset然后重启电脑即可

Illegal processing instruction target (xml)

java.lang.RuntimeException: com.ctc.wstx.exc.WstxParsingException: Illegal processing instruction target ("xml"); xml (case insensitive) is reserved by the specs.at [row,col,system-id]: [19,5,"file:/h

pom.xml中的artifactId是什么意思?

例如这里的maven-source-plugin就是下面的artifactId<plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-source-plugin</artifactId><version>2.2.1</version>

datagrip导入csv数据配合ajax+mysql+Flask实验

1.先让datagrip连接mysql数据库ajax_data2.先连上数据库2.导入csv数据,勾上First row is_header重命名为company_info#---------------------------------------------------------------------------------------------------...

matlab进行离散点的曲线拟合

代码如下:X=0:0.1:1;Y=[-0.447 1.978 3.28 6.16 7.08 7.34 7.66 9.56 9.48 9.30 11.2];C=polyfit(X,Y,2);Z=polyval(C,X);plot(X,Y,'+',X,Z,'b');%n=2阶显示拟合结果hold onD=polyfit(X,Y,4);M=polyval(D,X);plot(X,M,'r')%n=4阶进

    共 130 条
  • 1
  • 2
  • 3
  • 13
  • 请选择