码迷,mamicode.com
首页 >  
搜索关键字:__attribute__    ( 4018个结果
Python 魔术方法小结
Python 魔术方法小结 _ _ init __ 实例化对象时调用 _ _ new__ 创建类对象时调用 _ _ new__ ()方法始终都是 类的静态方法,即使没有被加上静态方法装饰器 单例模式 当然单例模式不止这一种写法,有很多方法都可以实现单例 __ call__ Python中的函数是一级 ...
分类:编程语言   时间:2020-04-29 10:59:51    阅读次数:74
fetchAPI基本用法
` ` ...
分类:Windows程序   时间:2020-04-27 22:35:08    阅读次数:93
Tensorflow2.0版本中没有Session模块怎么办?
注:安装好Tensorflow2.0后,当使用Session时,报错AtributeError: module ‘tensorflow’ has no attribute ‘Session’: 错误的意思是tensorflow模块没有Session属性,后来查阅资料发现,tensorflow2.0版 ...
分类:其他好文   时间:2020-04-27 22:22:50    阅读次数:1205
解决编码问题:AttributeError: 'str' object has no attribute 'decode'
1. 问题发现: 出现:读取文件,对其进行解码,出现错误,AttributeError: 'str' object has no attribute 'decode' 解释:属性错误,str对象不包含‘decode’属性。 2.原因解释: 出现问题原因:str与bytes表示的是两种数据类型,str ...
分类:其他好文   时间:2020-04-27 13:06:13    阅读次数:272
雷林鹏分享:jsp 指令
JSP指令用来设置整个JSP页面相关的属性,如网页的编码方式和脚本语言。 语法格式如下: <%@ directive attribute="value" %> 指令可以有很多个属性,它们以键值对的形式存在,并用逗号隔开。 JSP中的三种指令标签: 指令描述 <%@ page ... %>定义网页依赖 ...
分类:Web程序   时间:2020-04-24 17:31:52    阅读次数:84
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. 一、问题描述 *************************** ...
分类:Web程序   时间:2020-04-24 10:28:16    阅读次数:97
CRM 统计查询
<fetch distinct="false" mapping="logical" aggregate="true" > <entity name="account" > <attribute name="name" alias="countorsum" aggregate="count" /> < ...
分类:其他好文   时间:2020-04-24 01:35:28    阅读次数:81
SpringBoot整合Shiro 一:搭建环境
Java项目的安全框架一般使用 shiro 与 spring security 具体怎么选择可以参考文章:安全框架 Shiro 和 Spring Security 如何选择 我这里选择使用Shiro 环境搭建 创建SpringBoot项目 导入Maven依赖 <dependency> <groupI ...
分类:编程语言   时间:2020-04-23 19:13:17    阅读次数:66
Python time模块学习
time模块 在Python中,通常有这几种方式来表示时间: 1. 时间戳(timestamp), 表示的是从1970年1月1日00:00:00开始按秒计算的偏移量。例子:1554864776.161901 2. 格式化的时间字符串,比如“2020 10 03 17:54” 3. 元组(struct ...
分类:编程语言   时间:2020-04-23 12:31:39    阅读次数:67
质量属性小论文
浅谈软件体系架构质量属性 刘晓杰 石家庄铁道大学 河北省石家庄市 摘 要:本文通过针对淘宝网操作流程的举例,阿里云服务器特点来进行简单阐述,简述了软件质量属性六大指标中的性能以及判断软件性能的优劣以及提高性能的方法, 关键词:性能,淘宝网,性能,阿里云服务器 Abstract:In this pap ...
分类:其他好文   时间:2020-04-23 00:35:29    阅读次数:69
4018条   上一页 1 ... 22 23 24 25 26 ... 402 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!