上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 66 下一页
摘要: 1、安装谷歌浏览器 2、安装谷歌浏览器驱动 3、安装selenium包 4、测试 1、安装谷歌浏览器 2、安装谷歌浏览器驱动 打开 http://blog.csdn.net/huilan_same/article/details/51896672 检查自己的chrome浏览器版本,根据自己的浏览器版 阅读全文
posted @ 2018-05-01 17:56 安迪9468 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 1、查看所有端口(tcp、udp)netstat -an windows通用命令netstat -an 查端口是否被使用netstat -an | findstr 8000netstat -an | grep : 2、查看建立的tcp会话 netstat -n 3、查看建立的tcp会话的进程(程序名 阅读全文
posted @ 2018-04-26 15:45 安迪9468 阅读(842) 评论(0) 推荐(0) 编辑
摘要: 到底部 编辑 win7下有很多有用的dos命令,现在总结如下: 延伸:Linux常用命令【总结】 锁屏:rundll32.exe user32.dll,LockWorkStation 锁屏并退出cmd窗口:rundll32.exe user32.dll,LockWorkStation & exit 阅读全文
posted @ 2018-04-26 10:24 安迪9468 阅读(294) 评论(0) 推荐(0) 编辑
摘要: ping是检查和另一台主机的连通性ping 127.0.0.1 telnet是检查连通性,同时也检查另一台主机上的某个端口号是否开启着。telnet ip [端口]telnet 127.0.0.1 telnet 127.0.0.1 8000 win7开启telnet服务http://www.51te 阅读全文
posted @ 2018-04-26 10:02 安迪9468 阅读(199) 评论(0) 推荐(0) 编辑
摘要: window下的开发环境:常用软件 Visio 2010 - 产品设计 xmind -产品设计 Axure -产品设计 Edraw max 7.3(破解版) -产品设计 Edraw max 7.9(非破解版) -产品设计 git bush - git的版本控制软件(命令行+服务) Source Tr 阅读全文
posted @ 2018-04-23 19:47 安迪9468 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 软件开发-文档集附录A 软件需求分析报告文档模板(又称,软件需求规格说明书)附录B 软件概要设计报告文档模板附录C 软件详细设计报告文档模板附录D 软件数据库设计报告文档模板附录E 软件测试(验收)大纲5https://blog.csdn.net/eaglewood2005/article/deta 阅读全文
posted @ 2018-04-20 17:41 安迪9468 阅读(161) 评论(0) 推荐(0) 编辑
摘要: Django自定义模板函数 https://www.cnblogs.com/SunsetSunrise/p/7680491.html 在django中新建一个应用:listpage在listpage中新建templatetags文件夹在templatetags文件夹中新建XX.py文件(建议XX.p 阅读全文
posted @ 2018-04-19 19:44 安迪9468 阅读(113) 评论(0) 推荐(0) 编辑
摘要: django迁移:全局、局部 django 数据库迁移(migrate)应该知道的一些事 https://blog.csdn.net/stonesola/article/details/69758612 首先数据库迁移的两大命令: python manage.py makemigrations & 阅读全文
posted @ 2018-04-19 16:17 安迪9468 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 项目发布 阅读全文
posted @ 2018-04-18 16:03 安迪9468 阅读(108) 评论(0) 推荐(0) 编辑
摘要: python插入记录后取得主键id的方法(cursor.lastrowid和conn.insert_id()) 参考:https://blog.csdn.net/qq_37788558/article/details/78151972 python插入记录后获取最后一条数据的id 阅读全文
posted @ 2018-04-17 17:38 安迪9468 阅读(1063) 评论(0) 推荐(0) 编辑
上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 66 下一页