考察内容:nginx tomcat 会员商城 ,nginx负载均衡 ...
分类:
数据库 时间:
2019-11-23 12:50:52
阅读次数:
96
```cpp int pi[1005]; void GetPrefixFunction(char *s, int sl) { pi[0] = 0, pi[1] = 0; for(int i = 1, k = 0; i < sl; ++i) { while(k && s[i] != s[k]) k =... ...
分类:
编程语言 时间:
2019-11-21 13:46:42
阅读次数:
50
注:默认在父组件调用子组件时<SlotChild></SlotChild>中文字不会显示。但是在子组件加入<slot></slot>后,<SlotChild></SlotChild>中文字会显示了。 //slot组件<template> <div class="slots"> slot的用法 <Sl ...
分类:
其他好文 时间:
2019-11-14 09:19:03
阅读次数:
82
一.安装node,这里安装9.0的版本,安装其它版本直接到https://deb.nodesource.com/setup_9.x找相应版本的更改既可 1.sudo apt-get remove nodejs --purge 2.curl -sL https://deb.nodesource.com ...
分类:
系统相关 时间:
2019-11-06 15:17:50
阅读次数:
102
1、统一安装jdk 这里准备4台虚拟机,给其他三台都安装jdk 分别更改hostname为slave1、slave2、slave3. vim /etc/sysconfig/network hostname slave1 统一更改hosts文件vim /etc/hosts IP masterIP sl ...
分类:
其他好文 时间:
2019-11-02 18:06:27
阅读次数:
89
参考文档https://github.com/nodesource/distributions curl -sL https://rpm.nodesource.com/setup_12.x | bash - yum install -y nodejs ...
分类:
Web程序 时间:
2019-11-01 20:36:48
阅读次数:
180
一、Sinumerik二次开发错误:HMI failed to start. HMI--SL Framework reported error: GUI Component could not be created. 如下图: 出现如此错误是由于机床缺少DLL,也就是这个程序在编译的时候引入了额外的 ...
分类:
其他好文 时间:
2019-10-31 18:33:22
阅读次数:
121
//采购贸易协议价查询 static void Purch_SL_SearchPriceDisc(Args _args) { PriceDisc priceDisc; PurchLine purchLine; container con; Price price; //purchLine = Pur... ...
分类:
其他好文 时间:
2019-10-30 13:41:24
阅读次数:
94
1 简介 [SLOC(Source Lines of Code)]( https://dwheeler.com/sloccount/),是一套用于统计项目中用到的多种源代码总行数的工具。此外,SLOC 还会估算出开发该项目所需的工作量、所需人员和时间等项目成本(基于 COCOMO 模型)。目前 SL ...
分类:
其他好文 时间:
2019-10-25 13:15:18
阅读次数:
131
下载对应系统的nomn工具(我用centos6.5_64位下载的是nmon_linux_14i.tar.gz) mkdir /nmon cd /nmon 导入nmon的tar.gz包解压 tar -zxvf nmon_linux_14i.tar.gz chmod 777 nmon_x86_64_sl ...
分类:
其他好文 时间:
2019-10-18 12:16:57
阅读次数:
79