使用System.Data.SQLite 下载地址:http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki得到System.Data.SQLite.dll添加到工程引用;建表,插入操作staticvoidMain(s...
分类:
数据库 时间:
2014-06-27 21:49:59
阅读次数:
291
document.body.clientHeight:body对象的高度document.documentElement.clientHeight:指可见区域的高度获取元素中滚动条的垂直偏移可以写成:var top = document.documentElement.scrollTop || do...
分类:
其他好文 时间:
2014-06-27 17:03:46
阅读次数:
202
string ls_excelpath,docnameinteger li_rtnli_rtn = GetFileOpenName("Select File", ls_excelpath, docname, "XLS", + "Text Files (*.XLS),*.XLS," + "Doc F....
分类:
其他好文 时间:
2014-06-26 23:53:24
阅读次数:
291
Aspose.Words是一个类库控件,使您可以执行大部分文件处理的工作。 Aspose.Words支持DOC,OOXML,RTF,HTML,OpenDocument,PDF,XPS,EPUB和其他格式。采用Aspose.Words您可以生成,修改,转换,渲染和打印,无需利用Microsoft Wo...
分类:
Web程序 时间:
2014-06-26 21:11:39
阅读次数:
235
Storm官方文档分为几个部分:
第一部分,主要是有关Storm的一些入门介绍,具体涉及四个子项:前言、使用教程、环境安装、工程示例
第二部分,主要是一些专题介绍,针对Storm框架的一些核心内容进行深入讲解。因此,相对于第一部分而言,要深入一些,具体涉及三个子项:使用指南、Java doc、FAQ
第三部分,介绍如何从社区中获取帮助。
第四部分,介绍Storm周边生态。
对于前两部...
分类:
其他好文 时间:
2014-06-26 07:16:57
阅读次数:
239
原理摘自:http://www.opencv.org.cn/opencvdoc/2.3.2/html/doc/tutorials/imgproc/threshold/threshold.html
目标:
本节简介:
OpenCV中的阈值(threshold)函数: threshold 的运用。
基本理论:
注意:
本节的解释出自Bradski与Kae...
分类:
其他好文 时间:
2014-06-26 07:13:37
阅读次数:
230
使用System.Data.SQLite 下载地址:http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki得到System.Data.SQLite.dll添加到工程引用;建表,插入操作C#代码staticvoidMa...
分类:
数据库 时间:
2014-06-25 17:17:17
阅读次数:
442
public function test(){ import('ORG.Net.Http'); $filename="Uploads/v1.2.doc"; //exit($filename); $showname="人们是傻子.doc"; ...
分类:
Web程序 时间:
2014-06-25 15:27:49
阅读次数:
210
使用device.js检测设备并实现不同设备展示不同网页html代码: 引入device.js(function() { var previousDevice, _addClass, _doc_element, _find, _handleOrientation, _hasClass...
分类:
移动开发 时间:
2014-06-25 14:07:19
阅读次数:
275
xml文件格式如下: localhost sa jiayuan 读取节点中的一个属性 XmlDocument doc=new XmlDocument(); doc.Load("confi...
分类:
Web程序 时间:
2014-06-24 14:31:40
阅读次数:
178