码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
onbeforeunload、beforeunload
<script type="text/javascript"> function addOnBeforeUnload(e) { var ev = e || event; ev && (ev.returnValue = '你确定要离开?'); } if(window.attachEvent){ win ...
分类:其他好文   时间:2016-07-13 22:49:12    阅读次数:161
CSS之照片集效果
代码: <!DOCTYPE html><html><head> <title>照片影集</title> <meta charset="utf-8"> <style type="text/css"> body{background-color: black;} .BK{width: 1000px;he ...
分类:Web程序   时间:2016-07-13 22:00:25    阅读次数:227
javascript dom 操作详解 js加强
js加强操作实现代码。 1 、文档里的每个节点都有属性 nodeName 、 nodeValue 、 nodeType nodeName 文本节点的的节点名是 #text , nodeName 是只读属性 nodeValue 1 元素节点 2 属性节点 3 文本节点 只读属性 nodeType 不能 ...
分类:编程语言   时间:2016-07-13 20:45:04    阅读次数:215
关于bootstrap插件datepicker
<input readonly size="16" type="text" name="time" id="time"> 一、设置开始时间结束时间范围 $('#time').datepicker({ format: 'yyyy-mm-dd', weekStart: 1, startDate:new ...
分类:其他好文   时间:2016-07-13 20:37:36    阅读次数:121
【转】FastReport问题整理
转自:http://blog.csdn.net/bdmh/article/details/4219395 1.FastReport中如果访问报表中的对象?可以使用FindObject方法。TfrxMemoView(frxReport1.FindObject(’memo1′)).Text:=’Fast ...
分类:其他好文   时间:2016-07-13 20:32:56    阅读次数:311
GridView里的文本框改变事件
<asp:TemplateField HeaderText="实收数量"> <ItemTemplate> <asp:TextBox ID="txtorgqty" runat="server" Text='<%# string.Format("{0:0.##}",Eval("orgqty")) %>' ...
分类:其他好文   时间:2016-07-13 20:26:54    阅读次数:152
关于C# WinForm 边框阴影窗体(一)
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:Windows程序   时间:2016-07-13 20:11:53    阅读次数:269
C#在线更新程序[下载程序、解压缩程序、控制台程序]
【1】下载文件 using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.Net; namespace XuanWu.Software. ...
分类:Windows程序   时间:2016-07-13 19:57:49    阅读次数:263
java实现记事本之Java记事本源码及实现
今天给大家介绍一下关于如何用Java实现记事本功能,是学习Java swing的一个非常好的案例,下面先看一下运行结果: 下面我们来看源码: import java.awt.*; import java.awt.event.*; import java.text.*; import java.util.*; import java.io.*; import javax.sw...
分类:编程语言   时间:2016-07-13 17:33:07    阅读次数:336
C#学习笔记之操作Excel
窗口界面如下所示: 代码如下: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.For...
分类:Windows程序   时间:2016-07-13 17:19:35    阅读次数:291
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!