Description: 继续上传经典GIS二次开发书籍系列,用VB.NET和MO开发GIS程序,有大量示例-to upload secondary development of GIS classic books series, and with VB.NET MO GIS development process, a large number of examples Platform: |
Size: 1078272 |
Author:Gene |
Hits:
Description: ASP.net和Flash配合实现大文件带进度条上传实例,可实现1g以内大文件上传.-ASP.net and Flash with the realization of large file upload with progress bar instance, can be realized within 1g large file uploads. Platform: |
Size: 577536 |
Author:李林 |
Hits:
Description: 此代码是在ASP.NET平台上开发的,实现文件上传的实例代码,用的时候,先用VS2005建一个网站,把解压后的文件添加到网站即可。-This code was developed on ASP.NET platform, to achieve file upload instances of code, when the first use VS2005 to build a website, put the file after decompression can be added to the site. Platform: |
Size: 76800 |
Author:bl |
Hits:
Description: C#天气预报程序桌面版,在你的电脑桌面上显示你本地的天气信息,天气数据采集自网络,除了显示天气信息外,还有实时的温度、湿度、风力风向及未来两天的天气情况,有自动刷新功能,可以设置随系统启动等。软件上面显示的时间是获取的服务器上的时间(无法获取时才会使用本地的时间),包含农历跟星期等信息,运行后默认以透明窗体嵌入桌面右下角,可以设置两个城市显示(任务栏图标右键有设置功能)。定时刷新采用线程控制,抛弃传统的Timer控件。另外,软件做了只能同时运行一个实例的限制!可能是因为Using的东西太多,导致软件占用内存接近30M,也可能是算法及.net框架的原因,有兴趣的朋友可以在此基础上进行修改完善,大家一起进步!
提示:单独拷出exe文件使用时,第一次运行会自动生成配置文件,由于会遍历N个XML文档,所以需要十几秒钟的初始化时间(视网络情况而定)!
开发环境为:VS2010 + .net 2.0,考虑到很多人用VS2008,所以上传之前改了配置文件,可以正常用2008打开了。包括关于窗体的图片也也有原始PSD文件!
-C# desktop weather programs in your computer desktop display your local weather information, weather data collected from the network, in addition to
The display weather information, there are real-time temperature, humidity, wind direction and weather conditions in the next two days, with automatic refresh function
Energy, can be set with the system startup and so on. Software, the time shown above is time to get on the server (only when can not get
Use local time), contains information such as Lunar New Year with a week, running the default desktop, embedded in a transparent form the lower right corner, you can set
Purchase two cities display (right there to set tray icon function). Regularly updated by the thread control, Timer control to discard the traditional
Pieces. In addition, the software can only do limited running one instance! Using what may be due to too much, resulting in software accounted for
With memory close to the 30M, it may be algorithms and. Net framew Platform: |
Size: 3339264 |
Author:wangpopo |
Hits:
Description: CFUpdate是一款批量上传客户端组件。选择多个文件上传,显示上传速度,进度条,纯正的FLASH代码,使用的是HTTP协议,所以客户端,服务端都不需要安装任何组件因为是模仿FORM表单提交,所以支持所有的网页动态语言:ASP PHP ASP.NET JSP等。
CFUpdate批量上传客户端组件(ASP.NET) 1.1.9 更新内容:
1.修改了提示框样式
2.修改了上传文件时,禁用按钮样式
3.增加了challs_flash_onSelectFile JS函数事件,在用户选择文件完毕触发事件,参数 a 数值类型,返回等待上传文件数量
4.更新了PHP范例代码(感谢网友:咪咪鼠标)
5.更新了challs_flash_FormData JS函数,修正了无法获取多选列表框值(感谢网友:雪中狐)
文件说明:
temp.html 上传列表模式调用实例
temp2.html 上传缩略图模式调用实例
tempForm.html 用来测试服务器端代码表单,测试服务器代码错误专用
update.swf 上传FLASH文件
示例代码 ASP.NET版本2.0.50727
update.aspx 接收示例前台页面 .net版
update.aspx.cs 接收示例代码页面 .net 版-CFUpdate is a bulk upload client components. Select multiple files to upload, upload speed, progress bar, pure FLASH code, use the HTTP protocol, the client, the server does not need to install any component imitate FORM form submit, so support all web dynamic languages : ASP PHP ASP.NET JSP.
CFUpdate bulk upload client component (ASP.NET) 1.1.9 updates:
Modify the prompt box style
2. Upload files to modify, disable button styles
Increase challs_flash_onSelectFile JS function event trigger events in the user selects a file is completed, the parameters of a value type back to wait for the number of upload files
Updated PHP sample code (thanks to friends: Mimi mouse)
5. Updated challs_flash_FormData JS function, the amendment can not get the multiple-selection list box (thanks to friends: Snow Fox)
File Description:
temp.html Upload list mode call instance
temp2.html upload thumbnail mode call instance
tempForm.html used to test the server-side code form, test Platform: |
Size: 57344 |
Author:mitea |
Hits:
Description: eUpload asp.NET上传组件示例,可在下列上传格式中选择你所需要的格式:exe,iso,gif,jpg,png,bmp,doc,rar,zip,txt,swf,xml,ppt,本实例用ASP.NET完美调用了eUpload文件上传组件,若您对此组件的用法不太熟悉,你可不要错过这个实例代码-eUpload asp.NET upload component example, you can choose the format you need to upload the following format: exe, iso, gif, jpg, png, bmp, doc, rar, zip, txt, swf, xml, ppt, in this instance with the Perfect ASP.NET file upload component called eUpload If your usage of this component are not familiar with, you can not miss this example code Platform: |
Size: 69632 |
Author:ypudn12 |
Hits:
Description: ASP.NET配合jQuery的jquery.ajaxfileupload.js插件实现文件的无刷新上传实例,只是测试可以上传文件,但对上传文件的类型没有作限制 ,后续你可自己添加类型过滤,现在只要是文件都可以上传。ie下有Bug,提醒大家使用Chrome或火狐浏览器测试,那是正常的-ASP.NET with jQuery plug-in implementation of jquery.ajaxfileupload.js file upload without refresh instance, just test can upload files, but did not make the uploaded file type restrictions, you can add your own type of follow-up filter, as long as the files are now upload. ie there Bug Under remind everyone to use Chrome or Firefox browser testing, it is normal Platform: |
Size: 25600 |
Author:ypudn20 |
Hits:
Description: JQuery与ASP.NET实现Ajax无刷新文件上传实例,FileUploadjQuery实现图片上传无刷新,高防163网盘无刷新上传文件实例,代码内注释丰富,非常适合新手学习ASP.NET环境下的上传文件例子。支持图片和文件的上传,并不仅限于图片文件-JQuery and ASP.NET for Ajax file upload without refresh instance, FileUploadjQuery picture upload without refresh, high anti-163 network disk file upload without refresh instance, the code notes rich, very suitable for beginners to learn to upload files example ASP.NET environment. Support upload images and files, and is not limited to image files Platform: |
Size: 16384 |
Author:ypudn23 |
Hits:
Description: UEditor网站后台编辑器,是百度富文本框.NET项目应用实例,本实例已解决所有兼容问题,尤其是上传图片功能等问题。UEditor是由百度web前端研发部开发所见即所得富文本web编辑器,具有轻量,可定制,注重用户体验等特点,开源基于MIT协议,允许自由使用和修改代码-UEditor website background editor, is Baidu rich text box. Application examples NET project, all the instances of compatibility issues have been resolved, especially upload pictures function and other issues. UEditor by Baidu web front-end R & D department to develop web WYSIWYG rich text editor with a lightweight, customizable, focusing on user experience and other characteristics, the open-source MIT-based protocol that allows the freedom to use and modify the code ... Platform: |
Size: 1939456 |
Author:萧然双林 |
Hits:
Description: 基于EF+MVC+Bootstrap构建通用后台管理系统,集成轻量级的缓存模块、日志模块、上传缩略图模块、通用配置及服务调用, 提供了OA、CRM、CMS的原型实例,适合快速构建中小型互联网及行业Web系统
Framework 业务无关的底层通用机制及功能
Model基类:提供数据传输和底层的最基本的基类及接口
DAL底层:基于EF code first,提供Repository泛型方法及写历史日志
Untility:通用函数库,基本都全了
Web:复写MVC基类,及通用MVC控件(To construct a general background management system based on EF+MVC+Bootstrap integrated lightweight cache module, log module, upload thumbnail module, general configuration and service invocation, provides examples of OA, CRM, CMS prototype, suitable for rapid construction of Web system for small and medium industries and the Internet
Framework service independent underlying general purpose mechanism and function
Model base class: provides the most basic base classes and interfaces for data transfer and the underlying
DAL bottom layer: provides Repository generic methods and writes history logs based on EF code first
Untility: the general library of functions is basically complete
Web: copy the MVC base class and the generic MVC control) Platform: |
Size: 41839616 |
Author:叶文泰
|
Hits: