码迷,mamicode.com
首页 >  
搜索关键字:welcome    ( 1542个结果
Python中的 *args 和 **kwargs
基本概念 Python支持可变参数,最简单的方法莫过于使用默认参数。 def test_defargs(one, two=2): # 参数one没有默认值,two的默认值为2 print('Required argument: ', one) print('Optional argument: ', ...
分类:编程语言   时间:2018-12-05 22:26:06    阅读次数:258
汇编实验九
任务一:在屏幕上输出内存单元中十进制的两位数。 任务二: 任务三:在屏幕中间输出绿色,绿底红色,白底蓝色的字符串'welcome to masm!'。 任务四:实验分析与总结 数字字符要先转换为相对应的数字,然后再在屏幕上输出; 最后的彩色字体和所在的彩色缓冲区的内存有关,感觉蛮有意思,但是不是很理 ...
分类:其他好文   时间:2018-12-05 20:45:56    阅读次数:121
第九章实验
实验1 屏幕上输出内存单元中的十进制两位数 实验结果 实验2 在屏幕上输出data 段定义的5 个十进制两位数,数据和数据之间以空格间隔。 实验结果 实验3 在屏幕中间分别显示绿色,绿底红色,白底蓝色的字符串’welcome to masm!'。 实验结果 总结与体会 1.要熟悉int 21h的使用 ...
分类:其他好文   时间:2018-12-03 21:40:59    阅读次数:190
WEEK 1
WEEK 1 Introduction Welcome to Machine Learning! In this module, we introduce the core idea of teaching a computer to learn concepts using data—withou ...
分类:其他好文   时间:2018-12-03 15:38:24    阅读次数:106
python语句
基本逻辑运算符(if ...elif...else)(0,False,None为假) ...
分类:编程语言   时间:2018-12-03 12:52:35    阅读次数:240
Command Line Client(建库,建表)
Enter password: ******Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 7Server version: 5.1.55-community MySQL Comm ...
分类:其他好文   时间:2018-11-28 22:30:30    阅读次数:211
LR脚本示例之参数_变量介绍
Action(){ char *url = "127.0.0.1:1080"; char arr_url[1024]; //将url变量的值复制给p_url1参数 lr_save_string(url,"p_url"); //将p_url1参数的值复制给arr_url变量 strcpy(arr_ur ...
分类:其他好文   时间:2018-11-27 13:04:42    阅读次数:162
maven deploy jar包到远程仓库400
第一步,登陆nexus http://maven.repo.[公司域].com/nexus/#welcome 查看账号是否有上传权限,选择某个respository如果如下图所示,代表有权限 第二步,查看是否有下列问题 用户凭据错误:用户密码是否错误,在${user}/.m2/setting.xml ...
分类:编程语言   时间:2018-11-26 23:17:23    阅读次数:675
vue登录
<template> <section class="wrap-page wrap-page-u" style="padding-top:2rem;"> <div class="us-box"> <h2>登录</h2> <div class="lItem"> <input type="number" ...
分类:其他好文   时间:2018-11-24 22:29:36    阅读次数:281
Linux内核电源管理综述
资料:http://blog.csdn.net/bingqingsuimeng/article/category/1228414http://os.chinaunix.net/a2006/0519/1002/000001002210.shtmlhttp://www.ednchina.com/ART_ ...
分类:系统相关   时间:2018-11-17 22:17:01    阅读次数:284
1542条   上一页 1 ... 30 31 32 33 34 ... 155 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!