The startup folder in Windows 10 is a good way to auto start the programs with Windows 10, here is the solution how to find the folder in Windows-10!
The best way to open the Startup folder in...
Read More ⟶
How to find auto startup folder in Windows 10
ThinkPad t440p Win10指纹解锁问题
环境: Win10 32/64
Win10下 联想只提供了指纹驱动,并无单独的指纹管理界面软件,需要使用Windows Hello 来管理指纹数据。
需要正常安装 Lenovo Preferred...
Read More ⟶
部署 artifact jar 到maven中央仓库
部署 artifact jar...
Read More ⟶
使用python ssh 执行远程命令
python ssh 模块: paramiko
CentOS 组件安装:
yum install -y python-devel
yum install -y python-pip
yum install -y libffi-devel
pip install --upgrade pip
pip install paramiko
pip...
Read More ⟶
在windows7下安装php7和apache2.4
Windows 下
安装 VS2015
https://www.microsoft.com/zh-CN/download/details.aspx?id=48145
安装 Apache 2.4.18...
Read More ⟶
linux 安装 nginx
—- install nginx
# yum install -y httpd-devel pcre perl pcre-devel zlib zlib-devel GeoIP GeoIP-devel
wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.36.tar.gz
wget...
Read More ⟶
iptables防火墙 只允许某IP访问某端口、访问特定网站
1.先备份iptables
# cp /etc/sysconfig/iptables...
Read More ⟶
flash 插件和独立播放器离线安装包下载地址
flash...
Read More ⟶
让JPA的Query返回Map对象
在JPA 2.0 中我们可以使用entityManager.createNativeQuery()来执行原生的SQL语句。...
Read More ⟶
为防火墙增加开放端口
/sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT
/etc/rc.d/init.d/iptables save
/etc/init.d/iptables restart
--centos 强制释放系统内存
# sysctl -w...
Read More ⟶