会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
myrj
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
102
103
104
105
106
107
108
109
110
···
189
下一页
2022年6月23日
判断字符串是否有重复字条
摘要: 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)
2022年6月16日
python mysql语句中的%需要转义
摘要: sqlxu="select count(*) from ksxsc where ida like 'a%%'" 搜索 复制
阅读全文
posted @ 2022-06-16 15:16 myrj
阅读(204)
评论(0)
推荐(0)
2022年6月12日
js加密混淆
摘要: 网址https://www.jsjiami.com/javascriptobfuscator.html 搜索 复制
阅读全文
posted @ 2022-06-12 10:44 myrj
阅读(54)
评论(0)
推荐(0)
2022年6月10日
青龙命令
摘要: centos调用青龙:docker exec -it qinglong bash(qinglong为DOCKER名) 搜索 复制
阅读全文
posted @ 2022-06-10 11:11 myrj
阅读(102)
评论(0)
推荐(0)
finalshell连接CENTOS
摘要: 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)
2022年6月3日
APDU
摘要: 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)
2022年5月30日
C语言:每个.C的C语言源程序不都包含一个main函数,每个.c源程序都可以单独进行编译(证明)
摘要: //文件名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)
PLC入门
摘要: 1,从PLC 的组成来看, 除 CPU ,存储器及通信接口外,与工业现场直接有关的还有哪些接口?并说明其主要功能。 (1)输入接口:接受被控设备的信号,并通过光电耦合器件和输入电路驱动内部电路接通或断开。 (2)输出接口:程序的执行结果通过输出接口的光电耦合器件和输出组件 (继电器、 晶闸管、晶体管
阅读全文
posted @ 2022-05-30 06:48 myrj
阅读(4897)
评论(0)
推荐(0)
PLC型号判定
摘要: +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)
2022年5月29日
错误
摘要: 地址: 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
下一页
公告