码迷,mamicode.com
首页 >  
搜索关键字:containe    ( 2242个结果
iOS 设置TextView 只能输入两行
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
Ajax回退刷新页面问题的解决办法
在脚本之家看到一篇文章,觉得以后可能会用上,但是竟然不能收藏,所以只能将其转到博客园。 以下是原文地址: 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
HTML <meta> http-equiv Attribute 说明
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
【Linux】【Services】【Docker】网络
容器的网络模型: closed container: 仅有一个接口:loopback 不参与网络通信,仅适用于无须网络通信的应用场景,例如备份、程序调试等; --net none bridged container: 此类容器都有两个接口: loopback 以太网接口:桥接至docker daem ...
分类:系统相关   时间:2017-11-06 16:48:11    阅读次数:227
react 入门(一)
Basic Example ...
分类:其他好文   时间:2017-11-05 21:12:12    阅读次数:128
加载静态文件,父模板的继承和扩展
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
Django-form表单
构建一个表单 假设你想在你的网站上创建一个简单的表单,以获得用户的名字。你需要类似这样的模板: ? 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
vue官网copy2
事件处理 监听事件 可以用 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
JS操作BOM对象
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!