摘要:
传送门☞Android兵器谱☞转载请注明☞http://blog.csdn.net/leverage_1229 传送门☞系统架构设计☞转载请注明☞http://blog.csdn.net/leverage_1229 传送门☞GoF23种设计模式☞转载请注明☞http://blog.csdn.net/leverage_1229 上文我们提到使用OpenLayers+GeoServer+GeoWebCache+PostgreSQL+Eclipse/MyEclipse+Tomcat/Jetty等开源软件构建GIS服务平台,那么本文就来介绍一下如何让它们协同起来为你服务。一、安装MyEclips... 阅读全文
posted @ 2013-07-02 19:16
坚固66
阅读(223)
评论(0)
推荐(0)
摘要:
linux中apt-get不能使用可能因为源不对,需要修改/etc/apt下的sources.list文件 apt-get源网上有很多,但是试了很多都不能用,以下提供一个我自己这边使用成功的源: deb http://cn.archive.ubuntu.com/ubuntu/ lucid main restricted deb-src http://cn.archive.ubuntu.com/ubuntu/ lucid main restricted deb http://cn.archive.ubuntu.com/ubuntu// lucid-updates main restricted 阅读全文
posted @ 2013-07-02 19:14
坚固66
阅读(483)
评论(0)
推荐(0)
摘要:
namespace Windows多线程 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { ThreadStart start = new ThreadStart(DownLoad); Thread thread = new Thread(start);//实例化Thread类 thread.Start(); //MessageBox.Show("下载完... 阅读全文
posted @ 2013-07-02 19:12
坚固66
阅读(221)
评论(0)
推荐(0)
摘要:
只有看boost源码才能弄明白发生了什么。首先我是将vector里面写入了数据,然后用boost::asio::buffer将vector构造成了mutable_buffer_1对象。参考该文档的重载形式:http://www.boost.org/doc/libs/1_53_0/doc/html/boost_asio/reference/buffer/overload24.htmlbuffer (24 of 28 overloads)Create a new modifiable buffer that represents the given POD vector.templatemutab 阅读全文
posted @ 2013-07-02 19:10
坚固66
阅读(238)
评论(0)
推荐(0)
摘要:
在VS2012下基于Glut 矩阵变换示例程序:中我们在绘制甜圈或者圆柱时使用矩阵对相应的坐标进行变换后自己绘制甜圈或者圆柱。我们也可以使用glLoadMatrixf、glLoadMatrixd载入变换矩阵后直接使用Glut提供的函数绘制甜圈。这里我在载入变换矩阵后再去绘制坐标轴,所以在程序运行时坐标轴会随着定时器绕Y轴旋转。点击鼠标右键在弹出的菜单里面可以选择是否显示坐标轴、正视图还是透视视图、是否打印变换矩阵。源代码在VS2012下基于Glut 矩阵变换示例程序:只修改了:GlutTransformDemo.cpp // GlutTransformDemo.cpp : 定义控制台应用程序的 阅读全文
posted @ 2013-07-02 19:08
坚固66
阅读(252)
评论(0)
推荐(0)

浙公网安备 33010602011771号