
技术文档
友人C君~
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Eclipse使用JDBC连接SQL Server
1:首先检查SQL Server配置中的TCP/IP协议是否开启。2:双击TCP/IP选项,将保持活动状态的端口改为1433,并且在SQL Server服务选项中重启该服务。3:检验1433端口是否开启的方法 I:在DOS界面输入netstat -ano检查是否有开启1433端口。 II:在DOS界面输入telnet 127.0.0.1 1433如果显示为黑窗口,则表示...原创 2018-05-28 22:33:48 · 1164 阅读 · 0 评论 -
Apache2.4版本的安装
httpd.conf文件的修改## This is the main Apache HTTP server configuration file. It contains the# configuration directives that give the server its instructions.# See <URL:http://httpd.apache.org...原创 2018-09-20 22:41:18 · 633 阅读 · 0 评论