会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
aSnow
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2018年4月9日
js懒加载
摘要: html部分 css部分 js部分
阅读全文
posted @ 2018-04-09 10:24 xue11hua
阅读(232)
评论(0)
推荐(0)
2018年4月8日
原生js分页
摘要: liujinzhong125男山西吕梁 liujinzhong125男山西吕梁 liujinzhong225男山西吕梁 liujinzhong325男山西吕梁 liujinzhong425男山西吕梁 liujinzhong525男山西吕梁 ...
阅读全文
posted @ 2018-04-08 00:39 xue11hua
阅读(177)
评论(0)
推荐(0)
2018年2月10日
快过年了
摘要: 快过年了,我把我最近做的一些东西整理了一下发了几篇文章
阅读全文
posted @ 2018-02-10 17:18 xue11hua
阅读(74)
评论(0)
推荐(0)
git简单使用
摘要: git init git add --all git commit -m "描述" git remote add origin 提交的地址 git push -u orgin master
阅读全文
posted @ 2018-02-10 16:52 xue11hua
阅读(79)
评论(0)
推荐(0)
Mongodb停止和启动
摘要: mongodb开启、停止、重启操作 #开启service mongodb start#停止service mongodb stop#重启service mongodb restart
阅读全文
posted @ 2018-02-10 16:50 xue11hua
阅读(192)
评论(0)
推荐(0)
nginx简单使用
摘要: nginx开启./nginx重启./nginx -s reload关闭./nginx -s stop或quit
阅读全文
posted @ 2018-02-10 16:49 xue11hua
阅读(88)
评论(0)
推荐(0)
pm2的使用
摘要: pm2 start xxx #启动服务器pm2 list #查看运行状态pm2 logs #查看日志pm2 restart xxx #重启应用pm2 stop xxx #停止应用 监听修改,并自动重启:pm2 start app.js --watch 删除并停止所有进程pm2 delete all
阅读全文
posted @ 2018-02-10 16:47 xue11hua
阅读(110)
评论(0)
推荐(0)
node服务器的配置
摘要: 安装node 安装pm2 http://blog.csdn.net/chenlinIT/article/details/73343793 安装mongodbhttp://zixuephp.net/article-37 安装nginxhttps://www.cnblogs.com/lxg0/p/697
阅读全文
posted @ 2018-02-10 16:46 xue11hua
阅读(158)
评论(0)
推荐(0)
linux的简单操作
摘要: 查看当前用户who am i 创建用户:sudo adduser lilei然后输入密码 查看用户:ls /home 用新用户登陆:su -l lilei 查看所属用户组:groups 用户名 新建文件,名为filetouch file 进入目录ectcd /ect/ 查看当前目录pwd 查找文件l
阅读全文
posted @ 2018-02-10 16:40 xue11hua
阅读(122)
评论(0)
推荐(0)
mongodb的一些简单操作
摘要: mongo 使用 mongod 开机mongod --dbpath c:\mongo mongod --storageEngine mmapv1 --dbpath c:\mongo mongoimport 导入数据mongoimport --db ts --collection student --
阅读全文
posted @ 2018-02-10 16:39 xue11hua
阅读(145)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告