#include<stdio.h> #include<windows.h> #include<graphics.h> #include<atlimage.h> int main() { //system("adb pull /sdcard/screen.png"); //system("adb sh ...
分类:
数据库 时间:
2020-11-24 12:38:06
阅读次数:
10
CONCATENATE '无权限' p_str INTO msg. p_str = |{ p_str1 }'啊'|. LEAVE TO TRANSACTION sy-tcode. SELECTION-SCREEN: BEGIN OF BLOCK b01 WITH FRAME TITLE TEXT-0 ...
分类:
其他好文 时间:
2020-11-24 12:05:51
阅读次数:
9
import random import string import time usrinfo= #总字典 main_screen = """ ATM管理系统 1、登陆 2、注册 3、退出 """ login_screen = """ 1、取款 2、存款 3、转账 4、查询账户信息 5、冻结账户 6 ...
分类:
其他好文 时间:
2020-11-23 11:51:34
阅读次数:
24
function getExplorerWindows() { let wnds = sp.AllApplications(); const windClass = "CabinetWClass"; const proName = "explorer"; let result = new Array ...
分类:
其他好文 时间:
2020-11-19 12:03:37
阅读次数:
4
Given an array of integers nums and an integer threshold, we will choose a positive integer divisor and divide all the array by it and sum the result ...
分类:
其他好文 时间:
2020-11-13 13:21:44
阅读次数:
33
1. CSS引用的基本形式:<linkrel="stylesheet" href="path/fileName.css" type="text/css"media="screen" /> 2. 格式 a) 在html文件中引用CSS采用<styletype="text/css">……</style> ...
分类:
Web程序 时间:
2020-11-07 17:35:03
阅读次数:
40
上节课复习: ps aux | grep "T" kill -cont pid 今日内容: 1、hup信号 让进程脱离当前会话窗口session而运行: 原理一致是??? nohup setsid 在子shell中启动进程 screen 2、查看网络 3、proc文件系统 free lscpu 4、 ...
分类:
其他好文 时间:
2020-11-06 02:46:23
阅读次数:
25
AT SELECTION-SCREEN OUTPUT 是选择屏幕的PBO(Process before output)事件,,在每次选择屏幕被调用之前触发,可以进行选择屏幕输出前的准备工作,比如对选择屏幕的初始化操作,每次调用选择屏幕都会进行初始化操作。如果只想进行一次初始化,则可以使用INITIA ...
分类:
其他好文 时间:
2020-11-06 02:20:09
阅读次数:
21
adb shell /system/bin/screencap -p /sdcard/screenshot.png(保存到SDCard) adb pull /sdcard/screenshot.png d:/screenshot.png(保存到电脑) https://www.cnblogs.com/ ...
分类:
移动开发 时间:
2020-11-06 01:42:11
阅读次数:
43
UE4-蓝图与C++类 互相调用函数 Time: 2020年10月15日10:13:15 Author: Yblackd @(UE4-蓝图与C++类 互相调用函数) 1. 准备工作 1.1 基于C++创建的Actor类 创建蓝图类 ? 根据 MyActor_First 类创建新的 蓝图类->BP_F ...
分类:
编程语言 时间:
2020-11-02 09:55:20
阅读次数:
31