上一页 1 ··· 74 75 76 77 78 79 80 81 82 ··· 157 下一页

2014年1月21日

w3schools juerymobile

摘要: http://www.w3schools.com/jquerymobile/jquerymobile_examples.asp Welcome To My Homepage Welcome! Go to Page Two Footer Text Welcome To My Homepage Goodbye! Go to Page One Footer Text 阅读全文

posted @ 2014-01-21 08:59 freeliver54 阅读(369) 评论(0) 推荐(0)

2014年1月20日

[转]让你的网页文本框增加光晕效果与提示,水印(类似QQ2011)

摘要: 本文转自:http://www.cnblogs.com/xiaofengfeng/archive/2013/01/28/2880344.html让你的网页文本框增加光晕效果(类似QQ2011)我们都知道默认的Asp.Net文本框很丑陋的,看到QQ2011版的登录输入文本框那种光晕效果,不免让我们很是向往,不过我查看了源码却发现是通过C++实现的,那如何在我们的Asp.Net中添加同样的功能呢?先给大家秀一下我的运行截图:默认文本框样式:鼠标移入文本框:是不是很酷呢?下面我将一一解释如何做出来的?首先我们建立一个WebSite应用程序。在开始做之前建立一个文件夹plugins/textbox并引 阅读全文

posted @ 2014-01-20 17:58 freeliver54 阅读(290) 评论(0) 推荐(0)

[转]jQuery TextBox Water Mark with asp.net

摘要: 本文转自:http://naspinski.net/post/jQuery-TextBox-Water-Mark-with-aspnet.aspxI stole majority of this code fromhttp://www.aspcode.net/A-watermark-texbox-with-JQuery-and-aspnet.aspx but I added a bit to make it swap css classes as well $().ready(function() { swapValues = []; $(".wm").each(funct 阅读全文

posted @ 2014-01-20 17:50 freeliver54 阅读(339) 评论(0) 推荐(0)

[转]js 判断图片存在

摘要: 转自:http://blog.csdn.net/qq415734794/article/details/726147901.//检查图片是否存在 02.function CheckImgExists(imgurl) { 03. var ImgObj = new Image(); //判断图片是否存在 04. ImgObj.src = imgurl; 05. //没有图片,则返回-1 06. if (ImgObj.fileSize > 0 || (ImgObj.width > 0 && ImgObj.height > 0)) { 07. aler... 阅读全文

posted @ 2014-01-20 09:31 freeliver54 阅读(429) 评论(0) 推荐(0)

[转]js判断url是否有效

摘要: 本文转自:http://www.cnblogs.com/fumj/p/3490121.html方法一:(仅适用于ie) function CheckStatus(url) { XMLHTTP = new ActiveXObject("Microsoft.XMLHTTP") XMLHTTP.open("HEAD",url,false) XMLHTTP.send() return XMLHTTP.status==200 } function NetPin... 阅读全文

posted @ 2014-01-20 09:28 freeliver54 阅读(11416) 评论(1) 推荐(0)

2014年1月14日

[转]div 让文字或图片居中

摘要: 本文转自:http://qsfwy.iteye.com/blog/250206在div 中让 文字或图片居中,请参考以下代码1: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 居中百度 参考代码2: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. 阅读全文

posted @ 2014-01-14 15:39 freeliver54 阅读(328) 评论(0) 推荐(0)

[转]div内容底部对齐

摘要: 本文转自:http://blog.csdn.net/hellomy/article/details/5889833 CSS实现文字底部对齐 网页特效ggg 阅读全文

posted @ 2014-01-14 11:15 freeliver54 阅读(295) 评论(0) 推荐(0)

2014年1月13日

[转]SQLSERVER存储过程调用不同数据库的数据_存储过程中通过链接服务器访问远程服务器

摘要: 本文转自:http://blog.csdn.net/nnaabbcc/article/details/7967761存储过程调用不同数据库的数据 在存储过程调用不同数据库的数据该如何做,比如在存储过程名为AAA的存储过程里面调用数据库为hudu1,hudu2,hudu3里面的数据来统计? 在同一台数据库服务器上: select * from hudu1.dbo.表名 select * from hudu2.dbo.表名 select * from hudu3.dbo.表名 在不同数据库服务器上: select * from... 阅读全文

posted @ 2014-01-13 11:36 freeliver54 阅读(1579) 评论(1) 推荐(0)

2014年1月9日

[转]C# WinForm动态调用远程Web服务

摘要: 本文转自:http://blog.csdn.net/muyangjun/article/details/79308711、添加服务引用2、在弹出的添加服务引用对话框地址栏中输入WebService地址, 如:http://localhost:6521/WebSite1/Service.asmx?WSDL3、输入命名空间名称或保持默认4、定义SoapClient变量 WebService.ServiceSoapClient SoapClient = new WindowsFormsApplication1.WebService.ServiceSoapClient();5、将新的重新配置WebSe 阅读全文

posted @ 2014-01-09 15:15 freeliver54 阅读(4996) 评论(0) 推荐(0)

2014年1月2日

[转]Loading, Editing, and Saving a Text File in HTML5 Using Javascript

摘要: 本文转自:http://thiscouldbebetter.wordpress.com/2012/12/18/loading-editing-and-saving-a-text-file-in-html5-using-javascrip/The HTML and JavaScript code below makes use of some features of HTML5 (specifically the “Blob” object, the File API, and the “download” attribute of the “a” tag) to allow the user 阅读全文

posted @ 2014-01-02 15:56 freeliver54 阅读(592) 评论(1) 推荐(0)

