2014年2月27日

[转]Insert, Update, and Delete Destination table with SSIS

摘要: 本文转自:http://www.rad.pasfu.com/index.php?/archives/150-Insert,-Update,-and-Delete-Destination-table-with-SSIS.htmlPreviously I’ve wrote about design and implementation an UPSERT with SSIS. UPSERT is about Update existing records, and Insert new records. Today I want to extend this to cover DELETED re 阅读全文

posted @ 2014-02-27 13:48 freeliver54 阅读(1077) 评论(0) 推荐(0)

[转]JS判断访问设备、客户端操作系统类型

摘要: 本文转自:http://www.cnblogs.com/duanguyuan/p/3534470.html先给出一个实例:判断windows、linux、android复制以下代码另存为html文件即可。判断操作系统判断当前访问网站的设备是否是PC//平台、设备和操作系统var system ={win : false,mac : false,xll : false};//检测平台var p = navigator.platform;system.win = p.indexOf("Win") == 0;system.mac = p.indexOf("Mac&quo 阅读全文

posted @ 2014-02-27 09:28 freeliver54 阅读(9634) 评论(0) 推荐(0)

导航