搜索到与相关的文章
各行各业

【VS Shell Integrated】解决问题:" regpkg : e

今天在试验用XCOPY方式部署包时,在按SDK帮助导出PLK信息时TogeneratethesystemregistryfileIntheSystemDefinitionModelCommandwindow,navigatetothefolderthatcontainsDeployPackage.dll.Thisistypicallylocatedintheproject\bin\Debug\directory.Typethefollowinglineat

系统 2019-08-12 09:26:40 2281

数据库相关

最新的SqlHelper 类

usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Data;usingSystem.Data.SqlClient;usingSystem.Collections;namespaceSystemDAO{//////数据库的通用访问代码苏飞修改//////此类为抽象类,///不允许实例化,在应用时直接调用即可///publica

系统 2019-08-12 01:55:37 2281

数据库相关

SQL常规查询详解

一、交叉连接(crossjoin)交叉连接(crossjoin):有两种,显式的和隐式的,不带on子句,返回的是两表的乘积,也叫笛卡尔积。例如:下面的语句1和语句2的结果是相同的。语句1:隐式的交叉连接,没有crossjoin。selecto.id,o.order_number,c.id,c.namefromorderso,customerscwhereo.id=1;语句2:显式的交叉连接,使用crossjoin。selecto.id,o.order_nu

系统 2019-08-12 01:55:12 2281

数据库相关

正规表达