03 2016 档案
摘要:CONVERT(varchar(10),DATEADD(DAY, -220 ,CONVERT(nvarchar(10),getdate(),23)),23)
阅读全文
摘要:http://shapebootstrap.net/item/1524915-adminlte-dashboard-and-control-panel/live-demo
阅读全文
摘要:select CONVERT(varchar(10), CONVERT(varchar(8),dateadd(month,-1,getdate()),23)+CONVERT(varchar(10),day(getdate()),23 ) , 120)
阅读全文
摘要:http://www.cnblogs.com/FreeDong/articles/2193151.html
阅读全文
摘要:限制:所有查询中的列数和列的数序必须相同 union all:完全整合两个结果集查出所有数据 union:查出两个表的数据并且去除重复的数据 except:去重之后只会保留第一个表中的数据,查询a表在b表中是否存在,如果存在则删除 intersect:查询两个结果集中的并集,完全相同的
阅读全文
摘要:http://aajiang.lin.blog.163.com/blog/static/7509803120146892849462/
阅读全文
摘要:<connectionStrings> <add name="sqlConnection" connectionString="server=--------;Database=WeChatReport;Uid= ;Pwd= " providerName="System.Data.SqlClient
阅读全文
摘要:http://blog.sina.com.cn/s/blog_55e42da60100ocvh.html
阅读全文
摘要:$.ajax({ url: "../AjaxPage/AjaxHandler.ashx", cache: false, //type:"Post", data: { Type: "Getreport", gettexvalue: gettexvalue, tablename: tablename }
阅读全文
摘要:// 合并单元格 for (int i = ElectricYellowPage.Items.Count - 1; i > 0; i--) { HtmlTableCell oCell_previous = ElectricYellowPage.Items[i - 1].FindControl("td
阅读全文
摘要:前台: <asp:FileUpload ID="fuGlossaryXls" runat="server" style="float:left;height:30px; " EnableViewState="False" /> <asp:Button style="float:left;" ID="
阅读全文
摘要:// hfclient.Value = ds.Rows[0]["ImprotDate"].ToString(); //改变行背景色 //for (int i = 0; i < ClientChannel.Items.Count;i++ ) { // Label lblName = ClientCha
阅读全文
摘要:前台: <div class="table-responsive" > <table class="table table-bordered table-condensed" > <asp:Repeater ID="ElectricYellowPage" runat="server" EnableV
阅读全文
摘要:private void BindDatazhangting() { DataTable dt = new DataTable(); dt.Columns.Add("channel", Type.GetType("System.String")); dt.Columns.Add("target",
阅读全文