1、打开VC6.02、选择菜单中的"文件"->"新建",弹出"新建"对话框3、在"新建"对话框中选择四个Sheet中的"工程(projects)"。4、在"工程"中选择"Win32 Console Application"5、然后在右边的"工程名"文本框输入工程名6、再在location文本框中输入...
分类:
编程语言 时间:
2014-09-02 15:40:04
阅读次数:
349
create or replace
PROCEDURE UPDATE_RECORDCODE is
cursor location_data is select * from location where remark in('952701','9527008','952705');--申明游标
serviceCode NUMBER:=1;
BEGIN
for l in locati...
分类:
数据库 时间:
2014-09-02 12:29:14
阅读次数:
220
/*map */div.location { width: 300px; height: 200px; border: 1px #f45 solid; background: #000; margin: 10px auto 0; }div.location-indicator { position....
分类:
Web程序 时间:
2014-09-02 00:11:43
阅读次数:
245
一般,我们的管理后台都是使用frameset来进行布局的,所以如果我们对后台的登录会话时间进行了设定,那么在超过该时间session失效之后,那么我们就必须要在php文件中进行判断处理。判断会话失效之后,那么就应该要执行跳转到登陆页面,让用户重新再次进行登录后台。如果我们直接使用php的header...
分类:
Web程序 时间:
2014-09-01 20:56:23
阅读次数:
640
原文来自:http://developer.android.com/guide/topics/location/strategies.html位置策略注意:本指南仅限android.location位置API。Google Play Services中的google位置API提供更强大更高级的框架,...
分类:
移动开发 时间:
2014-09-01 19:28:53
阅读次数:
297
控件在屏幕上的绝对坐标获取方法:以屏幕左上角为坐标原点int[]location=newint[2];
view.getLocationInWindow(location); getLocationOnScreen的源码: publicvoidgetLocationOnScreen(int[]loc...
分类:
其他好文 时间:
2014-09-01 15:29:23
阅读次数:
166
function GetParameterValueByName(parametername) { var reg = new RegExp("(^|&)" + parametername + "=([^&]*)(&|$)"); var r = window.location.searc...
分类:
Web程序 时间:
2014-09-01 13:49:43
阅读次数:
243
本文解决的是按 Ctrl键时使用JS打开新页面的问题,以及window.location与window.open的区别...
1. copy standby control file from primary db to standby db and rename the file name and location in stdby db same as the primary db2. copy password fi...
分类:
数据库 时间:
2014-08-31 15:48:51
阅读次数:
382
1、问题描述: JS中定义widow.location = function(),页面关闭时,logout()函数未执行。 window.onunload = function() { logout(); }function logout(reqParam, callback)...