04 2013 档案

摘要:C Sharp 短信发送平台源代码.rar http://1000eb.com/5c6vASP.NET+AJAX基础示例 视频教程 http://1000eb.com/89jcC# Winform qq弹窗 360弹窗 http://1000eb.com/89jf精华志 C#高级编程(第七版)源码 http://1000eb.com/89k3C#网络应用编程教案及代码.rar http://1000eb.com/89khIPhone远程桌面xp控制+Desktop+Connect教程.rar http://1000eb.com/89kzphotoshop-PPT.rar http://1000 阅读全文
posted @ 2013-04-27 11:51 蓬莱仙羽 阅读(2495) 评论(0) 推荐(2)
摘要:<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html;"><title>五子棋</title><link rel="stylesheet" type="text/css" href="http://sandbox.runjs.cn/uploads/rs/102/r2dy3tyw/reset.css"><sc 阅读全文
posted @ 2013-04-26 10:31 蓬莱仙羽 阅读(233) 评论(0) 推荐(0)
摘要:1.//弹出对话框.点击转向指定页面 Response.Write("<script>window.alert('该会员没有提交申请,请重新提交!')</script>");Response.Write("<script>window.location='http://www.cgy.cn/bizpulic/upmeb.aspx'</script>");2.//弹出对话框Response.Write("<scriptlanguage='javascri 阅读全文
posted @ 2013-04-25 16:24 蓬莱仙羽 阅读(210) 评论(0) 推荐(0)
摘要:退回输入键盘-(BOOL)textFieldShouldReturn:(id)textField{ [textFieldresignFirstResponder];}CGRectCGRect frame = CGRectMake (origin.x,origin.y, size.width, size.height);矩形NSStringFromCGRect(someCG) 把CGRect结构转变为格式化字符串;CGRectFromString(aString) 由字符串恢复出矩形;CGRectInset(aRect) 创建较小或较大的矩形(中心点相同),+较小 -较大CGRectInter. 阅读全文
posted @ 2013-04-19 18:30 蓬莱仙羽 阅读(331) 评论(0) 推荐(0)
摘要:Object-C有多继承吗?没有的话用什么代替?cocoa 中所有的类都是NSObject 的子类,多继承在这里是用protocol 委托代理来实现的你不用去考虑繁琐的多继承 ,虚基类的概念.ood的多态特性 在 obj-c 中通过委托来实现.Object-C有私有方法吗?私有变量呢?objective-c– 类里面的方法只有两种, 静态方法和实例方法. 这似乎就不是完整的面向对象了,按照OO的原则就是一个对象只暴露有用的东西. 如果没有了私有方法的话, 对于一些小范围的代码重用就不那么顺手了. 在类里面声名一个私有方法@interface Controller : NSObject { NS 阅读全文
posted @ 2013-04-19 18:28 蓬莱仙羽 阅读(1277) 评论(0) 推荐(0)
摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title> <style type="text/css"> a { color:Bla 阅读全文
posted @ 2013-04-07 19:28 蓬莱仙羽 阅读(124) 评论(0) 推荐(0)
摘要:<html><head><title>JQzoom Demo</title><script src="http://localhost:39069/Scripts/jquery-1.4.1.min.js" type="text/javascript"></script> <script src="http://localhost:39069/Scripts/jqzoom/jqzoom.pack.1.0.1.js" type="text/javasc 阅读全文
posted @ 2013-04-06 18:01 蓬莱仙羽 阅读(117) 评论(0) 推荐(0)
摘要:一直对图片缩放饶有兴趣的我今日一个很投机的机会研究了一把 参考官方网站:http://www.mind-projects.it/projects/jqzoom/index.php参考demo文献:http://www.mind-projects.it/projects/jqzoom/index.php#examples网站下方download一栏在官方文档下载的demo文献中,有详尽的例子,这里主要解释运用以及options(选项)的含义$(document).ready(function() { $('.jqzoom').jqzoom({ zoomType: 'sta 阅读全文
posted @ 2013-04-06 17:41 蓬莱仙羽 阅读(345) 评论(0) 推荐(0)
摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title> <script src="Scripts/jquery-1.4.1-vsdoc.js&qu 阅读全文
posted @ 2013-04-06 16:46 蓬莱仙羽 阅读(241) 评论(0) 推荐(0)
摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title> <style type="text/css"> #navigation { 阅读全文
posted @ 2013-04-06 16:44 蓬莱仙羽 阅读(115) 评论(0) 推荐(0)
摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <title>经典的坦克大战</title></head><body onkeydown="getComman 阅读全文
posted @ 2013-04-05 20:02 蓬莱仙羽 阅读(220) 评论(0) 推荐(0)
摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title></title></head><body><canvas id="can1" 阅读全文
posted @ 2013-04-04 16:09 蓬莱仙羽 阅读(168) 评论(0) 推荐(0)
摘要:uhtml5的介绍和快速入门html5 大致是 (html+css3+javascript apis)一句话: html5 支持了css3 的强大的选择器和动画等功能+ 支持javascript 很多新的函数,所以html5就很强大了.1. 增加了<canvas> 标签,这个标签就是画布,程序员可以再这里绘制图形,所以这个标签在一定程度上可以替代flash, 在canvas 上画出矩形代码: html5-1.html<!-- 告诉浏览器这个一个html5的网页--><!DOCTYPEhtml> <html><head><!--网 阅读全文
posted @ 2013-04-04 16:05 蓬莱仙羽 阅读(204) 评论(0) 推荐(0)