#!/usr/bin/evn python# Aothor Jackname ="my \tname IS {name},i am {year}"print(name.capitalize())#大写首字母,中间转为小写print(name.count("a"))print(name.center( ...
分类:
其他好文 时间:
2020-03-29 19:48:39
阅读次数:
84
【转】:https://blog.csdn.net/flaming999/article/details/78709396/ adb命令打开手机设置页面 设置主页面 adb shell am start com.android.settings/com.android.settings.Settin ...
分类:
移动开发 时间:
2020-03-28 18:07:18
阅读次数:
628
# -*- coding:utf-8 def a_new_decorator(a_func): def wrapTheFunction(): print("I am doing some boring work before executing a_func()") a_func() print(" ...
分类:
其他好文 时间:
2020-03-27 15:37:54
阅读次数:
68
1、输入一组单词(区分大小写),统计首字母相同的单词的个数,相 同的单词不累加,输出格式:“字母,个数” input: I am a boy,you are a boy. output: I,1 a,3 b,1 y,1 #include <iostream> #include <map> #incl ...
分类:
其他好文 时间:
2020-03-25 00:53:55
阅读次数:
56
I am happy . 表示事实 I got happy . 强调变化过程 get + 名词 : 得到 。。。 get + 形容词 : 变得 。。。 ...
分类:
其他好文 时间:
2020-03-24 16:04:16
阅读次数:
513
命令行格式: adb shell am instrument -w -r [-e ] 执行器 获取instrumentation执行器 在命令行执行adb shell pm list instrumentation, 获取自己需要执行的instrumentation执行器 执行全部用例 adb sh ...
分类:
数据库 时间:
2020-03-23 20:21:14
阅读次数:
260
1: Socket之序列化; 让对象能够通过socket进行传输 服务端: 1 package com.lv.study.am.first; 2 3 import java.io.ObjectOutputStream; 4 import java.io.OutputStream; 5 import ...
分类:
其他好文 时间:
2020-03-18 22:00:05
阅读次数:
63
update mlos_am_member a set a.memo4='aaa'||a.memo4 where a.validflag = '0' and a.memo4 is not null ...
分类:
数据库 时间:
2020-03-18 11:34:55
阅读次数:
68
目的:学习netcore3.x 环境下的webapi 开发。 项目:目录及说明 1、AM.Template.Data,持久层,数据库实例 通过该实例能够查询更改数据库(CURD),操作。 2、AM.Template.Domain ,领域层,领域实体模型,用于设计实体间的关系,并生成数据库表。 3、A ...
等比数列是指从第二项起,每一项与它的前一项的比值等于同一个常数的一种数列。对于一个等比数列an=a1qn-1,它的前n项的和Sn=a1(1-qn)/(1-q)(q≠1)。现在已知A为n*n的矩阵,S=A+A2+A3+...+Am,你能否正确求出S,并且输出S中的每一个元素对1000000007取模后 ...
分类:
其他好文 时间:
2020-03-10 18:40:15
阅读次数:
67