Notice: Use of undefined constant title - assumed 'title' in F:\wamp\www\load_myweb.php on line 22Notice: Use of undefined constant content - assumed 'content' in F:\wamp\www\load_myweb.php on line 22 进入网站会出现大量类似下面的提示,但是可以正常显示和运行 Notice: Use of undef…
Notice: Use of undefined constant title - assumed 'title' in F:\wamp\www\load_myweb.php on line 22Notice: Use of undefined constant content - assumed 'content' in F:\wamp\www\load_myweb.php on line 22 进入网站会出现大量类似下面的提示,但是可以正常显示和运行 Notice: Use of undef…
一个pymssql 的程序在解释器上运行正常,但是用py2exe打包后,提示 ImportError: No module named _mssql 百度了半天无果,然后bing,结果bing还是比百度靠谱,某神网的这段话,让我有了灵感,英语真心不怎么好滴说: FYI there is a separate newsgroup for py2exe at gmane.comp.python.py2exe. You may want to post there also. Just as a su…