上一页 1 2 3 4 5 6 7 ··· 15 下一页

MIS系统的 5个基本模块

摘要: 显->增->删->改->查 阅读全文
posted @ 2012-10-25 11:46 imihiro 阅读(303) 评论(0) 推荐(0) 编辑

正则快速入门

摘要: 快速入门及在线检测工具http://www.jb51.net/tools/zhengze.htm 阅读全文
posted @ 2012-10-25 10:52 imihiro 阅读(144) 评论(0) 推荐(0) 编辑

asp.net 服务端调用客户端脚本; asp.net 服务端将文件传给客户端; reponse.ContentType的取值;用OutputStream.Write返回文件,效率是WriteFile的10倍;download link click和OutputStream的比较;

摘要: 服务端 ScriptManager.RegisterStartupScript(this, this.GetType(), "JSFunction", "clickAWord();", true);客户端:<script type="text/jacascript"> function clickAWord() { alert("Hello World"); document.getElementById("tempA").click(); //触发A元素的click事件,跨浏览器 阅读全文
posted @ 2012-10-24 16:00 imihiro 阅读(1184) 评论(0) 推荐(0) 编辑

asp.net 生成导出word表单 ,导出excel; dataTable生成xls文件,返回前台下载;asp.net启动excel错误 80070005;excel-xls columnName 不能改变; 读写excel的开源利器NPOI; 设置excel Cell的数据类型;

摘要: //导出工程放线通知单 private void butn_exportDrawLinePermission_Click(object sender, EventArgs e) { string tempdotpath = Application.StartupPath + "\\报表文件"; tempdotpath += "\\" + "规划放线通知单.dot"; //获取模板 SaveFileDialog sfd = new SaveFileDialog(); ... 阅读全文
posted @ 2012-10-24 11:35 imihiro 阅读(2467) 评论(0) 推荐(0) 编辑

常用编辑

摘要: 线:延长、平移http://flycandycan.blog.sohu.com/114474353.html线:打断http://blog.sina.com.cn/s/blog_4afef5df0100hm69.html 阅读全文
posted @ 2012-10-18 12:26 imihiro 阅读(182) 评论(0) 推荐(0) 编辑

从钻孔数据、剖面数据 生成 矿层高程点集原理

摘要: 数据源: (1)地表剖面线shp(线shp,俯视,PCS) (2)每个剖面线的dwg剖面图步骤总结:mpj-转dxf wl转line-shp line-shp和dxf在arcMap中叠加,标注平面图起算点的x,y,z 阅读全文
posted @ 2012-10-18 11:10 imihiro 阅读(639) 评论(0) 推荐(0) 编辑

Multipatch 从点文件生成multipatch

摘要: 若干转头http://wenku.baidu.com/view/3c7e8f17866fb84ae45c8d0e.htmlsketchup+arcmap创建三维体http://www.doc88.com/p-083650791992.htmlarcgis online help centerhttp://help.arcgis.com/zh-cn/arcgisdesktop/10.0/help/index.html#//00q90000001q000000 阅读全文
posted @ 2012-10-17 16:26 imihiro 阅读(475) 评论(0) 推荐(0) 编辑

html input type=file 文件上传; 图片上传; 图片闪烁

摘要: (1)input file 对话框和 获取选中文件<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <title>无标题页</title> <script type="te 阅读全文
posted @ 2012-09-29 14:47 imihiro 阅读(13596) 评论(0) 推荐(1) 编辑

数据库流程图设计

摘要: (1)DFD的构成 外部实体:人,组织,数据库服务器等 数据存储:文件,数据库 处理过程:至少有一个输入流和1个输出流,并且改变流中的数据 数据流:字段取值的集合。 (2)如何画DFD >find out all outer entity. >list input flow and output flow of each outer entity. >start ... 阅读全文
posted @ 2012-09-24 17:22 imihiro 阅读(2065) 评论(0) 推荐(0) 编辑

scroll位置控制 window的和div的

摘要: div的 document.getElementById("controlFrm").contentWindow.resultDiv.scrollTop=40window的 window.scrollTo(x,y) 阅读全文
posted @ 2012-09-13 16:34 imihiro 阅读(740) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 15 下一页