方法和匿名方法: funcion name(<parameter types>){public|private|internal|external}[constant][payable][<return types>)]{} payable代表是可以接受以太币的方法有如下几种:external可以被 ...
分类:
其他好文 时间:
2019-04-04 10:04:48
阅读次数:
148
https://www.golinuxcloud.com/java-interview-questions-answers-experienced-2/ 75. What is the meaning of Immutable in the context of String class in Ja ...
分类:
编程语言 时间:
2019-04-03 16:40:35
阅读次数:
202
方式一 utils文件夹下,简历redis_pool.py views中使用 方式二 安装django redis模块 setting中配置 views中 ...
分类:
其他好文 时间:
2019-04-02 21:17:17
阅读次数:
318
使用python3的requests库快速获取豆瓣图书推荐的新书清单,并保存书籍信息和图书缩略图图片到本地#!/usr/bin/envpython#-*-coding:utf-8-*-"""@author:AikerZhao@file:douban3.py@time:上午10:34"""importjsonimportosimportrefrommultiprocessingimportPooli
分类:
编程语言 时间:
2019-04-02 16:49:57
阅读次数:
156
转自:https://blog.csdn.net/ax1232/article/details/75667187 1. 概览 PHP代码文件必须以 <?php 或 <?= 标签开始; PHP代码文件必须以 不带BOM的 UTF-8 编码; PHP代码中应该只定义类、函数、常量等声明,或其他会产生 从 ...
分类:
其他好文 时间:
2019-04-01 10:24:37
阅读次数:
146
?参数类型是Constant Pointer也就是 UnsafePointer 可以传入的类型: UnsafePointer/UnsafeMutablePointer/AutoreleasingUnsafeMutablePointerString。如果Type 是 UInt8 或 Int8。可变类型... ...
分类:
其他好文 时间:
2019-03-31 09:49:24
阅读次数:
159
public class SqlServerService { public string CONN_STRING { get; set; } = "Data Source=.;Database=dbname;uid=sa;pwd=123;min pool size=1; max pool size... ...
分类:
数据库 时间:
2019-03-30 10:48:45
阅读次数:
163
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. push(x) -- Push element x onto stack. pop() -- Remov ...
分类:
其他好文 时间:
2019-03-28 09:29:42
阅读次数:
142
此篇承接上一篇的基本原理,继续展开学习,本篇主要面向数据的使用和管理,也就是开发者常用的东西,开始喽…… >>>对整表的操作 >创建表 关键字 Create create table student( stu_id int primary key, stu_name varchar2(20) not ...
分类:
数据库 时间:
2019-03-27 14:09:15
阅读次数:
146
CNN理解与实现 组成部分 + Convolution Layer + Pool Layer: Max pooling layer Average pooling layer + Full Connected(FC) Layer 需要的函数 注意 + 参数$W$, $b$和数据$X$它们的维度是一样 ...
分类:
其他好文 时间:
2019-03-27 12:38:13
阅读次数:
137