如何在每次启动Windows时运行批处理文件,我还需要在后台运行它(不显示该命令窗口)?我使用的是Windows Xp.我的实际要求是我想在Windows启动时使用命令行命令启动Tracd服务器.
任何人都可以建议Redmine或Tracd中哪一个更适合项目管理?目前我计划将其部署在一个项目设置上,但计划在未来的多个项目中使用它.哪两个更容易部署?我用的是Windows.任何其他基于Web的软件,并附带自己的Web服务器?
谢谢...
访问tracd服务器时出现以下错误,发生了什么?
谢谢.
[oke@localhost Trac-0.11.7]$ sudo tracd -p 8000 /home/deddihp/trac/
Server starting in PID 5082.
Serving on 0.0.0.0:8000 view at http://127.0.0.1:8000/
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 47804)
Traceback (most recent call last):
File "/usr/lib/python2.6/SocketServer.py", line 558, in process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python2.6/SocketServer.py", line 320, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.6/SocketServer.py", line 615, in __init__
self.handle()
File "/usr/lib/python2.6/BaseHTTPServer.py", line 329, in handle
self.handle_one_request()
File "/usr/lib/python2.6/site-packages/Trac-0.11.7-py2.6.egg/trac/web/wsgi.py", line 194, in handle_one_request
gateway.run(self.server.application)
File "/usr/lib/python2.6/site-packages/Trac-0.11.7-py2.6.egg/trac/web/wsgi.py", line 94, in run
response …