icheck判断是否选中 1 $("#id").on('ifChanged', function () { 2 if ($(this).is(':checked')) {//就是这么简单 3 //do something 4 } 5 }); 1 $("#id").on('ifChanged', fu ...
分类:
其他好文 时间:
2019-09-04 19:07:32
阅读次数:
83
示例一 文件结构 假设你已经创建好了一个Django项目和一个App,部分结构如下: 示例代码 原理 要实现Django和ajax进行数据通信的大致原理如下: 当我们点击这个button后,触发js代码,然后ajax会将必要信息包装好,即 url :这个url是在 文件中已经注册好的,而且它与 中的 ...
分类:
Web程序 时间:
2019-09-03 11:34:14
阅读次数:
100
通常在以下语句结构中需要判断真假 如 1 2 3 4 5 6 7 if (boo) { // do something } while (boo) { // do something } 1 2 3 4 5 6 7 if (boo) { // do something } while (boo) { ...
分类:
其他好文 时间:
2019-09-01 16:43:16
阅读次数:
80
类也是对象 在理解元类之前,你需要先掌握 中的类。Python 中的类概念借鉴 Smalltalk,这显得有些奇特。在大多数编程语言中,类就是一组用来描述如何生成一个对象的代码段。当然在 Python 中这一点也是成立的。 但是,Python 中的类还远不止如此, 类同样也是一种对象 。只要你使用关 ...
分类:
编程语言 时间:
2019-08-27 11:09:39
阅读次数:
82
定冠词加上某些形容词可以泛指一类人,谓语动词一般用复数形式,the uneducated泛指未受过教育的人, the Uneducated are more to be pitied than blamed. If you do not do something or something does ...
分类:
其他好文 时间:
2019-08-24 17:03:59
阅读次数:
85
How can I help them they won't listen to me? How can I help them they won't listen to me? 题目解析 考查从句。此句意为:如果他们要是不听我的话,我怎么帮助他们?此处,when引导的状语从句表示假设事件的发生,具 ...
分类:
其他好文 时间:
2019-08-22 00:56:02
阅读次数:
101
// bootstrap下拉菜单 Action Action Another action Something else here Separated link // 点击拉下框选项,替换展示内容$(".a-1").click(function () { var val = $(this).html... ...
分类:
Web程序 时间:
2019-08-21 21:34:08
阅读次数:
92
/etc/init.d/functions详解 functions这个脚本是给/etc/init.d里边的文件使用的,提供了一些基础的功能,看看里边究竟有些什么。首先会设置umask,path,还有语言环境,然后会设置success,failure,warning,normal几种情况下的字体颜色。 ...
分类:
系统相关 时间:
2019-08-21 11:46:52
阅读次数:
91
V-ERG (使)破裂;(使)裂开;(使)断裂 If something hard cracks, or if you crack it, it becomes slightly damaged, with lines appearing on its surface. A gas main had ...
分类:
其他好文 时间:
2019-08-20 01:20:37
阅读次数:
101
这个英音很special VERB 砍;剁;劈;切If you chop something, you cut it into pieces with strong downward movements of a knife or an axe. Chop the butter into small ...
分类:
其他好文 时间:
2019-08-20 01:14:59
阅读次数:
83