码迷,mamicode.com
首页 >  
搜索关键字:real    ( 2619个结果
nginx入门教程
本文转自https://www.cnblogs.com/qdhxhz/p/8910174.html 感谢作者 nginx入门教程 一.概述 什么是nginx? Nginx (engine x) 是一款轻量级的Web 服务器 、反向代理服务器及电子邮件(IMAP/POP3)代理服务器。 什么是反向代理 ...
分类:其他好文   时间:2019-12-02 13:30:44    阅读次数:92
idea 通过 Generate POJOs.groovy 生成实体类
Generate POJOs.groovy脚本: 在idea右侧Database工具栏中新建数据库连接后选中表如图操作即可生成实体类 ...
分类:其他好文   时间:2019-12-02 11:54:08    阅读次数:419
队列Queue的实现
数组实现 package DataStructures.Queues; /** * This implements Queues by using the class Queue. * <p> * A queue data structure functions the same as a real ...
分类:其他好文   时间:2019-12-01 22:59:44    阅读次数:96
Python语法速查: 12. 文件与输入输出
返回目录 (1)文件基本操作 ● 文件常用操作 内置函数或方法描述 open(name [,mode [,buffering]]) 内置函数。用来打开文件,返回一个文件对象(file对象)。详见下述 f.close() file对象方法,关闭文件。 f.read() file对象方法,读取最多n个字 ...
分类:编程语言   时间:2019-12-01 18:27:55    阅读次数:83
GitHub: Oracle RAC Database on Docker 未测试 改天试试
https://github.com/oracle/docker-images/blob/master/OracleDatabase/RAC/OracleRealApplicationClusters/README.md Oracle RAC Database on Docker Oracle Re ...
分类:数据库   时间:2019-12-01 13:59:12    阅读次数:105
python字符串格式化
python字符串格式化 Python的字符串格式化有两种方式:%格式符方式,format方式 %格式符 %[(name)][flags][width].[precision]typecode (name) 可选,用于选择指定的key flags 可选,可供选择的值有: + 右对齐;正数前加正好,负 ...
分类:编程语言   时间:2019-12-01 12:11:57    阅读次数:95
微信配置JS接口安全域名问题-Nginx配置
1、将下载的txt文件放入/usr/local/nginx/html/目录下面。 2、修改nginx.cong配置文件中的location标签 location / { root html; index index.html index.htm; proxy_set_header X-Real-IP ...
分类:微信   时间:2019-12-01 10:06:44    阅读次数:164
运算符重载
1. 双目运算符类成员函数重载 观察下列程序,掌握双目运算符的类成员函数重载方式。 #include<iostream> using namespace std; class complex { double real, imag; public: complex(double r = 0, dou ...
分类:其他好文   时间:2019-11-30 17:45:32    阅读次数:87
POJ 2367 系统树
The system of Martians' blood relations is confusing enough. Actually, Martians bud when they want and where they want. They gather together in differ ...
分类:其他好文   时间:2019-11-30 09:36:21    阅读次数:67
SQLServer
SqlServer常用字段类型 int:整型,取值范围[-231~231) decimal:精确数值型 ,示例:decimal(8,4); //共8位,小数点右4位 money:货币型 float:近似数值型 real:近似数值型 varchar:字符型,存储非统一编码型字符数据,数据类型为变长,要 ...
分类:数据库   时间:2019-11-28 21:15:48    阅读次数:126
2619条   上一页 1 ... 35 36 37 38 39 ... 262 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!