码迷,mamicode.com
首页 >  
搜索关键字:you must not use 8-bit bytestrings    ( 56378个结果
debug:am trace-ipc源码分析
debug:am trace-ipc源码分析 一、使用 官网介绍 链接:Slow rendering 如果您有 binder 事务,则可以使用以下 adb 命令捕获其调用堆栈: $ adb shell am trace-ipc start … use the app - scroll/animate ...
分类:其他好文   时间:2021-07-28 21:34:30    阅读次数:0
ClickHouse的JDBC连接
1、增加依赖 <dependency> <groupId>ru.yandex.clickhouse</groupId> <artifactId>clickhouse-jdbc</artifactId> <version>0.1.54</version> </dependency> 2、代码实现 pu ...
分类:数据库   时间:2021-07-26 16:47:51    阅读次数:0
Hello World Hexo
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in ...
分类:其他好文   时间:2021-07-23 17:39:58    阅读次数:0
pytest参数化使用ids当测试用例描述有中文时控制台及报告中用例标题输出为Unicode编码问题(钩子函数:pytest_collection_modifyitems)
当我们对测试用例进行参数化时,使用@pytest.mark.parametrize的ids参数自定义测试用例的标题,当标题中有中文时,控制台和测试报告中会出现Unicode编码问题,这看起来特别像乱码,我们想让中文正常展示出来,需要用到pytest框架的钩子函数pytest_collection_m ...
分类:其他好文   时间:2021-07-22 17:33:22    阅读次数:0
rust 实现协程池
use crossbeam_channel::{Receiver, bounded}; use tokio::time::{Duration, delay_for}; #[tokio::main] async fn main() { let (s, r) = bounded(10); for i i ...
分类:其他好文   时间:2021-07-19 16:57:38    阅读次数:0
Django 时区配置
修改 django 时区 # 项目 settings.py 文件中修改以下内容 TIME_ZONE = 'UTC' # 修改成 上海 时区 TIME_ZONE = 'Asia/Shanghai' 查看该 django 版本支持的时区 # 在对应django 的python环境中 /Users/liu ...
分类:其他好文   时间:2021-07-19 16:53:52    阅读次数:0
centos8 yum源
cat CentOS-Base.repo # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to p ...
分类:其他好文   时间:2021-07-19 16:46:42    阅读次数:0
爬虫库urllib的使用
# -*- coding: utf-8 -*-# @Time : 2021/7/18 11:40# @Author :liuw# @File : testUrllib.py# @Software: PyCharmimport urllib.requestimport urllib.parse# 获取 ...
分类:Web程序   时间:2021-07-19 16:46:08    阅读次数:0
【转】windows改变Sublime选中背景颜色
(43条消息) Mac上修改Sublime Text 3选中文本的背景色_gaoyp的专栏-CSDN博客https://blog.csdn.net/gaoyp/article/details/88990555 颜色表大全 颜色代码 设计配色表 网页配色表-www.5tu.cnhttps://www. ...
分类:Windows程序   时间:2021-07-19 16:45:43    阅读次数:0
忘记数据库密码,打开修改密码
用管理员权限打开cmd:输入:mysqld --skip-grant-tables 再打开一个命令窗口,进入数据库的bin目录下,写命令:mysql:cd E:\Program Files\MySQL\MySQL Server 5.5\bin 命令顺序:mysql >use mysql >updat ...
分类:数据库   时间:2021-07-19 16:29:47    阅读次数:0
56378条   1 2 3 4 ... 5638 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!