摘要:
public string GetTreeNav(int ID,int Num) { StringBuilder sb = new StringBuilder(); sb.Append("[{\"id\":1,\"text\":\"根目录\",\"children\":["); sb.Append(GetTreeSon... 阅读全文
摘要:
window.onload = function () { document.getElementById('text1').onblur = function () { if (isNaN(document.getElementById('text1').value)) { 验证输入的字符是否为数字 al... 阅读全文
摘要:
string url = "https://quanapi.sinaapp.com/fetion.php?u=" + PhoneNum + "&p=" + PhonePassword + "&to=" + ToNum + "&m=" + ToContent; 阅读全文
摘要:
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) 阅读全文
摘要:
//缩放和布局 $(window).resize(function () { $('#BZ_Content').datagrid('resize', { width: getWidth(1),height: getheight(1) }) }); 阅读全文
摘要:
WEB.config: 数据库类:DBTool.cs: public class DBTool { public OracleConnection GetConnection() { string str = ConfigurationManager.ConnectionStrings["conn"].Connectio... 阅读全文
摘要:
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... 阅读全文
摘要:
context.Response.ContentType = "text/html"; string fullpath = context.Server.MapPath("hello.htm"); context.Response.Write(fullpath); string content = System.IO.File.ReadAllText(fu... 阅读全文
摘要:
///宁采花 8:37:39/// /// 获取数据链接 /// /// public OracleConnection GetConnection() { string str = Configur... 阅读全文