团队评分细则 荡起双桨团队贡献度评分规则 Alpha阶段团队评分结果 自评得分细则 团队成员 代码贡献度得分 测试贡献度得分 项目讨论参与度得分 团队事务管理贡献度得分 邓新宇 10 10 3 2 李明昕 6 6 7 6 董俊杰 8 3 4 1 黄思为 8 1 8 3 黎昊轩 1 4 7 12 杨宏 ...
分类:
其他好文 时间:
2021-05-24 11:13:13
阅读次数:
0
This time, you are supposed to find A+B where A and B are two polynomials. Input Specification: Each input file contains one test case. Each case occu ...
分类:
编程语言 时间:
2021-05-24 10:17:27
阅读次数:
0
1、指定包 adb logcat | findstr <packagename> >F:\test.log 2、指定时间 adb logcat -v threadtime -t '08-08 08:08:08.000' >F:\test.log 3、打印到cmd adb logcat 4、打印 信息 ...
分类:
移动开发 时间:
2021-05-24 10:00:37
阅读次数:
0
config.ini [phone] imei = 123456789 num = 0 / 14 build = 00WWYL test.py CUR_DIR = os.path.dirname(os.path.abspath(__file__)) configFilePath = os.path. ...
分类:
编程语言 时间:
2021-05-24 09:30:30
阅读次数:
0
方法一: <input type="text" autocomplete="off" name="test" /> 方法二: 在 input 所在的form标签中添加 <form action="#" autocomplete="off"> <input type="text" autocomple ...
分类:
Web程序 时间:
2021-05-24 08:42:55
阅读次数:
0
修改删除表 修改 -- 修改表名 alter table test rename as tttt -- 怎加表的字段 alter table tttt add age int(11) -- 修改表的字段(重命名,修改约束) alter table tttt modify age varchar(11 ...
分类:
其他好文 时间:
2021-05-24 08:42:42
阅读次数:
0
反向代理实例二 实现效果:使用 nginx 反向代理,根据访问的路径跳转到不同端口的服务中nginx 监听端口为 9001, 访问 http://127.0.0.1:9001/dev/ 直接跳转到 127.0.0.1:8081访问 http://127.0.0.1:9001/test/ 直接跳转到 ...
分类:
其他好文 时间:
2021-05-24 08:12:32
阅读次数:
0
1.获取函数的名称 # 在函数外部获取函数的名称,可以使用.__name__来获取。 def test_func_name1(): print('test') func_name1 = test_func_name1.__name__ print(func_name1) # test_func_na ...
分类:
编程语言 时间:
2021-05-24 07:58:37
阅读次数:
0
看看我1 看看我2 Object.keys() Object.values() <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title>Test</title> <scrip ...
分类:
Web程序 时间:
2021-05-24 07:56:45
阅读次数:
0
#拿出当前匹配的test_ca_v2.1最近版本号 latelyTag=$(git describe --match "test_ca_v2.1*" --abbrev=0 --tags $(git rev-list --tags --max-count=1)) #版本前缀 tagPre="test_ ...
分类:
系统相关 时间:
2021-05-24 07:54:48
阅读次数:
0