搜索资源列表
AJAXDatePicker
- AJAX Date Picker is a free ASP.NET 2.0 calendar control that utilizes AJAX techniques to get data from the server without an entire page postback. You can specify the clickable dates on a given month as well as other days like holidays, etc. A great
用D3D模拟地月系
- 一、建立空窗体 新建一个工程,添加引用,并导入名称空间。 加入一个设备对象变量: private Microsoft.DirectX.Direct3D.Device device = null; 添加初始化图形函数,并在这里面对设备对象进行实例化: public void InitializeGraphics() { PresentParameters presentParams = new PresentParam
webkit_research
- 浏览器、webkit的学习资料,包括DOM,layout,render-knowledge of webkit
FastLoad_src
- A Web page can load a lot faster and feel faster if the Javascr ipt files referenced on the page can be loaded after the visible content has been loaded and multiple Javascr ipt files can be batched into one download. Browsers download one external J
tmsnc-0.3.1
- VideoMan is a very easy image acquisition library. It is able to manage many video inputs at the same time, such as WDM Firewire and USB cameras, PointGrey cameras and video files. It can also render the inputs using OpenGL. Suitable for computer vis
osgearth-add-layer
- osgearth建立一个地图对象加入您认为合适的影像和高程地图建立将渲染地图对象的地图节点 向场景加入你的地图节点-create a map object osgearth to adding you think the right image and elevation map will render the map object map node map node added to the scene
51yuedu-master
- 一个完整的网络爬虫项目,从抓取到呈现,python语言-A complete Web crawler project, from crawling to render, python language
gmediarender-0.0.7-git-openhome.tar
- upnp的一个mediarender客户端,linux平台的实现,可以开发成linux的远程播放器-GMediaRender is a UPnP™ media renderer for POSIX® -compliant systems, such as GNU/Linux® or UNIX® . It implements the server component that provides UPnP controllers a means to rend
yfcms_jiaju_v1.7.5
- 功能:单页设置 单页分类设置 新闻 产品 下载 在线招聘 在线留言 幻灯管理 友情链接管理 数据库备份 特色功能:产品、新闻内容图片可以批量上传(免去一张张上传的烦恼),全站伪静态(优化SEO,对搜索引擎更友好),全站关键词可自动设置(每个页面关键词都有针对性),文章内容可以分页,图片渐显载入(优化显示速度) 艺帆CMS致力于解放您的部分写代码时间,提高您的工作效率! 艺帆简洁干净家具网站源码: 每一个企业网站源码项目其实都有属于自己的一个调性,亦或可以说是一个卖点(产品诉求)
JsRender_Demo
- 适用于前端网页模板渲染 方便,快捷。易于维护(The front page template is convenient and quick to render.)
用Python写网络爬虫2
- 作为使用Python来爬取网络数据的杰出指南,讲解了从静态页面爬取数据的方法以及使用缓存来管理服务器负载的方法。此外,本书还介绍了如何使用AJAX URL和Firebug扩展来爬取数据,以及有关爬取技术的更多真相,比如使用浏览器渲染、管理cookie、通过提交表单从受验证码保护的复杂网站中抽取数据等。本书使用Scrapy创建了一个高级网络爬虫,并对一些真实的网站进行了爬取(As an excellent guide for using Python to crawl network data,