上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 22 下一页
摘要: 1. WSL中已经安装好PHP, Apache, MySQL, 在/var/www/html中新建a.php 2. 访问127.0.0.1/a.php 3. copy phpinfo 在页面上显示的html, 粘贴到 https://xdebug.org/wizard 的文本框中, 然后按照提示进行 阅读全文
posted @ 2019-09-26 08:16 twfb 阅读(617) 评论(0) 推荐(0)
摘要: C:\Users\用户名\AppData\Local\Microsoft\WindowsApps\ubuntu版本.exe config --default-user root 文件地址还有可能在这: C:\Program Files\WindowsApps\XXX.UbuntuXXX\ubuntu 阅读全文
posted @ 2019-09-21 15:52 twfb 阅读(12672) 评论(0) 推荐(4)
摘要: 在cmd中运行命令 C:\Users\用户名\AppData\Local\Microsoft\WindowsApps\ubuntu版本.exe run "service ssh start" 如果报错 修改默认登录用户为root: https://www.cnblogs.com/edhg/p/115 阅读全文
posted @ 2019-09-21 12:46 twfb 阅读(1288) 评论(0) 推荐(0)
摘要: ```python self._fields.keys() ``` 阅读全文
posted @ 2019-09-20 10:47 twfb 阅读(969) 评论(0) 推荐(0)
摘要: xml 阅读全文
posted @ 2019-09-20 10:30 twfb 阅读(1429) 评论(0) 推荐(0)
摘要: onchange 中只可以获取form中给的值其他值都为False onchange 默认不可在其中修改readonly字段, 修改方法, 添加force_save `` 阅读全文
posted @ 2019-09-20 10:27 twfb 阅读(438) 评论(0) 推荐(0)
摘要: 1. 2. https://oracle.github.io/odpi/doc/installation.html 大概步骤就是下载解压文件, 然后配置环境变量 3. 测试连接 阅读全文
posted @ 2019-09-18 11:19 twfb 阅读(226) 评论(0) 推荐(0)
摘要: 1. 添加Project Interpreter 2. 添加Deployment 开启sshd服务 Type选SFTP 3. SSH Terminal Deployment Server 选你的部署服务器名(WSL名) 4. ctrl shift a 输入ssh, 选择start ssh sessi 阅读全文
posted @ 2019-09-18 09:52 twfb 阅读(2044) 评论(0) 推荐(0)
摘要: 1. 2. 3. 4. 5. 密码: (可选)修改root密码 6. 添加 由此可知SID为 , 或通过执行 得到, 连接时用得到 7. 添加 8. 9. 10. 11. 执行不成功则 , 然后再执行一次 为你的密码, 可自定义 12. 13. 参考链接: https://blog.csdn.net 阅读全文
posted @ 2019-09-17 08:58 twfb 阅读(767) 评论(0) 推荐(1)
摘要: 1. 2. 3. 等半分钟后, 连接navicat 4. 执行语句创建数据库 阅读全文
posted @ 2019-09-16 23:10 twfb 阅读(493) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 22 下一页