2016年2月1日

【字符串到其他类型的判断与转化】stringstream用法

摘要: #include <iostream> #include <string> #include <sstream> using namespace std; template<class T> bool stringIsType(string s) { stringstream sin(s); T t 阅读全文

posted @ 2016-02-01 23:28 JUDE008 阅读(1236) 评论(0) 推荐(0)

2016年1月5日

jquery如何判断滚动条滚到页面底部并执行事件

摘要: 首先理解三个dom元素,分别是:clientHeight、offsetHeight、scrollTop。clientHeight:这个元素的高度,占用整个空间的高度,所以,如果一个div有滚动条,那个这个高度则是不包括滚动条没显示出来的下面部分的内容。而只是单纯的DIV的高度。offsetHeigh... 阅读全文

posted @ 2016-01-05 18:22 JUDE008 阅读(5392) 评论(0) 推荐(0)

2015年12月31日

CSS 页面布局

摘要: 待完成 阅读全文

posted @ 2015-12-31 10:22 JUDE008 阅读(55) 评论(0) 推荐(0)

2015年12月4日

document.getelementbyid(id)与$(#id)区别

摘要: d 阅读全文

posted @ 2015-12-04 09:28 JUDE008 阅读(119) 评论(0) 推荐(0)

2015年11月18日

xp, win7, server 搭建网站

摘要: 待完成http://www.jb51.net/article/30051.htm 阅读全文

posted @ 2015-11-18 11:19 JUDE008 阅读(62) 评论(0) 推荐(0)

CORS实现跨域访问

摘要: 待完成 阅读全文

posted @ 2015-11-18 11:06 JUDE008 阅读(98) 评论(0) 推荐(0)

2015年11月15日

jquery 实现div边界拖拽控制大小

摘要: html This is the left side's content! This is the right side's content! cssbody, html { width: 100%; height:... 阅读全文

posted @ 2015-11-15 14:41 JUDE008 阅读(4924) 评论(0) 推荐(0)

2015年11月11日

MFC实现指定文件夹或文件的下载

摘要: /************************************************************************//*FTP下载指定的文件夹或文件参数说明: FtpPath 要下载的ftp 目录或文件 localPath 保存到本地的目录 ftpAddr... 阅读全文

posted @ 2015-11-11 10:27 JUDE008 阅读(650) 评论(0) 推荐(0)

2015年10月26日

多线程 资源锁

摘要: 待完成 阅读全文

posted @ 2015-10-26 09:14 JUDE008 阅读(95) 评论(0) 推荐(0)

2015年10月25日

QGIS+VS2010 windows编译

摘要: 花了两天的时间终于编译通过,可调试,总结几点经验1、首先按照教程一步一步来,以下是我参考的觉得不错的教程,这些教程已经讲的很清楚了 官方编译教程 http://www.ithao123.cn/content-836870.html http://www.osgeo.cn/post/3808.h... 阅读全文

posted @ 2015-10-25 16:47 JUDE008 阅读(1774) 评论(0) 推荐(1)

导航