码迷,mamicode.com
首页 >  
搜索关键字:users    ( 8928个结果
使用EDAS时,在启动消费者Ali-tomcat时启动失败,Pandora container stopped. HSF服务启动失败
我开发使用的IntelliJIdea, 找到当前问题所在是在其tomcat日志文件中发现的,因此若你还没去查看过该日志文件建议去查看。该日志文件路径在: C:\Users\tom\.IntelliJIdea2017.3\system\tomcat\项目名\logs 在使用阿里的EDAS时,开发中启动 ...
分类:其他好文   时间:2020-08-08 17:47:16    阅读次数:76
zipfile.ZipFile
with zipfile.ZipFile('/Users/liujianing/Downloads/a.zip') as z: for file in z.namelist(): z.extract(file, '/Users/liujianing/Downloads') ...
分类:其他好文   时间:2020-08-05 16:53:14    阅读次数:71
npm ERR! Invalid name
kevin:ymaster y$ npm run devnpm ERR! Invalid name: "管理后台" npm ERR! A complete log of this run can be found in:npm ERR! /Users/y/.npm/_logs/2020-08-05T ...
分类:其他好文   时间:2020-08-05 10:30:47    阅读次数:114
.net core还原packages包到指定目录
默认.net core项目是将nuget包还原到全局目录中:C:\Users\Administrator\.nuget\packages\ 修改*.csproj文件,加上这行代码,可将nuget包还原到本地 <RestorePackagesPath>..\packages</RestorePacka ...
分类:Web程序   时间:2020-08-03 18:39:40    阅读次数:139
18.Pandas实战,对电影数据进行分析
第一步:读取三个表数据(用户表、评分表、电影表) mnames=['MovieID','Title','Genres'] user_data = pd.read_table(r".\datas\movielens-1m\users.dat", sep='::', header=None, names ...
分类:其他好文   时间:2020-08-01 21:29:14    阅读次数:83
rsync支持断点续传文件
参考:https://my.oschina.net/ccLlinux/blog/1859116基本命令:rsync[OPTION]…SRC(需要备份的原文件)DEST(Push的位置)example:download:rsync-avuser@hostip:/scratch/test/test_sh.sh/Users/username/test/test.sh上传:rsync-av/Users/u
分类:其他好文   时间:2020-07-30 22:22:12    阅读次数:96
Jmeter 常用函数(28)- 详解 __FileToString
如果你想查看更多 Jmeter 常用函数可以在这篇文章找找哦 https://www.cnblogs.com/poloyy/p/13291704.html 作用 读取整个文件 语法格式 ${__FileToString(C:\Users\user\Desktop\test1.dat,,)} 参数讲解 ...
分类:其他好文   时间:2020-07-29 14:31:43    阅读次数:84
springboot mybatis-plus 多数据源
1.pom.xml引入相关依赖 <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>3.0.3</version> </dependency> ...
分类:编程语言   时间:2020-07-29 10:27:54    阅读次数:84
获取metabase用户信息
需求:需要统计metabase每个用户的权限整理为excel表格。 就是需要吧人名,邮箱,用户组,弄出来,整理为excel,f12看,很可惜没找到js或者类似加载数据的json文件,不过找到一个api地址,譬如https://xxxx.xx/api/user,能拿到所有用户的信息。 但是要整理为ex ...
分类:Web程序   时间:2020-07-28 22:33:37    阅读次数:122
VUE 项目搭建
安装 node 环境 配置npm在安装全局模块时的路径和缓存cache的路径 因为在执行例如npm install webpack -g等命令全局安装的时候,默认会将模块安装在C:\Users\用户名\AppData\Roaming路径下的npm和npm_cache中,不方便管理且占用C盘空间, 所 ...
分类:其他好文   时间:2020-07-28 22:22:50    阅读次数:58
8928条   上一页 1 ... 21 22 23 24 25 ... 893 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!