做oms系统时候知道的

来源:互联网 发布:北京中关村软件开发 编辑:程序博客网 时间:2024/04/29 13:48
March 01

做oms系统时候知道的

1.用javascript控制iframe打开的页面
iframe1.location.href = "http://somesite.com/somepage.htm"
 
2.用javascript控制a(anchor)打开的页面
a1.href = "http://somesite.com/somepage.htm"
 
3.C#.NET用读数据库的方式访问excel文档,取得excel内所有sheet的名字
主要是这句:DataTable dataTable = connection
http://vdonkey.spaces.live.com/
原创粉丝点击