- 博客(14)
- 收藏
- 关注
原创 通过Python和PExpect获取aruba交换机的端口状态并写入文件
【代码】通过Python和PExpect获取aruba交换机的端口状态并写入文件。
2022-10-19 17:26:53
371
原创 学习日志记录【python】
python, 正则表达式,IndentationError: unexpected indent,strip, rstrip, lstrip, 寻找所有匹配
2022-05-25 14:19:06
182
1
原创 javascript获取表的行数,行对象中的内容,删除行
示例代码<script>function init(){ var the_table=document.getElementById("mytable"); console.log(the_table.rows.length);}window.onload=init;function go(the_row){var the_table=document.getElementById("mytable");rowIndex=the_row.rowIndex; //拿到被.
2021-07-28 18:18:39
410
原创 PHP数组通过JSON格式转换传递到前端Javascript
示例代码<?php$name1="test1";$age1=60;$age2=38;$name2="test2";$a=array(); //创建一个空数组a$b=array("name"=>"$name1", "age"=>"$age1"); //定义关联数组b$c=array("name"=>"$name2", "age"=>"$age2"); //定义关联数组c$d=array(); //创建一个空数组d$d["name"]="test3";.
2021-07-28 17:52:36
508
转载 PHP操作LDAP参考链接
https://blog.csdn.net/qq_17613195/article/details/84661540https://blog.csdn.net/weixin_34124939/article/details/91893335
2019-10-05 21:27:46
256
原创 The specified module 'activedirectory' was not loaded
在Windows7下,在用powershell命令import-module activedirectory导入活动目录模块时碰到以下错误import-module : The specified module 'activedirectory' was not loaded becauseno valid module file was found in any module direct...
2019-10-05 14:55:34
1400
原创 install powershell
for windows 7 sp11. install .net framework 4.7 https://dotnet.microsoft.com/download/dotnet-framework/net4722. install windows management framework 4https://www.microsoft.com/en-us/download/detai...
2019-06-08 00:06:56
418
转载 Ubuntu下samba配置和使用
https://jingyan.baidu.com/article/3a2f7c2ed314ef26afd611a1.html
2019-06-05 20:07:11
507
原创 Ubuntu Linux, 如何查找当前DHCP服务器的ip地址
一图胜千言,可以看到我当前dhcp服务器的IP地址是192.168.1.1
2019-05-21 22:06:35
6065
1
原创 Thinkpad T410加内存
T410有两个内存槽位,但是让人没有想到的是,他们竟然不在一起。一个要打开后盖才能看到,另一个要在拧下后盖内存槽边上的一个螺丝钉然后推开前面的键盘才能够看到。也真是够奇葩的设计。...
2019-05-17 23:08:20
9503
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人