码迷,mamicode.com
首页 >  
搜索关键字:attribute    ( 4018个结果
python and Django
学习Django的admin页面的配置及访问,按照http://djangobook.py3k.cn/2.0/chapter06/的方法试,一直报错'WSGIRequest' object has no attribute 'user'于是重新建了一个项目,重头开始,开始以为是数据库的错误,于是用默...
分类:编程语言   时间:2014-11-27 17:41:12    阅读次数:171
jsp 标签 According to TLD or attribute directive in tag file.错误
在确保jar包已经添加的情况下把改为:就可以了
分类:Web程序   时间:2014-11-27 10:31:54    阅读次数:339
web安全漏洞防护
Password type input with autocomplete enabledThe autocomplete attribute works with the following types: text, search, url, tel, email, password, date....
分类:Web程序   时间:2014-11-26 10:57:37    阅读次数:183
[ios]scrollView实现移动与缩放
实现滑动1.在viewDidLoad中对scrollview的contentSize属性赋值 告诉他滑动范围。实现缩放1.在storyboard的scrollview的attribute标签中设置zoom的范围。2.实现一个UIScrollViewDelegate[scrollview的委托],并将...
分类:移动开发   时间:2014-11-25 14:20:03    阅读次数:148
JQUERY 常用方法大全
JQUERY 常用方法大全Attribute:$("p").addClass(css中定义的样式类型); 给某个元素添加样式$("img").attr({src:"test.jpg",alt:"test Image"}); 给某个元素添加属性/值,参数是map$("img").attr("src",...
分类:Web程序   时间:2014-11-24 20:39:26    阅读次数:286
Maven打包可执行JAR
执行mvn clean package生成的JAR包默认是不可执行的,因为带有main方法的信息不会被添加到manifest中。使用java -jar运行该包时,报错如下: no main manifest attribute, in original-helloworld-1.0-SNAPS...
分类:编程语言   时间:2014-11-24 09:53:57    阅读次数:223
shell基础笔记
变量 声明变量: declare attribute variable #attribute表示变量的属性,常见的属性如下: # -i 将变量定义为整数;-a 变量声明为数组变量;-r 将变量声明为只读变量;-x 将变量设置成环境变量 局部变量: 在函数的内部通过local关键字定义局部变量,此外,函数的参数也是局部变量。作用域从被定义的地方开始,到函数的结束或被显示的删除,在...
分类:系统相关   时间:2014-11-23 00:43:12    阅读次数:252
selenium+python 使用路径定位各个浏览器
构建Python+Selenium2自动化测试环境<二>:IE、Chrome和Firefox运行:http://blog.csdn.net/candle806/article/details/9023873 AttributeError: ‘str‘ object has no attribute ‘native_events_enabled‘ 这个问题...
分类:编程语言   时间:2014-11-22 23:25:19    阅读次数:637
单据明细增加明细影像支持
数据库明细表增加字段BILLC_IMAGESxml<BILLC_IMAGESdesc=""name="明细影像"/>xsl<!--明细图片--> <tdalign="center"> <span> <xsl:attributename="id"> <xsl:value-ofselect="concat(‘BILLC_IMAGES_ctl‘,@num)"/> </xsl:attribute> ..
分类:其他好文   时间:2014-11-22 23:18:28    阅读次数:282
Advanced Pricing - How to source Pricing Attributes using QP_CUSTOM_SOURCE.Get_Custom_Attribute_Valu
详细内容需要参考文档:Oracle 11i Advanced Pricing—Don’t Customize, Extend! utl:http://blog.csdn.net/cai_xingyun/article/details/41384541 Oracle Advanced Pricing - Version 11.5.8 and later Information in t...
分类:其他好文   时间:2014-11-22 20:18:35    阅读次数:261
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!