上一页 1 ··· 102 103 104 105 106 107 108 109 110 ··· 189 下一页
摘要: strs = 'Goaod' hashTable = dict() listStrs = list(strs) i = 0 while i < len(strs): if listStrs[i] in hashTable: print("有重复字符") break else: hashTable[l 阅读全文
posted @ 2022-06-23 07:20 myrj 阅读(83) 评论(0) 推荐(0)
摘要: sqlxu="select count(*) from ksxsc where ida like 'a%%'" 搜索 复制 阅读全文
posted @ 2022-06-16 15:16 myrj 阅读(204) 评论(0) 推荐(0)
摘要: 网址https://www.jsjiami.com/javascriptobfuscator.html 搜索 复制 阅读全文
posted @ 2022-06-12 10:44 myrj 阅读(54) 评论(0) 推荐(0)
摘要: centos调用青龙:docker exec -it qinglong bash(qinglong为DOCKER名) 搜索 复制 阅读全文
posted @ 2022-06-10 11:11 myrj 阅读(102) 评论(0) 推荐(0)
摘要: finalshell下载地址:http://dl.hostbuf.com/finalshell2/finalshell_install.exe?LBU1W1.安装软件2.第二行,同步状态 右侧:点击图标(文件夹样式),打开连接管理器3.点击第一个按钮4.ssh连接(linux):新建连接,输入名称 阅读全文
posted @ 2022-06-10 09:10 myrj 阅读(478) 评论(0) 推荐(0)
摘要: APDU=[0xFF,0x86,0x00,0x00,0x05,0x01,0x00,0x3E,0x60,0x00] 0x60 代表使用KeyA;0x61 代表使用KeyB; 有两个Load Authentication Keys APDU 命令: FF 82 20 00 06 FF FF FF FF 阅读全文
posted @ 2022-06-03 17:50 myrj 阅读(345) 评论(0) 推荐(0)
摘要: //文件名o531a.c #include <stdio.h> #include "0530-1.c" main() { printf("%d",pd(2)); getchar(); } #include <stdio.h> int pd(int a) { if(a%2==0) return 1; 阅读全文
posted @ 2022-05-30 10:56 myrj 阅读(560) 评论(0) 推荐(0)
摘要: 1,从PLC 的组成来看, 除 CPU ,存储器及通信接口外,与工业现场直接有关的还有哪些接口?并说明其主要功能。 (1)输入接口:接受被控设备的信号,并通过光电耦合器件和输入电路驱动内部电路接通或断开。 (2)输出接口:程序的执行结果通过输出接口的光电耦合器件和输出组件 (继电器、 晶闸管、晶体管 阅读全文
posted @ 2022-05-30 06:48 myrj 阅读(4897) 评论(0) 推荐(0)
摘要: +485- AD1 AD2 DA1 DA2COM2 DC24VERROR X 0 1 2 3 4 5 6 7 10 11 12 13 14 15 16 17 16D1/16RLYRUNPOW/COM Y 0 1 2 3 4 5 6 7 10 11 12 13 14 15 16 17 32MR-2AD 阅读全文
posted @ 2022-05-30 06:29 myrj 阅读(438) 评论(0) 推荐(0)
摘要: 地址: Terminal21,วัฒนา,วัฒนา,กรุงเทพมหานคร10110,ประเทศไทยTraceback (most recent call last): File "D:/Python37/dp0529a.py", line 635, in <module> uu=jian 阅读全文
posted @ 2022-05-29 11:01 myrj 阅读(29) 评论(0) 推荐(0)
上一页 1 ··· 102 103 104 105 106 107 108 109 110 ··· 189 下一页