var path = require('path') module.exports = { build: { // production 环境 env: require('./prod.env'), // 使用 config/prod.env.js 中定义的编译环境 index: path.reso ...
分类:
Web程序 时间:
2018-05-20 15:18:41
阅读次数:
214
/** * string与stringbuffer比较 * * @since */ public void StringCompareStringBuffer(){ Long curr = System.currentTimeMillis(); System.out.println(curr); .... ...
分类:
其他好文 时间:
2018-05-20 15:18:32
阅读次数:
179
1、 #region 程序集 System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // C:\Program Files (x86)\Reference Assemblies\Microsoft\ ...
分类:
Web程序 时间:
2018-05-20 14:24:19
阅读次数:
222
https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/001373962845513aefd77a99f4145f0a2c7a7ca057e7570000 ...
分类:
其他好文 时间:
2018-05-20 14:24:10
阅读次数:
135
精品教程推送:PL14352018年最新JavaEE(Java1.8)SSMWeb项目实战学习要趁早,点滴记录,学习就是进步! 不要到处找了,抓紧提升自己!版权保护,加Q:1225462853 Q群:702101215或关注公众号:菜鸟奋斗 3.Dubbox框架 3.1 Dubbox简介 Dubbo ...
分类:
其他好文 时间:
2018-05-20 14:24:02
阅读次数:
1337
一.添加Redis缓存 1.添加Redis起步依赖 在pom.xml中添加Spring Boot支持Redis的依赖配置,具体如下: "https://mvnrepository.com/artifact/org.springframework.boot/spring boot starter re ...
分类:
编程语言 时间:
2018-05-20 14:23:42
阅读次数:
744
来源自 https://blog.csdn.net/milankaka22/article/details/50913406 Error: Expecting to find domain in project. The server could not comply with the reques ...
分类:
Windows程序 时间:
2018-05-20 14:23:36
阅读次数:
1576
php in_array(mixed $needle, array $haystack[, bool $strict = FALSE] ) 注意: 如果$needle 是字符串,则比较是区分大小写的。 ...
分类:
Web程序 时间:
2018-05-20 14:23:24
阅读次数:
225
Samba是一个实现不同操作系统(Windows、Linux、UNIX)之间文件共享和打印机共享的一种SMB协议的免费软件。SMB协议是客户机/服务器协议,客户机通过该协议可以访问服务器上的共享文件及打印机共享资源。它主要应用于局域网上,也可以通过设置“NetBIOSoverTCP/IP”同互联网中的电脑分享资源。SMB协议:TCP139端口CIFS协议:TCP445端口重要配置文件:/etc/s
分类:
其他好文 时间:
2018-05-20 14:23:17
阅读次数:
242
1. Public String subString(int beginIndex) 2.public String substring(int beginIndex, int endIndex) 3.public String(char value[],int offset,int count) ...
分类:
其他好文 时间:
2018-05-20 14:23:08
阅读次数:
192
1.学到了什么知识? (1)数字及运算符 (2)关系运算符 (3)函数 2.有哪些新得体会? access中一些字符的运用很灵活,它能准确的查询出表中的数据。 3.存在的疑惑有哪些? 对使用预定义计算还不是太了解,为什么在查询*、?、#、[]、!时要加方括号。 ...
分类:
数据库 时间:
2018-05-20 14:23:00
阅读次数:
200
在Oracle Tenical Network(OTN)上已经可以下载到最新的ogg4bd版本,地址如下:http://www.oracle.com/technetwork/middleware/goldengate/downloads/index.html新增加的特性如下:支持以Cassandra... ...
分类:
其他好文 时间:
2018-05-20 14:22:49
阅读次数:
292
1. instanceof是如何判断的? * 表达式: A instanceof B * 如果B函数的显式原型对象在A对象的原型链上, 返回true, 否则返回false 2. Function是通过new自己产生的实例 /////////////////////////////////面试题/// ...
分类:
其他好文 时间:
2018-05-20 14:22:32
阅读次数:
172
https://github.com/henszey/etcd-browser docker build --build-arg http_proxy=http://109.105.4.17:3128 --build-arg https_proxy=http://109.105.4.17:8119 ...
分类:
其他好文 时间:
2018-05-20 14:22:25
阅读次数:
205
一、本机环境 Mac、VMware Fusion 10, CentOS6.8 二、设置静态IP地址 1、选择网络连接模式,选择NAT模式 注意: 1)必须要选择NAT模式,否则你的虚拟机与主机始终会在同一个网段,主机IP变了之后,虚拟机IP也会自动变化,达不到静态IP的目的 2)在虚拟机关闭状态下, ...
分类:
其他好文 时间:
2018-05-20 14:22:16
阅读次数:
225