??
DECLARE
--
API input variables
l_operation_tbl bom_rtg_pub.operation_tbl_type := bom_rtg_pub.g_miss_operation_tbl;
l_rtg_header_rec bom_rtg_pub.rtg_header_rec_type := bom_rtg_pub...
分类:
其他好文 时间:
2014-09-25 00:11:58
阅读次数:
511
django上传文件template html(模板文件): 有如下一个form:from django import formsclass UploadFileForm(forms.Form): title = forms.CharField(max_length=50...
分类:
其他好文 时间:
2014-09-24 23:26:37
阅读次数:
255
-----QUESTION-----
Given n non-negative integers a1, a2,..., an,where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpoints of line i is at (i, ai)and (i,0). Find two lines, which together with x-axis forms ...
分类:
其他好文 时间:
2014-09-24 20:39:27
阅读次数:
218
using System.Windows.Forms;获取屏幕分辨率 int SH = Screen.PrimaryScreen.Bounds.Height; int SW = Screen.PrimaryScreen.Bounds.Width;获取窗口居中Top和Left int thisH=10...
分类:
其他好文 时间:
2014-09-24 19:42:57
阅读次数:
197
.NET 是一套框架,用来个HTML、JS、CSS和服务器端脚本构建网页和网站。可以有三种开发模式:Web Pages(单页面模型)、MVC(模型视图控制器)、Web Forms(事件驱动模型)Web Forms简介1、最简单的ASP.NET模型2、类似于PHP和ASP3、内置了用于数据库、视频、社...
分类:
Web程序 时间:
2014-09-24 18:08:57
阅读次数:
507
App::error(function($exception, $code) { switch ($code) { case 403: return Response::view('errors.403', array(), 403); case 404: return Response::view...
分类:
其他好文 时间:
2014-09-24 16:18:57
阅读次数:
210
1.两个系统的 web.config 都配置为 forms 验证方式( system.web—>authentication 节点)2.在两个系统的Web.config里配置相同的 system.web —> machineKey 节点(节点生成:http://www.aspnetresources...
分类:
Web程序 时间:
2014-09-24 15:21:06
阅读次数:
193
DECLARE
l_msg_count NUMBER;
l_msg_data VARCHAR2(2000);
l_return_status VARCHAR2(30);
l_cc_hold_comment VARCHAR2(30);
l_result_out VARCHAR2(30);
g_user_id ...
分类:
其他好文 时间:
2014-09-24 13:03:46
阅读次数:
357
DECLARE
l_msg_count NUMBER;
l_msg_data VARCHAR2(2000);
l_return_status VARCHAR2(30);
l_cc_hold_comment VARCHAR2(30);
l_result_out VARCHAR2(30);
i ...
分类:
其他好文 时间:
2014-09-24 12:30:36
阅读次数:
233
//这里加添加一个Excel对象的包装器。就是添加一个引用using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;namespa...
分类:
其他好文 时间:
2014-09-24 11:51:46
阅读次数:
291