上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页
摘要: import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.util.Arrays; import java.util.List; import java.util.Objects; import org.junit.Test... 阅读全文
posted @ 2018-03-29 16:08 light-zhang 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 1. root@debian:/workbench/package# uname -a Linux debian 4.9.0-5-amd64 #1 SMP Debian 4.9.65-3+deb9u2 (2018-01-04) x86_64 GNU/Linux 2. wget https://dow 阅读全文
posted @ 2018-03-23 15:16 light-zhang 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 命令行指令 Git 全局设置 git config --global user.name "light-zhang" git config --global user.email "34419964@qq.com" 创建新版本库 git clone http://*********/tnwmall/ 阅读全文
posted @ 2018-03-23 11:29 light-zhang 阅读(146) 评论(0) 推荐(0) 编辑
摘要: #删除已经删除的软件包的残留配置文件dpkg -l |grep "^rc"|awk '{print $2}' |xargs aptitude -y purge #彻底移除相关信息apt-get -y purge ****(软件名称) #清除依赖关系apt-get autoremove(依赖残存)apt-get autoclean(相关信息清除) 阅读全文
posted @ 2018-02-12 13:40 light-zhang 阅读(431) 评论(0) 推荐(0) 编辑
摘要: function isWeiXin(){ var ua = window.navigator.userAgent.toLowerCase(); if(ua.match(/MicroMessenger/i ) == 'micromessenger' ){ return true; } else{ return false; } ... 阅读全文
posted @ 2018-02-12 10:46 light-zhang 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-02-12 10:43 light-zhang 阅读(527) 评论(0) 推荐(0) 编辑
摘要: ERROR: 32-bit Linux Android emulator binaries are DEPRECATED, to use them you will have to do at least one of the following: - Use the '-force-32bit' 阅读全文
posted @ 2018-02-12 10:28 light-zhang 阅读(205) 评论(0) 推荐(0) 编辑
摘要: #科大源deb http://mirrors.ustc.edu.cn/debian/ stretch main non-free contrib deb http://mirrors.ustc.edu.cn/debian/ stretch-updates main non-free contrib deb http://mirrors.ustc.edu.cn/debian/ stretch-ba... 阅读全文
posted @ 2018-02-12 10:18 light-zhang 阅读(2073) 评论(0) 推荐(0) 编辑
摘要: 忽略:1 http://mirrors.ustc.edu.cn/debian stretch InRelease命中:2 http://mirrors.ustc.edu.cn/debian stretch-updates InRelease命中:3 http://mirrors.ustc.edu.c 阅读全文
posted @ 2018-02-12 10:08 light-zhang 阅读(1601) 评论(0) 推荐(0) 编辑
摘要: 提高服务器性能有很多方法,比如划分图片服务器,主从数据库服务器,和网站服务器在服务器。但是硬件资源额定有限的情况下,最大的压榨服务器的性能,提高服务器的并发处理能力,是很多运维技术人员思考的问题。 要提高Linux系统下的负载能力,可以使用nginx等原生并发处理能力就很强的web服务器,如果使用A 阅读全文
posted @ 2018-02-08 17:16 light-zhang 阅读(3641) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页