码迷,mamicode.com
首页 >  
搜索关键字:month in english    ( 3190个结果
PAT Advanced 1005 Spell It Right
Given a non-negative integer N, your task is to compute the sum of all the digits of N, and output every digit of the sum in English. Input Specificat ...
分类:其他好文   时间:2019-09-02 23:26:46    阅读次数:107
scanf函数使用时忘记在变量前加上&
scanf("%d%d%d",year,month,date); 忘记在year,month,date前少了&后,程序运行会没有输出,调试时会出现“Program received signal SIGSEGV, Segmentation fault.”错误: ...
分类:其他好文   时间:2019-09-02 18:54:31    阅读次数:73
瑞友天翼发布ERP虚拟程序
需求:通过瑞友天翼发布ERP程序,桌面用户通过WEB方式访问ERP。 方案: 1.OS: 安装虚拟服务器VirtualSvr: 系统Windows Server 2008 R2 Standard English ,64bit系统 2.OS: VirtualSvr,加入到域环境,使用具有本地管理员权限 ...
分类:其他好文   时间:2019-08-31 19:49:37    阅读次数:153
English Voice of <<That Girl>>
That Girl——Olly Murs There's a girl,but I let her get away. 曾经心爱的女孩,我却让她擦肩而过。 It's all my fault,cause pride got in the way. 自尊心作祟,一切都是我的错。 And I'd be ...
分类:其他好文   时间:2019-08-30 22:39:36    阅读次数:85
SQLite wrapper
SQLiteWrapper is a C++ wrapper for SQLite. There are some test programs that demonstrate how the SQLite Wrapper classes are used. The implementation f ...
分类:移动开发   时间:2019-08-28 22:32:25    阅读次数:125
python 根据年份,月份信息显示此月份天数
1 # 普通方法 2 year = int(input('请输入年份:')) 3 month = int(input('请输入月份(1~12):')) 4 if month == 2: 5 if year % 4 == 0 and year % 100 != 0 or year % 400 == 0... ...
分类:编程语言   时间:2019-08-28 12:41:59    阅读次数:263
pandas处理数据小技巧
import numpy as npimport pandas as pd# 读取数据df = pd.read_excel('E:/PythonData/data/pdata.xlsx')print(df) # 按照条件填充空值values = {'English': 0, 'Math': 0, '... ...
分类:其他好文   时间:2019-08-27 17:09:01    阅读次数:56
sqlserver获取年月
1.普通获取 SELECT CONVERT( varchar(10),YEAR(GetDate()) )+'年'+ CONVERT( varchar(10),MONTH(GetDate())) +'月' 2.月不足两位添加0 SELECT DateName(year,GetDate()) +'年'+ ...
分类:数据库   时间:2019-08-26 15:27:17    阅读次数:168
英语 - 语法
考点:动词时态 △△△△△ 谓语动词 = 助动词 + 实义动词 I will go to Beijing 时态 W has come. 时态 R was not convinced. 被动 I must work hard. 情态 Does he like English? 疑问 He doesn’ ...
分类:其他好文   时间:2019-08-25 15:49:46    阅读次数:166
python列表之添加、修改和删除元素
修改列表中的元素: output: ['history','Chinese','English'] 列表中添加元素: 在末尾添加: output:['math','English'] ['math','English','Chinese'] 插入元素: output:['math','English ...
分类:编程语言   时间:2019-08-24 22:38:30    阅读次数:252
3190条   上一页 1 ... 39 40 41 42 43 ... 319 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!