摘要:
///反转码 mdata[k].MNAME = unescape(mdata[k].MNAME);程家楠 13:51:00 Microsoft.JScript.GlobalObject.escape(dt.Rows[i][mDc].ToString());程家楠 13:51:49 var mdata = eval('(' + msg + ')'); for (var k = 0; k < m... 阅读全文
posted @ 2014-04-21 13:38
乔闻
阅读(276)
评论(0)
推荐(0)
摘要:
DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss") 阅读全文
posted @ 2014-04-21 13:37
乔闻
阅读(3326)
评论(0)
推荐(0)
摘要:
public string GetTreeNav(int ID,int Num) { StringBuilder sb = new StringBuilder(); sb.Append("[{\"id\":1,\"text\":\"根目录\",\"children\":["); sb.Append(GetTreeSon... 阅读全文
posted @ 2014-04-21 13:35
乔闻
阅读(274)
评论(0)
推荐(0)
摘要:
window.onload = function () { document.getElementById('text1').onblur = function () { if (isNaN(document.getElementById('text1').value)) { 验证输入的字符是否为数字 al... 阅读全文
posted @ 2014-04-21 13:33
乔闻
阅读(270)
评论(0)
推荐(0)
摘要:
string url = "https://quanapi.sinaapp.com/fetion.php?u=" + PhoneNum + "&p=" + PhonePassword + "&to=" + ToNum + "&m=" + ToContent; 阅读全文
posted @ 2014-04-21 13:31
乔闻
阅读(129)
评论(0)
推荐(0)
摘要:
select t.*, t.rowid from tb_bz_content t join tb_bz_class c on t.lb=c.id where c.flid=85select * from Article where ArticleClassID in (select ID from Class where ParentID=11) 阅读全文
posted @ 2014-04-21 13:30
乔闻
阅读(142)
评论(0)
推荐(0)
摘要:
//缩放和布局 $(window).resize(function () { $('#BZ_Content').datagrid('resize', { width: getWidth(1),height: getheight(1) }) }); 阅读全文
posted @ 2014-04-21 13:25
乔闻
阅读(142)
评论(0)
推荐(0)
摘要:
WEB.config: 数据库类:DBTool.cs: public class DBTool { public OracleConnection GetConnection() { string str = ConfigurationManager.ConnectionStrings["conn"].Connectio... 阅读全文
posted @ 2014-04-21 13:22
乔闻
阅读(723)
评论(0)
推荐(1)
摘要:
select * from (select t.*,rownum no from " + table + " t where scbj=0)where (no>(" + PageNo + "-1)*" + PageSize + " and no(1-1)*20 and no<=(1)*20)update TB_BZ_CONTENT set MC='名称99',LB=1,WZDZ='名称99',D... 阅读全文
posted @ 2014-04-21 13:20
乔闻
阅读(364)
评论(0)
推荐(0)
摘要:
context.Response.ContentType = "text/html"; string fullpath = context.Server.MapPath("hello.htm"); context.Response.Write(fullpath); string content = System.IO.File.ReadAllText(fu... 阅读全文
posted @ 2014-04-21 13:17
乔闻
阅读(594)
评论(0)
推荐(1)
摘要:
///宁采花 8:37:39/// /// 获取数据链接 /// /// public OracleConnection GetConnection() { string str = Configur... 阅读全文
posted @ 2014-04-21 13:09
乔闻
阅读(306)
评论(0)
推荐(0)


浙公网安备 33010602011771号