会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Fujijill
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
2017年6月30日
js页面之间跳转问题
摘要: 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)
2017年4月27日
学习网站
摘要: 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)
2017年4月17日
GridView选中行更新
摘要: 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)
2017年4月6日
java文件写入
摘要: 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)
2017年3月29日
C#中txt文本,中文写入不覆盖不乱码
摘要: 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)
2017年3月27日
sql server 数据库连接
摘要: string strConn = WebConfigurationManager.AppSettings["sql_conn"].ToString();//从配置文件中读取数据库连接字符串 SqlConnection con = new SqlConnection(strConn); con.Ope
阅读全文
posted @ 2017-03-27 10:48 Fujijill
阅读(147)
评论(0)
推荐(0)
上一页
1
2
3
公告