- 博客(5)
- 收藏
- 关注
原创 Python基础01.基本数据类型
# coding=utf-8# 标准数据类型 Numbers(数字)、String(字符串)、List(列表)、Tuple(元组)、Dictionary(字典)age = 18name = "tom"# 列表speaking = ["chs", "eng"]# 元组 无法新增、删除someone = ("tall", "rich", "hot")# 字典clothes =...
2019-09-16 13:40:02 131
原创 nodejs Unexpected token function
在进行RAP2安装时,koa-logger包报错。解决办法:升级nodejs版本,7.6+/home/rap2/rap2-delos/node_modules/koa-logger/index.js:57 return async function logger (ctx, next) { ^^^^^^^^SyntaxError: Unexpected to...
2019-01-17 10:52:21 1778
原创 XmlBeanDefinitionStoreException 找不到元素 'beans' 的声明
一月 15, 2019 1:14:40 下午 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions信息: Loading XML bean definitions from class path resource [beans.xml]Exception in thread "main...
2019-01-15 13:18:05 943
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人