http://www.itstrike.cn/Question/c51c60a2-4ea9-4902-8ef9-0f14d1fcba9b.html - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after ...
分类:
移动开发 时间:
2017-11-08 13:08:16
阅读次数:
1039
在脚本之家看到一篇文章,觉得以后可能会用上,但是竟然不能收藏,所以只能将其转到博客园。 以下是原文地址: http://www.jb51.net/article/87856.htm 这篇文章主要介绍了Ajax回退刷新页面问题的解决办法的相关资料,非常不错,具有参考借鉴价值,感兴趣的朋友一起学习吧 A ...
分类:
Web程序 时间:
2017-11-07 23:49:44
阅读次数:
277
1:用循环画五角星 2:用循环画同心圆 3:用while循环画太阳花 4:用函数定义画五个五角星 5:用函数定义画钻石花瓣的太阳花 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 import turtle 2 def Yyxdraw_diamon ...
分类:
其他好文 时间:
2017-11-07 14:20:42
阅读次数:
208
1. 说明 ValueDescription content-type Specifies the character encoding for the document. Example: <meta http-equiv="content-type" content="text/html; ch ...
分类:
Web程序 时间:
2017-11-07 13:27:35
阅读次数:
295
容器的网络模型: closed container: 仅有一个接口:loopback 不参与网络通信,仅适用于无须网络通信的应用场景,例如备份、程序调试等; --net none bridged container: 此类容器都有两个接口: loopback 以太网接口:桥接至docker daem ...
分类:
系统相关 时间:
2017-11-06 16:48:11
阅读次数:
227
1 2 3 4 5 6 首页 7 {% block logintitle %}{% endblock %} 8 {% block registertitle %}{% endblock %} 9 10 25 26 {% block loginhead %}{% endblock... ...
分类:
其他好文 时间:
2017-11-05 18:29:46
阅读次数:
225
构建一个表单 假设你想在你的网站上创建一个简单的表单,以获得用户的名字。你需要类似这样的模板: ? 1 2 3 4 5 <form action="/your-name/" method="post"> <label for="your_name">Your name: </label> <inpu ...
分类:
其他好文 时间:
2017-11-05 13:15:27
阅读次数:
188
事件处理 监听事件 可以用 v-on 指令监听 DOM 事件来触发一些 JavaScript 代码。 示例: <div id="example-1"> <button v-on:click="counter += 1">增加 1</button> <p>这个按钮被点击了 {{ counter }} ...
分类:
其他好文 时间:
2017-11-04 20:42:46
阅读次数:
252
1、window对象 2、history对象 3、location 4、document对象 5、documentReferrer 6、 getElement系列 7、Date对象 8、Math对象 9、定时函数 ...
分类:
Web程序 时间:
2017-11-04 19:42:47
阅读次数:
221