-
How can I use Server.MapPath() from global.asax?
引用: using System.Web.Hosting; string filePathcsv = ""; string file = ""; string strFile = "LukfookGeovindu"; strFile = strFile + DateTime.Now.ToString("yyyyMMddhhmmss"); strFile = strFile + ".csv"; //file = strFile; teresaliu@lukfook.com.hk //fil...
2018-06-17 20:10:58
-
牛人推荐的跨浏览器兼容性总结
一、 CSS样式兼容 1. FLOAT闭合(clearing float) 网页在某些浏览器上显示错位很多时候都是因为使用了float浮动而没有真正闭合,这也是div无法自适应高度的一个原因。如果父div没有设float而其子div却设了float的话,父div无法包住整个子DIV,这种情况一般出现在一个父...
2018-06-17 20:11:01
-
ADO.net中常用的对象介绍
ADO.NET的对象主要包括:DataSet,DataTable,DataColumn,DataRow,和DataRelation。 DataSet:这个对象是一个集合对象,它可以包含任意数量的数据表,以及所有表的约束、索引和关系。所有这些信息都以XML的形式存在,我们可以处理、遍历、搜索任意或者全部的数据。 D...
2018-06-17 20:10:48
-
xmlDoc.SelectNodes用法(获取不到节点时注意事项)
注:以下举例仅针对xml自定义了命名空间的情况,如果是其他情况,请参照他人博客~ using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Xml; private XmlDocu...
2018-06-17 20:10:54
-
Cheatsheet: 2013 11.12 ~ 11.30
Mobile Xcode 5 Essentials Android vs. iOS Development: Fight! Using MVC to Understand ASP.NET, iOS, Android and Hybrid Development Other Beginning Java for .NET Developers Building Memory-efficient Java Applications: Practices and Challenges .NET Im...
2018-06-17 20:10:44
-
jQuery制作鼠标经过显示图片大图,生成图片tips效果
一般tips都是文字,这个可以支持图片,很漂亮: 演示 script type="text/javascript" // Load this script once the document is ready $(document).ready( function () { // Get all the thumbnail $('div.thumbnail-item').mouseenter( function (e) { // Calculate...
2018-06-17 20:10:50
-
菜鸟级asp.net 与ms sql server数据库打交道的简单总
using System.Data.SqlClient; using System.Data; 上面是必须的 下面说的都是用存储过程 首先是webconfig里面的连接字符串: connectionStrings add name= " StatisticsConnectionString " connectionString= " data source=.;Initial Catalog=Statistics;Integrated S...
2018-06-17 20:10:42
-
“服务器推”技术【转载+整理】
原文地址 本文内容 “服务器推(server-push)”技术的应用 基于客户端套接口的“服务器推”技术 基于 HTTP 长连接的“服务器推”技术 使用 Comet 模型开发自己的应用 小结 参考 HTML5“推送”技术:Server-Sent Events ASP .NET SignalR 参考资料 早先,对这个问题我...
2018-06-17 20:10:44
-
C# 字符串的入门
1."@"表示字符串中的"\"不当成转义符。 2.转义符或者特殊处理的一些字符只是针对于代码中直接写出的字符串中,对于程序运行中读取出来的转义符或者特殊处理的字符还是当成字符串看待,不进行转换。 3.枚举(enum)的意义在于限定变量的取值范围。 4.数组的长度是确定的...
2018-06-17 20:10:42
-
算法是如何影响程序编码方式的 - 基本排序算法
我们的目标是从一个int的Array中,找出最小值。 作为demo程序,我们先增加一个类,用来模拟Array,如下定义: class CArray { const int DefaultCapacity = 100 ; private int [] array; private int curPosition = - 1 ; public CArray() { this .array= new int [Def...
2018-06-17 20:10:29
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash