夜间模式暗黑模式
字体
阴影
滤镜
圆角
主题色
CentOS7.3安装Python3
从 Python 官网下载源码包wget https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tgz 安装 Python 依赖的第三方包 yum install openssl-devel libxslt-devel -y 解压缩源码包然后编译安装。 ./configure --prefix=/…
debian安装nodejs失败
清除nodejssudo apt-get purge nodejs npm* node6 curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - 默认没有curl 要apt-get install curl node7 curl -sL https://deb.nodesourc…
CentOS7安装ghost三部曲
yum install gcc* yum install nodejs npm install -g ghost-cli 不出意外的话就装好了. 然后到网站目录下ghost install比如我的目录就是/var/www/web cd /var/www/web ,ghost install 最后在配置一下nginx配置 最后完整启动ghost的lo…
CentOS7 mini版本安装nginx失败
安装的时候提示:You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest 是因为没有nginx的源加入以下神秘代码便可解决 rpm -Uvh http://nginx.org/pac…
查找域名注册情况的脚本
地址为github* 其中domain.txt为查找字典.默认的为双字母. * clone下来之后python3 findee.py xxxx为你想要查找的域名. * 结果会写在同级目录xxresult.txt文件中 * 域名查找基于yuqu
CentOS7 安装mysql
CentOS7之后没有mysql-server端改为mariadb安装过程为. yum install mysql, yum install mariadb-server mariadb. systemctl start mariadb #启动MariaDB systemctl stop mariadb #停止MariaDB systemctl r…
tn域名扫描结果
aaa-1aab-1 aac-1 aad5012 aae5012 aaf5012 aag5012 aah5012 aai5012 aaj5012 aaa-1 aab-1 aac-1 aad5012 aae5012 aaf5012 aag5012 aah5012 aai5012 aaj5012 aak5012 aal5012 aam5012 aan5…
ndk C中不打log
LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LAME_LIBMP3_DIR := libmp3lame LOCAL_MODULE := mp3lame LOCAL_SRC_FILES :=\ $(LAME_LIBMP3_DIR)/bitstream.c \ $(LAME_LIBMP3_DIR…
javah 生成.h头文件
先cd刀native方法的文件中.然后javahcd app/src/main/java/ 然后javah javah -d ../jni -jni com.testsmirk.mp3demo.MainActivity