摘要:
select * from V$session;select * from v$LOCK; select sid, serial# from V$sessionwhere sid in (select sid from v$LOCK where sid in ('5','12','14','16', 阅读全文
摘要:
Array.prototype.remove = function (dx) { if (isNaN(dx) || dx > this.length) { return false; } for (var i = 0, n = 0; i < this.length; i++) { if (this[ 阅读全文
摘要:
var point = new BMap.Point(经度, 纬度); var gc = new BMap.Geocoder(); gc.getLocation(point, function (rs) { debugger; var addComp = rs.addressComponents; 阅读全文