题:修改本机网卡IP 为192.168.1.223/24 网关192.168.1.1 DNS 8.8.8.8。 方法1:修改本地网卡文件(需要重启网卡) # vi /etc/sysconfig/network-scripts/ifcfg-ens32 更多详情:https://www.cnblogs. ...
分类:
其他好文 时间:
2019-04-08 13:37:49
阅读次数:
158
Golden Rules 1. Platform only passes Entity attributes to Plugin that has change of data. 2. If the user does not enter any value into attribute, the ...
分类:
其他好文 时间:
2019-04-06 22:52:01
阅读次数:
159
1.创建一个类继承UserDefinedAggregateFunction类。 ...
分类:
数据库 时间:
2019-04-06 19:15:29
阅读次数:
172
/// /// Unicode编码 /// /// /// public static string EnUnicode(string str) { StringBuilder strResult = new StringBuilder(); i... ...
分类:
Web程序 时间:
2019-04-05 20:02:48
阅读次数:
919
prometheus集中管理服务搭建 #搭建在监控服务主机上,用于收集节点服务器信息 下载:https://prometheus.io/download/ 解压 运行:nohup ./prometheus --config.file=./prometheus.yml &>> ./prometheus ...
分类:
其他好文 时间:
2019-04-03 10:48:28
阅读次数:
172
常用查询及表关系的实现 1.常用查询 每一个django模型类,都有一个默认的管理器 objects QuerySet表示数据库中对象的列表,它可以有0到多个过滤器。过滤器通过给定参数,缩小查询范围。 QuerySet等同于select语句,过滤器是一个限制子句,比如where,limit。 all ...
分类:
其他好文 时间:
2019-03-30 01:16:57
阅读次数:
142
以上是我今日所写的一个小的系统,按照教学视频来做的,运用了一直以来学习的很多内容,使我好好地巩固了之前的知识,也让我更加了解项目的结构,需要注意的地方,在写项目之前需要画一个草图,去想想怎么去提取类中共有的元素,去写成一个父类,需要多个类实现的方法就去定义一个接口,去实现接口。 ...
分类:
其他好文 时间:
2019-03-29 01:13:51
阅读次数:
177
Python上著名的?然语?处理库 ?带语料库,词性分类库 ?带分类,分词,等等功能 强?的社区?持 还有N多的简单版wrapper 安装语料库 # 方式一 import nltk nltk.download() showing info https://raw.githubusercontent. ...
分类:
其他好文 时间:
2019-03-29 00:39:39
阅读次数:
238
Test purposes Remove backside center ventilation holes, pls help to conduct climatic chamber test of the temperature/ humidity accuracy response time ...
分类:
其他好文 时间:
2019-03-22 20:20:16
阅读次数:
160
使用google的guova开发高并发下的接口限流 使用google的guova进行限流 1、guova的限流方式,在定时产生定量的令牌,令牌的数量限制了流量 2、增加一个订单接口限流类OrderRateFilter,继承ZuulFilter,并重载方法;filterType、filterOrder... ...
分类:
其他好文 时间:
2019-03-18 13:53:06
阅读次数:
190