码迷,mamicode.com
首页 >  
搜索关键字:window python gvim idl    ( 162800个结果
快捷代码
1. 打开新的窗口并传送参数: 传送参数:response.write("<script>window.open(’*.aspx?id="+this.DropDownList1.SelectIndex+"&id1="+...+"’)</script>") 接收参数:string a = Reque....
分类:其他好文   时间:2014-04-29 22:53:14    阅读次数:571
python面向对象编程基础
1、oop的意义:oop就是代码的重用:分解代码,最小化代码的冗余以及对现存的代码进行定制来编写程序。而不是实地的修改代码,或者从头开始2、继承搜索在那里查找属性:继承搜索会先在实例对象中寻找属性,然后 才是创建实例的类,之后是所有较高的超类,由对象树底端到顶端,并且至右侧。当属性首次找到时,搜索就...
分类:编程语言   时间:2014-04-29 22:06:05    阅读次数:664
Conditionals
1. Modulus operator (%)The modulus operator works on integers and yields the remainder when the first operand is divided by the second. In Python, the...
分类:其他好文   时间:2014-04-29 22:00:56    阅读次数:495
FreeBSD 10 中文环境
中文字体位置 FontPath "/usr/local/lib/X11/fonts/misc/:unscaled" FontPath "/usr/local/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/local/lib/X...
分类:其他好文   时间:2014-04-29 21:45:36    阅读次数:796
[leetcode]Word Ladder II @ Python
[leetcode]Word Ladder II @ Python原题地址:http://oj.leetcode.com/problems/word-ladder-ii/参考文献:http://blog.csdn.net/doc_sgl/article/details/13341405 ht...
分类:编程语言   时间:2014-04-29 21:42:30    阅读次数:590
django 中的延迟加载技术,python中的lazy技术
---恢复内容开始---说起lazy_object,首先想到的是django orm中的query_set、fn.Stream这两个类。query_set只在需要数据库中的数据的时候才 产生db hits。Stream对象只有在用到index时才会去一次次next。例子: f = Stream(.....
分类:编程语言   时间:2014-04-29 21:27:01    阅读次数:676
python 学习笔记 (二)
逻辑运算符python不用&& || !表示与或非,用andornot,优先级是not > and > or。bool类型:True 和 False条件语句if expression1: ;elif expression2: ;else: ;字符串函数word = raw_inpu...
分类:编程语言   时间:2014-04-29 21:12:45    阅读次数:492
c++引擎开发
MyMap.erase(Itor++);//在windows下也可以Itor = MyMap.erase(Itor),但是在linux下不行。
分类:编程语言   时间:2014-04-29 21:07:33    阅读次数:507
让提示界面始终保持在页面的最前端(页面置顶)
UIView *parentView = nil; NSArray* windows = [UIApplication sharedApplication].windows; UIView* window = [windows objectAtIndex:0]; ...
分类:其他好文   时间:2014-04-29 19:09:34    阅读次数:994
js获取网站根目录
分类:Web程序   时间:2014-04-29 18:38:45    阅读次数:400
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!