02 2013 档案

摘要:You can apply a sub-set of settings from a different settings collection to your current settings to create a more customized development environment. For more information about predefined settings, see Visual Studio Settings.To change select settingsOn the Tools menu, choose Import and Export Setti 阅读全文
posted @ 2013-02-25 09:27 wolfplan 阅读(339) 评论(0) 推荐(0)
摘要:http://studiostyl.es/ 阅读全文
posted @ 2013-02-25 09:14 wolfplan 阅读(178) 评论(0) 推荐(0)
摘要:oracle数据库中操作两个不同数据库中的两张表 在这里oracle数据库服务器使用的dblink的方式, 其实dblink和数据库中的view差不多,建dblink的时候需要知道待读取数据库的ip地址,ssid以及数据库用户名和密码。 1、已经配置本地服务 其语法为: CREATE DATABASE LINK 数据库链接名 CONNECT TO 用户名 IDENTIFIED BY 密码 USING ‘本地配置的数据的实例名’;示例: create public database link test connect to userInformation identified by ****.. 阅读全文
posted @ 2013-02-11 22:45 wolfplan 阅读(385) 评论(0) 推荐(0)