上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 21 下一页

js判断undefined类型

摘要: js判断undefined类型 今天使用showModalDialog打开页面,返回值时。当打开的页面点击关闭按钮或直接点浏览器上的关闭则返回值是undefined 所以自作聪明判断 var reValue=window.showModalDialog("","",""); i... 阅读全文
posted @ 2011-12-13 14:29 tongdengquan 阅读(111) 评论(0) 推荐(0) 编辑

window.showModalDialog的使用

摘要: 父页面 子页面 Response.Write("");//传递返回值 Response.Write(""); 阅读全文
posted @ 2011-12-12 08:41 tongdengquan 阅读(88) 评论(0) 推荐(0) 编辑

当用updatepanel和scriptmanager时,弹出框

摘要: ScriptManager.RegisterStartupScript(UpdatePanel1,this.GetType(), "", "", false); 阅读全文
posted @ 2011-11-17 09:39 tongdengquan 阅读(90) 评论(0) 推荐(0) 编辑

web.config的数据库连接字符串进行加密

摘要: 方法1: using System.Web.Configuration; using System.IO; //加密 protected void Button1_Click(object sender, EventArgs e) { Configuratio... 阅读全文
posted @ 2011-11-15 16:51 tongdengquan 阅读(128) 评论(0) 推荐(0) 编辑

连接到网页objective-c

摘要: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"程序的相应连接"]]; 阅读全文
posted @ 2011-11-14 14:06 tongdengquan 阅读(92) 评论(0) 推荐(0) 编辑

读取plist文件

摘要: //取得mainBundle NSBundle *bundle = [NSBundle mainBundle]; //取得文件路径 NSString *plistPath = [bundle pathForResource:@"文件名" ofType:@"plist"];... 阅读全文
posted @ 2011-11-01 10:54 tongdengquan 阅读(129) 评论(0) 推荐(0) 编辑

objective-c NSString 使用详细指南

摘要: Declaring Constant String Objects A constant string object is declared by encapsulating the string in double quotes (") preceded by an @ sign. F... 阅读全文
posted @ 2011-10-31 08:33 tongdengquan 阅读(104) 评论(0) 推荐(0) 编辑

font-size和font标签的size属性的区别

摘要: 这是两者之间的对应: CSS absolute size keywords: xx-small x-small small medium large x-large xx-large HTML absolute font sizes: 1 2 3 4 5 6 7 阅读全文
posted @ 2011-10-29 18:16 tongdengquan 阅读(526) 评论(0) 推荐(0) 编辑

js改变背景图片

摘要: style.backgroundImage="url(aa.gif)"; 注意要加url字样! 阅读全文
posted @ 2011-10-28 09:27 tongdengquan 阅读(212) 评论(0) 推荐(0) 编辑

MS:Chart:Series 成員 饼图 文字Label 显示在饼外

摘要: 1.http://technet.microsoft.com/zh-tw/interopmigration/system.web.ui.datavisualization.charting.series_members.aspx 2. 如何将 mschart 饼图 文字Label 显示在饼外... 阅读全文
posted @ 2011-10-27 12:34 tongdengquan 阅读(213) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 21 下一页