上一页 1 ··· 163 164 165 166 167 168 169 170 171 ··· 181 下一页
摘要: import numpy as npdef sjjt(xha,sjh,beitu,jl,xx,yy): #检查目标,并将目标指定范围内截图 pull_screenshot(xha,sjh,xx) #pull_screenshot(xh,sjh) # 截图 au='./tmall'+str(xx)+' 阅读全文
posted @ 2020-12-20 16:33 myrj 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 微信-我-设置-隐私-添加我的方式,去掉“群聊" 加好友的方式:群聊 二维码 名片三种方式根据实际情况选择确定 搜索到我的方式:微信号,手机号,QQ号,根据实际情况选择确定 阅读全文
posted @ 2020-12-18 11:20 myrj 阅读(557) 评论(0) 推荐(0) 编辑
摘要: def getIP():#得到当前电脑IP import socket s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) s.connect(("8.8.8.8", 80)) ip = (s.getsockname()[0]) s.close( 阅读全文
posted @ 2020-12-18 10:56 myrj 阅读(500) 评论(0) 推荐(0) 编辑
摘要: 小米手机 'adb -s {0} shell input swipe 200 1200 200 380'.format(sjh)#滑动 阅读全文
posted @ 2020-12-17 21:01 myrj 阅读(57) 评论(0) 推荐(0) 编辑
摘要: import os print os.getcwd() #获取当前工作目录路径 print os.path.abspath('.') #获取当前工作目录路径 print os.path.abspath('test.txt') #获取当前目录文件下的工作目录路径 print os.path.abspa 阅读全文
posted @ 2020-12-17 14:43 myrj 阅读(754) 评论(0) 推荐(0) 编辑
摘要: 1头文件,包含stdio.h头文件,include 称为文件包含命令,其意义是把尖括号""或引号<>内指定的文件包含到本程序中,成为本程序的一部分。被包含的文件通常是由系统提供的,其扩展名为.h 而stdio为standard input output的缩写,意为“标准输入输出”2.#include 阅读全文
posted @ 2020-12-16 11:23 myrj 阅读(273) 评论(0) 推荐(0) 编辑
摘要: "upload/"+Eval("kemu")+"/"+Eval("tx")+".jpg" "hander.aspx?id="+Eval("tx")Eval("tx").ToString()!=null ?true:false if (System.IO.File.Exists(ImgUrl)) 合并 阅读全文
posted @ 2020-12-15 11:17 myrj 阅读(184) 评论(0) 推荐(0) 编辑
摘要: USE [exam]GO /****** Object: Table [dbo].[tx] Script Date: 12/13/2020 22:19:59 ******/SET ANSI_NULLS ONGO SET QUOTED_IDENTIFIER ONGO CREATE TABLE [dbo 阅读全文
posted @ 2020-12-13 22:21 myrj 阅读(166) 评论(0) 推荐(0) 编辑
摘要: string sql1 = "select distinct tx from tiku where tx is not null"; //检索tx表中所有的不重复的tx值 string sql2,url,txa; byte[] dd; DataSet ds = new DataSet(); ds = 阅读全文
posted @ 2020-12-13 21:02 myrj 阅读(95) 评论(0) 推荐(0) 编辑
摘要: //图像数据表:tx//字段id (nvarchar(50) ,image(image)//tgav为图片ID,实质为上传前的主名 (省略了.jpg) using System; using System.Collections.Generic; using System.Data; using S 阅读全文
posted @ 2020-12-13 20:48 myrj 阅读(152) 评论(0) 推荐(0) 编辑
上一页 1 ··· 163 164 165 166 167 168 169 170 171 ··· 181 下一页