码迷,mamicode.com
首页 >  
搜索关键字:form data    ( 81791个结果
实例365(3)---------DateDiff 函数,用生日获得年龄
一:截图二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using Syste...
分类:其他好文   时间:2014-06-02 10:11:09    阅读次数:314
实例365(4)---------使用ChineseLunisolarCalendar 对象由年份获得生肖名,Datetime.now.tostring获得星期几
一:使用ChineseLunisolarCalendar 对象由年份获得生肖名,截图二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System...
分类:其他好文   时间:2014-06-02 09:48:09    阅读次数:174
csharp: using using System.Web.Script.Serialization read json
using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;usin...
分类:Web程序   时间:2014-06-02 09:44:06    阅读次数:237
ASP.NET4.0所有网页指令
ASP.NET网页指令(Page Directive)就是在网页开头的标签声明:而指令的作用在于指定网页和用户控件编译程序,在处理ASP.NET Web Form网页(.aspx文件)和用户控件(.ascx)文件时所使用的设置。下表为ASP.NET4.0的所有指令.ASP.NET4.0指令指令说明@...
分类:Web程序   时间:2014-06-02 09:30:29    阅读次数:249
实例365(5)---------DateTime.IsLeapYear 方法判断是否是闰年,DaysInMonth判断一个月有几天,Addday取得前一天的日期GetYesterDay
一:DateTime.IsLeapYear 方法判断是否是闰年,截图二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing...
分类:其他好文   时间:2014-06-02 09:25:59    阅读次数:220
PS_Form个性化标准LOV的替换和数据源追溯分析(案例)
2014-06-01 BaoXinJian一、摘要Oracle Lov是Form Builder页面中比较重要的控件,所以对该Lov控件的二次开发、控制和查询异常也是经常遇到问题,所以个人归类一下替换标准LOV的query sql不通过代码查询LOV所引用的具体SQL二、案例 - 替换标准lov的q...
分类:其他好文   时间:2014-06-02 09:17:37    阅读次数:276
WebADI_建立LOV显示栏位的实现(案例)
2014-06-01 BaoXinjian一、摘要通过WebADI的设定,实现LOV的显示其实WebADI也是和Form一样,作为和用户交互的UI存在,所以提供交互性的话,LOV是每种UI应该都会涉及到的WebADI LOV的实现并不复杂,通过设定即可二、案例需求:在WebADI Excel模板中,...
分类:Web程序   时间:2014-06-02 08:30:19    阅读次数:351
csharp:using Newtonsoft.Json.Net2.0 in .net 2.0 webform
/// /// http://www.weather.com.cn/data/sk/101280601.html /// {"weatherinfo":{"city":"深圳","cityid":"101280601","temp":"32","WD":"西南风","WS":"4级...
分类:Web程序   时间:2014-06-01 23:55:55    阅读次数:809
实例365(2)---------调用系统api修改系统时间
一:截图二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using Syste...
分类:Windows程序   时间:2014-06-01 23:45:44    阅读次数:518
Node 即学即用 笔记 思维导图
Node即学即用   REPL(Read-Evaluate-Print-Loop)     console.log     .clear .help .exit     require('http') createServer   聊天服务器     tcp服务器       require(‘net')         on connection         on data...
分类:其他好文   时间:2014-06-01 18:20:16    阅读次数:464
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!