[转]显示农历日期的JS

摘要: 本文转自:http://blog.sina.com.cn/s/blog_47377e77010009xc.html New Document 可以在网页中显示一个带公历、农历、节日等的日历。 阅读全文

posted @ 2014-01-02 09:07 freeliver54 阅读(3917) 评论(0) 推荐(0)

2013年12月31日

[转]c# xml.Load() locking file on disk causing errors

摘要: 本文转自:http://stackoverflow.com/questions/1812598/c-sharp-xml-load-locking-file-on-disk-causing-errors问:I have a simple class XmlFileHelper as follows:publicXmlFileHelper(string xmlFilePath) { this.xmlFilePath = xmlFilePath; xmlDoc.Load(xmlFilePath); }this occurs when this class is used to by two runn 阅读全文

posted @ 2013-12-31 09:55 freeliver54 阅读(326) 评论(0) 推荐(0)

2013年12月27日

[转]使用 HTML5 索引型数据库的待办事项简要列表

摘要: 本文转自:http://www.html5rocks.com/zh/tutorials/indexeddb/todo/ ​ 阅读全文

posted @ 2013-12-27 08:54 freeliver54 阅读(738) 评论(1) 推荐(0)

2013年12月26日

[转]HTML5 本地存储

摘要: 本文转自:http://www.cnblogs.com/rainman/archive/2011/06/22/2086069.html1、sessionStorage2、localStorage3、Database Storage4、globalStorage5、兼容性参考文献本地持久化存储一直是本地客户端程序优于 web 程序的一个方面。对于本地应用程序,操作系统会一共一个抽象层,用于存储和获取特定于应用程序的数据,例如用户设置或者运行时状态。这些值可以被存储于注册表、INI 文件,或者其他什么地方,这取决于操作系统的实现。如果你的本地应用程序需要不简单是键值对形式的本地存储,你也可以使用嵌 阅读全文

posted @ 2013-12-26 10:15 freeliver54 阅读(234) 评论(1) 推荐(0)

Opera Mobile Classic Emulator

摘要: http://www.opera.com/zh-cn/developer/mobile-emulator 阅读全文

posted @ 2013-12-26 09:17 freeliver54 阅读(299) 评论(2) 推荐(0)

2013年12月25日

[转]Javascript的匿名函数

摘要: 本文转自:http://dancewithnet.com/2008/05/07/javascript-anonymous-function/一、什么是匿名函数?在Javascript定义一个函数一般有如下三种方式:函数关键字(function)语句:function fnMethodName(x){alert(x);}函数字面量(Function Literals):var fnMethodName = function(x){alert(x);}Function()构造函数:var fnMethodName = new Function('x','alert(x);& 阅读全文

posted @ 2013-12-25 16:48 freeliver54 阅读(177) 评论(0) 推荐(0)

2013年12月24日

override javascript escape funcation

摘要: var oldescape = window.escape;escape = function (sStr) { return oldescape(sStr).replace(/\+/g, '%2B').replace(/\"/g, '%22').replace(/\'/g, '%27').replace(/\//g, '%');} 阅读全文

posted @ 2013-12-24 09:37 freeliver54 阅读(368) 评论(0) 推荐(0)

2013年12月23日

[转]WinForm和WebForm下读取app.config web.config 中邮件配置的方法

摘要: 本文转自:http://blog.csdn.net/jinbinhan/article/details/15983861. 在WinForm下读取 App.config中的邮件配置语句如下: Configuration config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None);//OpenExeConfiguration2个方法的参数我也没搞清楚到底该怎么用。MailSettingsSectionGroup mailSettings = NetSectionGroup.GetSectionG. 阅读全文

posted @ 2013-12-23 09:57 freeliver54 阅读(1246) 评论(0) 推荐(0)

[书目20131223]Android、iPhone、Windows Phone手机网页及网站设计:最佳实践与设计精粹 - 张亚飞

摘要: 目录第I篇 手机版专用网站设计和开发入门篇第1章 准备创作环境和测试环境 31.1 使用Mobile Safari测试网页 41.1.1 iOS Simulator安装 51.1.2 使用Mobile Safari 61.2 使用IEMobile测试网页 71.2.1 Windows Phone 7 Emulator安装 81.2.2 使用IEMobile 91.3 使用Chrome Lite测试网页 101.3.1 Android Emulator安装 101.3.2 使用Chrome Lite 171.4 使用BlackBerry浏览器测试网页 191.4.1 BlackBerry模拟器安 阅读全文

posted @ 2013-12-23 09:16 freeliver54 阅读(600) 评论(1) 推荐(0)

2013年12月20日

[转]SQL Server 创建数据库邮件

摘要: 本文转自:http://www.cnblogs.com/gaizai/p/3358958.html一、 背景数据库发邮件通知数据库的运行状态(状态可以通过JOB形式获取)和信息,达到预警的效果。二、 基础知识msdb系统数据库保存有关Job,Database Mail,Nodifyication等等之类信息的。MSSQL2005之后的邮件功能,使用了Services Broker进行了队列处理。然后使用外部进程,这个可以在配置成功Mail以后查看任务管理器中的进程。另外 sp_send_dbmail是手动发送邮件的存储过程,我们必须显示的赋值才能发送。三、 图形界面方式创建数据库邮件下面就以S 阅读全文

posted @ 2013-12-20 09:45 freeliver54 阅读(484) 评论(0) 推荐(0)

上一页 1 ··· 74 75 76 77 78 79 80 81 82 ··· 157 下一页

导航