/* 加粗:语音部分 * 红色:单词部分 * 斜体:语法部分 * 下划线:信号词/句 */ 第 1 段 1.Listen to a conversation between a student and her public relations professor. 听一段学生和她公共关系教授的对话你... ...
分类:
其他好文 时间:
2019-02-04 16:53:42
阅读次数:
247
PAT B1029 这道题主要有两个问题需要解决: 如何在不区分大小写的情况下判断第一个字符串中有哪些字符串没有在第二个中出现 如何确保同一个字符(不区分大小写)只输出一次,且英文均用大小写输出 解决步骤 : 1. 对于枚举c1 c2 ,如果是小写字母,则先转换成大写字母,再进行对比。如果相等,说明 ...
分类:
其他好文 时间:
2019-01-29 00:35:02
阅读次数:
229
注:点击标题免费下载电子书1.Object-orientedProgrammingwithANSI-C2.CInterfacesandImplementations3.21stCenturyC:CTipsfromtheNewSchool4.AlgorithmsinC(ComputerScienceSeries)5.PointersonCProblemSolvingandProgramDesigni
分类:
编程语言 时间:
2019-01-25 00:20:40
阅读次数:
243
"TPO 18 C2 Possible participation in a sociology project" 第 1 段 1.listen to a conversation between a student and his sociology professor. 听下面一段学生和社会学教 ...
分类:
其他好文 时间:
2019-01-22 23:05:18
阅读次数:
318
load data local infile 'C:/Users/Administrator/Documents/gaunai2.csv' into table newtable (c1,c2) fields terminated by ',' ...
分类:
数据库 时间:
2019-01-18 12:56:14
阅读次数:
152
Code const int nmax=(int)3e6+50; const db pi=acos( 1.0); struct tcpx{db a,b;}c1[nmax],c2[nmax]; tcpx operator+(tcpx a,tcpx b){return (tcpx){a.a+b.a,a. ...
分类:
其他好文 时间:
2019-01-16 21:40:34
阅读次数:
145
查询操作和性能优化 1.基本操作 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 增 models.Tb1.objects.create(c1='xx', c2='oo') 增加一条数据,可以接受字典类型数据 **kwargs ...
分类:
其他好文 时间:
2019-01-08 12:28:19
阅读次数:
164
基础快捷键 命令 ` Shell 常用通配符: |字符|含义| | | | | |匹配 0 或多个字符| |? |匹配任意一个字符| |[list] |匹配 list 中的任意单一字符| |[^list] |匹配 除list 中的任意单一字符以外的字符| |[c1 c2] |匹配 c1 c2 中的任 ...
分类:
系统相关 时间:
2019-01-06 22:29:10
阅读次数:
232
from openpyxl import load_workbookwb = load_workbook('c:\\aaa2222339\\tensorflow\\asd.xlsx')sheet = wb.get_sheet_by_name('Sheet1')# print(sheet['C2']. ...
分类:
其他好文 时间:
2019-01-06 22:02:45
阅读次数:
183