在窗体页面的CS代码中添加 WindowStartupLocation = WindowStartupLocation.CenterScreen; public MainWindow() { WindowStartupLocation = WindowStartupLocation.CenterSc ...
一、安装squid yum install squid openssl* -y 二、配置 vim /etc/squid/squid.conf #(修改以下配置) acl localnet src 10.10.10.0/24 #允许段 http_port 3128 #代理端口 三、启动 systemc ...
分类:
其他好文 时间:
2020-09-18 02:20:32
阅读次数:
32
一、springmvc的xml配置文件 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/200 ...
分类:
编程语言 时间:
2020-09-18 01:58:54
阅读次数:
45
##升级 openssl openssl versions yum install -y zlib gcc-c++ gcc wget https://www.openssl.org/source/openssl-1.1.1g.tar.gz && tar -zxvf openssl-1.1.1g.ta ...
分类:
Web程序 时间:
2020-09-18 01:49:44
阅读次数:
54
先新建一个.text的文件 将以下代码复制到其中 @echo off echo 正在清除系统垃圾文件,请稍等...... del /f /s /q %systemdrive%\*.tmp del /f /s /q %systemdrive%\*._mp del /f /s /q %systemdri ...
分类:
其他好文 时间:
2020-09-18 01:00:01
阅读次数:
30
开启 mysql 慢查询[命令开启] long_query_time 定义慢查询时间 mysql> show variables like 'long_query_time'; + + + | Variable_name | Value | + + + | long_query_time | 10. ...
分类:
数据库 时间:
2020-09-18 00:00:12
阅读次数:
41
1-单击宫格菜单的第一个“服务器管理器”; 2-在“快速启动(Q)”子菜单下,单击“2 添加角色和功能”; 3-点击左边“安装类型”,然后单击“基于角色或基于功能的安装”,再单击“下一步(N)”; 4-先单击“从服务器池中选择服务器”,再单击“本服务器的计算机名”,这个ip上只有本机,所以直接单击“ ...
https://gitee.com/getActivity/StudioPlugins Java 代码约束插件 插件名称:Alibaba Java Coding Guidelines 插件简介:这是阿里巴巴开发的一款代码约束插件,当我们的代码不符合规范时,会有相应的警告提示,能够帮助我们在开发中提升 ...
分类:
移动开发 时间:
2020-09-17 22:49:47
阅读次数:
49
You are playing the following Bulls and Cows game with your friend: You write down a number and ask your friend to guess what the number is. Each time ...
分类:
其他好文 时间:
2020-09-17 22:49:35
阅读次数:
38
1、编译 --with-http_dav_module ex: --prefix=/usr/local/nginx-1.8 --with-http_stub_status_module --with-pcre=/home/judy/install/nginx/pcre-8.44 --with-htt ...
分类:
其他好文 时间:
2020-09-17 22:18:07
阅读次数:
41