码迷,mamicode.com
首页 >  
搜索关键字:spro    ( 215个结果
// 62.是否有利润奖--lrj private boolean isProfitsAward; // 63.利润奖--lrj_price private String profitsAward;
// 62.是否有利润奖--lrj private boolean isProfitsAward; // 63.利润奖--lrj_price private String profitsAward; 如果 这二个名称相同(profitsAward,isProfitsAward),报错,getIs,s ...
分类:其他好文   时间:2018-10-11 10:25:08    阅读次数:143
[ -webkit-box-orient: vertical ] 打包后丢失问题
vue项目中,多行文本样式显示省略号,用到了-webkit-box-orient: vertical这个属性,本地正常,打包线上后,该属性丢失。webpack打包时把这个样式过滤掉了。 网上解决方案有以下: 1. 加上这注释命令 2. optimize-css-assets-webpack-plug ...
分类:Web程序   时间:2018-10-10 16:07:39    阅读次数:289
XSS CSRF 攻击
XSS:跨站脚本(Cross-site scripting) CSRF:跨站请求伪造(Cross-site request forgery)定义: 跨网站脚本(Cross-site scripting,通常简称为XSS或跨站脚本或跨站脚本攻击),为了与层叠样式表(Cascading Style Sh ...
分类:其他好文   时间:2018-10-08 17:21:55    阅读次数:239
JS中的原型对象与构造器
在Javascript中:原型对象是属于构造函数的,不属于实例;实例只能共享原型对象中的属性和方法(当然也可以有自己的属性和方法,或者覆盖原型中同名的属性和方法);构造器constructor属于原型的,不属于实例;实例之所以能有constructor属性是因为它共享了原型对象的所有成员,包括原型对 ...
分类:Web程序   时间:2018-10-08 15:59:03    阅读次数:158
Springboot 2.0 - 集成redis
序 最近在入门SpringBoot,然后在感慨 SpringBoot较于Spring真的方便多时,顺便记录下自己在集成redis时的一些想法。 1、从springboot官网查看redis的依赖包 org.springframework.boot spring boot starter data r ...
分类:编程语言   时间:2018-10-04 12:21:47    阅读次数:204
centos7.5环境下编译安装php7.0.30并安装redis和mongo扩展
1.安装php7.0.30的脚本 # vim install_php.sh #!/bin/bash # 安装基本依赖 yum install -y gcc gcc-c++ htop telnet iotop iptraf iftop make logrotate xinetd ntsysv syss... ...
分类:Web程序   时间:2018-09-22 12:59:02    阅读次数:425
deployment
deployment #当前配置文件版本号 apiVersion: extensions/v1beta1 #副本控制器 kind: Deployment #控制器元数据 metadata: name: deploy-nginx #控制器描述信息 spec: #副本数量 replicas: 2 #模板 ...
分类:其他好文   时间:2018-09-14 15:58:07    阅读次数:146
Array-快餐管饱
一、如何获得一个数组? rsp: 1. [] 2.new Array() 3.str.split() ps:new Array()可以不加括号,其传一个参数代表数组长度,两个及以上就是初始化数组。 二、如何判断变量是不是数组? rsp: 1.Array.isArray(arr) 2.arr inst ...
分类:其他好文   时间:2018-09-14 01:16:53    阅读次数:152
Greenplum配置参数优化:5.10.2
Greenplum参数配置优化:查询参数gpconfig--showmax_connections修改参数配置命令gpconfig-c<parametername>-v<parametervalue>比如:gpconfig-clog_statement-vDDLwork_memwork_mem(,global,物理内存的2%-4%),segment用作sort,hash操作
分类:其他好文   时间:2018-09-05 19:53:01    阅读次数:355
Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListenerorg.springframework ...
分类:编程语言   时间:2018-08-25 14:28:21    阅读次数:167
215条   上一页 1 ... 12 13 14 15 16 ... 22 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!