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("%d%d%d",year,month,date); 忘记在year,month,date前少了&后,程序运行会没有输出,调试时会出现“Program received signal SIGSEGV, Segmentation fault.”错误: ...
分类:
其他好文 时间:
2019-09-02 18:54:31
阅读次数:
73
需求:通过瑞友天翼发布ERP程序,桌面用户通过WEB方式访问ERP。 方案: 1.OS: 安装虚拟服务器VirtualSvr: 系统Windows Server 2008 R2 Standard English ,64bit系统 2.OS: VirtualSvr,加入到域环境,使用具有本地管理员权限 ...
分类:
其他好文 时间:
2019-08-31 19:49:37
阅读次数:
153
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
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
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
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
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
修改列表中的元素: output: ['history','Chinese','English'] 列表中添加元素: 在末尾添加: output:['math','English'] ['math','English','Chinese'] 插入元素: output:['math','English ...
分类:
编程语言 时间:
2019-08-24 22:38:30
阅读次数:
252