摘要: D是C的iframe,C是B的iframe,B是A的iframe,在D中写"window.location.href"、"location.href":D页面跳转(即D的src改变);"parent.location.href":C页面跳转(修改父iframe的src);"top.location. 阅读全文
posted @ 2017-06-30 16:26 Fujijill 阅读(197) 评论(0) 推荐(0)
摘要: Ext学习网站 :http://extjs-doc-cn.github.io/ext4api/#!/api/Ext Jquery学习网站:http://www.jquery123.com/jQuery/. 不定时更新 阅读全文
posted @ 2017-04-27 10:00 Fujijill 阅读(104) 评论(0) 推荐(0)
摘要: string tb0 = GridView1.Rows[e.RowIndex].Cells[3].Text.ToString().Trim();//DataKeyNames的值autoid,cell从0开始 string tb1 = ((TextBox)(GridView1.Rows[e.RowIn 阅读全文
posted @ 2017-04-17 16:04 Fujijill 阅读(2099) 评论(0) 推荐(0)
摘要: import java.io.*; public class Write { public static void main(String[] args){ try{ BufferedWriter out=new BufferedWriter(new FileWriter("runoob.txt") 阅读全文
posted @ 2017-04-06 15:17 Fujijill 阅读(163) 评论(0) 推荐(0)
摘要: try { string path = @"E:\emr184\trunk\SinglePageTest\SinglePageTest\TXT\hello.txt"; string str = System.DateTime.Now.ToString() ; FileStream fs = new 阅读全文
posted @ 2017-03-29 14:05 Fujijill 阅读(3220) 评论(0) 推荐(0)
摘要: string strConn = WebConfigurationManager.AppSettings["sql_conn"].ToString();//从配置文件中读取数据库连接字符串 SqlConnection con = new SqlConnection(strConn); con.Ope 阅读全文
posted @ 2017-03-27 10:48 Fujijill 阅读(147) 评论(0) 推荐(0)