浏览代码

添加项目说明

萤火也是火 3 年之前
父节点
当前提交
d5eaa1f808
共有 1 个文件被更改,包括 15 次插入0 次删除
  1. 15 0
      jzsc/README.md

+ 15 - 0
jzsc/README.md

@@ -0,0 +1,15 @@
+项目配置及启动方式
+
+`
+    开启远程浏览器接管配置方案:
+    参考地址:https://www.kingname.info/2021/12/23/remote-debug-selenium/
+    
+    打开准备接管的chrome浏览器
+    mac:
+        /Applications/Google Chrome.app/Contents/MacOS/Google Chrome"  --remote-debugging-port=9222 --no-first-run --no-default-browser-check --user-data-dir="/Users/dongzhaorui/Desktop/fffx"
+    windows:
+        待补充
+
+    启动
+    >>> python3 spider.py
+`