码迷,mamicode.com
首页 >  
搜索关键字:you    ( 26666个结果
Docker常用命令
帮助命令 docker version # 显示docker的版本信息 docker info # 显示docker的系统信息,包括镜像和容器的数量 docker 命令 --help # 帮助命令 帮助文档的地址:https://docs.docker.com/engine/reference/ru ...
分类:其他好文   时间:2020-08-18 14:08:01    阅读次数:91
Mysql 8.0 ERROR 1064 (42000)
Mysql 8.0 ERROR 1064 (42000)
分类:数据库   时间:2020-08-18 13:43:11    阅读次数:81
1,Dvops python(input用户交互,格式化文本输出)
input用户交互函数使用input函数需要用户键盘输入变量,多种表达方式注意在python中“”与‘’是没区别的,所见即所得,未加“”表示引用变量,在shell“”会进行转义name=input("yourname:")print(input("yourname:"))yourname:dwl常用占位符%d整数%f浮点数%s字符串%x十六进制整数使用方法:tpl="iam%s"%"alex"##
分类:编程语言   时间:2020-08-13 22:10:52    阅读次数:103
ERROR 1064 (42000)
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use n ...
分类:其他好文   时间:2020-08-13 12:42:41    阅读次数:61
LTE - Model HARQ Indicator and PHICH
This example shows how to implement the HARQ Indicator (HI) and physical HI channel (PHICH). You create the processing chain of coding hybrid indicato ...
分类:其他好文   时间:2020-08-13 12:11:36    阅读次数:61
安装 ant design pro
新建一个空的文件夹作为项目的目录,并在目录下执行 yarn create umi 或者 npm create umi 如果不创建空目录,可以执行 yarn create umi appname 或者 npm create umi appname 选择ant design pro Select the ...
分类:其他好文   时间:2020-08-12 15:54:48    阅读次数:78
树莓派启动流程 --- 004 systemd-modules-load [111]: Module'i2c_dev' inserted -- 02 How the Raspberry Pi boots up
This is an in-detail account of the Raspberry Pi boot process collected from various sources, mainly from the official forums. First, you need to know ...
分类:Web程序   时间:2020-08-12 15:43:48    阅读次数:87
剑指 Offer 30. 包含min函数的栈
public class MinStack { /** initialize your data structure here. */ Stack<Integer> stack = new Stack<>(); private int min = Integer.MIN_VALUE; List<In ...
分类:其他好文   时间:2020-08-10 22:08:46    阅读次数:86
[很杂的杂项] Yes, Prime Minister长难句大赏(持续更新中)
Yes, even though they probably certainly know that you probabaly wouldn't, they don't certainly know that although you probably wouldn't, there's no p ...
分类:其他好文   时间:2020-08-10 19:47:20    阅读次数:112
PopupWindow 设置显示坐标为负无效
WindowManager显示负坐标,需要设置LayoutParamsflag为FLAG_LAYOUT_NO_LIMITSLayoutParamstype为2007以上PopupWindow也是设置WindowManager的,查看了内部代码,.要设置flag为FLAG_LAYOUT_NO_LIMITS,则需要在setContentView之前设置thissetClippingEnabled(fa
分类:Windows程序   时间:2020-08-10 15:51:21    阅读次数:99
26666条   上一页 1 ... 35 36 37 38 39 ... 2667 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!