摘要:
>python manage.py test polls Creating test database for alias 'default'...System check identified no issues (0 silenced).E ERROR: mysite_project.polls 阅读全文
摘要:
一不小心误关了notepad++的find result窗口,而且跳到了页面外边. 无奈搜索之, https://forum.groovypost.com/topic/547-lost-window-off-screen/ Press F7 to focus OR Open the window t 阅读全文
摘要:
新增一些库对应的脚本,都是mssql,原有数据库链接正常,链接新的的时候报这个错;File "pymssql.pyx", line 641, in pymssql.connect (pymssql.c:10788)pymssql.OperationalError: (20017, 'DB-Lib e 阅读全文
摘要:
问题1: selenium.common.exceptions.WebDriverException: Message: Unable to find a matching set of capabilitie 问题2: selenium.common.exceptions.WebDriverExc 阅读全文
摘要:
功能:1.筛选B列;2.将A列中的值按照筛选后的结果进行合计. 这个特殊点是按照月日进行筛选的. Sub count_a() Dim sh As Worksheet Set sh = ActiveSheet Range("C2:D" & [D65536].End(3).Row).Clear For 阅读全文