Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4211257
  • 博文数量: 448
  • 博客积分: 1241
  • 博客等级: 中尉
  • 技术积分: 5796
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-27 06:48
个人简介

读好书,交益友

文章分类

全部博文(448)

文章存档

2024年(1)

2023年(6)

2022年(29)

2021年(49)

2020年(16)

2019年(15)

2018年(23)

2017年(67)

2016年(42)

2015年(51)

2014年(57)

2013年(52)

2012年(35)

2011年(5)

发布时间:2021-11-17 12:02:02

最近要使用scirius CE,发现安装有许多坑。Scirius CE是一个用Django编写的应用程序,基于python2.7 和Django 1.11编写的。1 下载代码点击(此处)折叠或打开git  clone  http://www.github.com/StamusNetworks/scirius2 切换到scirius目录下:  cd  sci.........【阅读全文】

阅读(879) | 评论(0) | 转发(0)

发布时间:2021-11-16 15:05:30

点击(此处)折叠或打开#!/bin/bashPID=$(cat /tmp/sa.pid)kill -9 $PIDPID=$(sudo netstat -npl | awk '/:8070/' | awk -F "[ /]+" '{print $7; exit}')kill -9 $PIDpid=$(ps -ef | grep java | grep "video_agent-" | awk.........【阅读全文】

阅读(547) | 评论(0) | 转发(0)

发布时间:2021-11-06 18:20:53

1 下载代码点击(此处)折叠或打开git clone https://github.com/guanzhi/GmSSL.git2 cd GmSSL./config no-sharedmake sudo make install3 从国密pfx的证书中分离出公钥openssl pkcs12 -in operator.p12 -clcerts -nokeys -out operator.pem.........【阅读全文】

阅读(1703) | 评论(0) | 转发(0)

发布时间:2021-11-05 16:59:03

修改下nginx中的.conf文件点击(此处)折叠或打开#下面这个就是禁止缓存location ~ \.(js|css|html|png|jpg)$ {    add_header Cache-Control no-store;}......【阅读全文】

阅读(934) | 评论(0) | 转发(0)

发布时间:2021-10-30 13:54:28

oshi-core 和org.elasticsearch.client的顺序不对,把org.elasticsearch.client放在maven pom文件的依赖的后面就可以解决。主要因为 点击(此处)折叠或打开<dependency>            <groupId>org.elasticsearch..........【阅读全文】

阅读(1708) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册