摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.IO;using BLL;using m = Model;using System.Data;using Sys 阅读全文
posted @ 2016-08-15 16:58 恋之呓 阅读(1077) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.IO;u 阅读全文
posted @ 2016-08-15 16:56 恋之呓 阅读(927) 评论(0) 推荐(0) 编辑
摘要: <!--弹出“创建”窗口 --> <div id="dialog" class="easyui-dialog" title="创建机会点" data-options="closed:true" style="padding:5px; top:5px;left:5px;"> <div id="pane 阅读全文
posted @ 2016-08-15 16:55 恋之呓 阅读(229) 评论(0) 推荐(0) 编辑
摘要: <table id="gridchaxunjieguo" class="easyui-datagrid" data-options="title:'查询结果',rownumbers:true,pagination:true,fitColumns:true,singleSelect:true" sty 阅读全文
posted @ 2016-08-15 16:53 恋之呓 阅读(122) 评论(0) 推荐(0) 编辑
摘要: <fieldset> <legend>查询</legend> <table style="width: 100%;"> <tr> <td class="tb1">区域:</td> <td class="td2"> <input id="quyu" name="quyu" class="easyui- 阅读全文
posted @ 2016-08-15 16:52 恋之呓 阅读(236) 评论(0) 推荐(0) 编辑
摘要: $(function () { $('#niandu').datebox({ onShowPanel: function () {//显示日趋选择对象后再触发弹出月份层的事件,初始化时没有生成月份层 span.trigger('click'); //触发click事件弹出月份层 if (!tds) 阅读全文
posted @ 2016-08-11 16:06 恋之呓 阅读(1395) 评论(0) 推荐(0) 编辑
摘要: //显示当前日期 formatterDate = function (date) { var day = date.getDate() > 9 ? date.getDate() : "0" + date.getDate(); var month = (date.getMonth() + 1) > 9 阅读全文
posted @ 2016-07-28 11:45 恋之呓 阅读(25016) 评论(1) 推荐(0) 编辑
摘要: use TEST go if exists(select * from sysobjects where name='sp_query_bankMoney') drop procedure sp_query_bankMoney go create procedure sp_query_bankMon 阅读全文
posted @ 2016-07-06 15:46 恋之呓 阅读(132) 评论(0) 推荐(0) 编辑
摘要: use TEST go if exists(select * from sysobjects where name='Student') drop table Student go create table Student ( StudentID int primary key, Name nvar 阅读全文
posted @ 2016-07-06 14:37 恋之呓 阅读(135) 评论(0) 推荐(0) 编辑
摘要: ASPxGridView属性:概述设置(Settings) <Settings GridLines="Vertical" : 网格样式 Vertical, Both, None ShowGroupPanel="True" : 分组面板 ShowFooter="True" : 脚注面板 ShowFil 阅读全文
posted @ 2016-06-29 14:18 恋之呓 阅读(2650) 评论(0) 推荐(0) 编辑