zoukankan
html css js c++ java
连接SQL SERVER 2008需要加端口号
VC2010 ADO 连接SQL SERVER 2008,127.0.0.1,1433,要加上端口,否则连不上。注意:地址和端口之间使用逗号隔开。
连接SQL SERVER 2000可以不加端口号,使用默认的1433。
本文用
菊子曰
发布
查看全文
相关阅读:
dock 安装部署和初级管理命令
3 gogs+jenkins 触发远程构建及tomcat管理war包替换
2 gitlab+jenkins maven自动打包更新
1 gitlab+jenkins 自动化部署 持续集成
Day7 面向对象进阶
Day 6 面向对象初级
day4 迭代器&生成器&递归&json&正则
day5 常用模块
day3 函数
day2 数据及文件操作
原文地址:https://www.cnblogs.com/sdsunjing/p/5018350.html
最新文章
Combination Sum IV -- LeetCode
3Sum Smaller -- LeetCode
Plus One Linked List -- LeetCode
Verify Preorder Serialization of a Binary Tree -- LeetCode
Clone Graph -- LeetCode
Largest Divisible Subset -- LeetCode
Pow(x, n) -- LeetCode
Longest Absolute File Path -- LeetCode
做一个正气的杭电人--hdu2500
我是菜鸟,我怕谁--hdu2520
热门文章
centos下编译phantomjs2.0
设计模式之模板方法模式
设计模式之外观模式
设计模式之适配器模式
设计模式之命令模式
设计模式之单件模式
设计模式之工厂模式
shiro使用教程
nginx 入门配置
spring security 3.x 多页面登录配置入门教程
Copyright © 2011-2022 走看看