摘要: netstat -ntpl wget http://s1.music.126.net/download/pc/netease-cloud-music_1.0.0_amd64_ubuntu16.04.deb //网易云音乐 ubuntu16版 安装依赖 -f Linux指定动态库路径 Linux动态库的默认搜索路径是/lib和/usr/lib。 在配置... 阅读全文
posted @ 2019-08-20 17:56 x_hui 阅读(128) 评论(0) 推荐(0) 编辑
摘要: function get_unix_time(dateStr) { // dateStr="2019-09-06 21:49:30"; var newstr = dateStr.replace(/-/g,'/'); var date = new Date(newstr); var time_str = date.getTime().toString(); return time_str... 阅读全文
posted @ 2019-08-08 11:04 x_hui 阅读(276) 评论(0) 推荐(0) 编辑
摘要: https://my.oschina.net/somereasons/blog/3022420 https://www.cnblogs.com/therhub/p/11233029.html 首先,到"控制面板","卸载程序","启用或关闭Windows功能中",启用"适用于Linux的window 阅读全文
posted @ 2019-08-05 22:00 x_hui 阅读(1954) 评论(0) 推荐(0) 编辑
摘要: //把html头换成了这个 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> //不知道为啥 阅读全文
posted @ 2019-08-03 15:06 x_hui 阅读(613) 评论(0) 推荐(0) 编辑
摘要: $.ajax({ type: 'post', async: false, url: "/index/Login/check", data: { "id": id, "password": password, "role_id": role_id }, dataType: 'text', success: function (data) { if (data == "... 阅读全文
posted @ 2019-08-01 19:38 x_hui 阅读(5317) 评论(0) 推荐(0) 编辑
摘要: 先下载phpexcel文件 将classes文件重命名为phpexcel 复制到 \extend 目录 阅读全文
posted @ 2019-07-06 21:21 x_hui 阅读(1902) 评论(0) 推荐(0) 编辑
摘要: /opt/lampp/lampp start 启动服务 /opt/lampp/lampp stop 停止服务 sudo /etc/init.d/mysql restart 重启mysql /opt/lampp/bin/mysql -uroot -p mysql的使用 阅读全文
posted @ 2019-06-07 20:17 x_hui 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 本地主机在 ~/.ssh 键入 ssh-keygen //会出现两个文件 后缀.pub就是公钥 另一个就是私钥 ssh-copy-id {username}@ip //就会将公钥上传到服务器 之后就可以登陆的 cd .sshcat id_rsa.pub >> authorized_keys ———— 阅读全文
posted @ 2019-06-06 10:20 x_hui 阅读(2306) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-05-26 18:33 x_hui 阅读(510) 评论(0) 推荐(0) 编辑
摘要: deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiversedeb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic 阅读全文
posted @ 2019-05-26 18:28 x_hui 阅读(4031) 评论(0) 推荐(0) 编辑