码迷,mamicode.com
首页 >  
搜索关键字:b. mr. kitayutas col    ( 37987个结果
DockerBuild时查看当前镜像目录树
RUN find . | sed -e "s/[^-][^\/]*\// |/g" -e "s/|\([^ ]\)/|-\1/" ...
分类:其他好文   时间:2020-11-01 09:30:21    阅读次数:17
Reporting tool on Power Platform - PowerBI/ER/MR/SSRS
Reporting and analytics with Power BI home page This topic points you to resources that you can use to learn more about the business intelligence (BI) ...
分类:其他好文   时间:2020-11-01 09:20:29    阅读次数:20
元空间和运行时常量池
元空间是方法区的实现 方法区是什么呢? 从java虚拟机规范9里摘抄的 It stores per-class structures such as the run-time constant pool, field and method data, and the code for methods ...
分类:其他好文   时间:2020-10-31 01:53:14    阅读次数:25
python初始环境配置
一、前言 mac自带python版本为2xx,为了方便之后的版本控制,我们不直接用homebrew安装python3,我们使用一个python版本管理工具pyenv 二、pyenv安装 通过homebrew直接安装pyenv brew install pyenv 配置(如果用的bash就把命令最后的 ...
分类:编程语言   时间:2020-10-31 01:34:59    阅读次数:23
编程技巧
关于线程创建函数pthread_create #include<pthread.h> int pthread_create(pthread_t *tidp, const pthread_attr_t *attr, void *(*start_rtn)(void*), void *arg); // 第 ...
分类:其他好文   时间:2020-10-30 13:18:56    阅读次数:37
MT7621调试FOTA升级中的问题
1. 没有上报101,直接上报了201,看下LOG,其中的上报下载进度成功 case OTA_EVENT_REPORT_DOWNLOAD_PROGRESS_OK: { ota_log_printf("Report download progress success\r\n"); if(ctx->do ...
分类:其他好文   时间:2020-10-30 12:35:50    阅读次数:23
同一系统开启两个ftp进程
1.正常情况是yum 安装vsftpd服务 ,在/etc/vsftpd目录更改配置,起服务.这样启动是一个服务. 2.启动第二个vsftpd服务 #创建虚拟用户 useradd -d /home/virtual2 -s /sbin/nologin virtual2 #创建新的配置文件 cat << ...
分类:系统相关   时间:2020-10-30 12:21:41    阅读次数:24
mysql 当前执行sql线程查询 及关停kill
命令: show processlist; 如果是root帐号,你能看到所有用户的当前连接。如果是其它普通帐号,只能看到自己占用的连接。 show processlist;只列出前100条,如果想全列出请使用show full processlist; 每个与mysqld的连接都在一个独立的线程里运 ...
分类:数据库   时间:2020-10-30 12:20:21    阅读次数:21
java 获取当前时间并转化为yyyy-MM-dd HH:mm:ss格式
https://blog.csdn.net/weixin_39973810/article/details/82012329 方法一(线程不安全, 不建议使用) private SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm ...
分类:编程语言   时间:2020-10-30 11:57:09    阅读次数:17
Pytest 系列(26)- 清空 allure 历史报告记录
如果你还想从头学起Pytest,可以看看这个系列的文章哦! https://www.cnblogs.com/poloyy/category/1690628.html 背景 pytest 运行 测试用例生成 allure 报告时,当测试用例名称修改后重新运行,会保留历史运行记录 又或者分开运行两个测试 ...
分类:其他好文   时间:2020-10-29 09:43:48    阅读次数:20
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!