会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小白程序员
博客园
首页
新随笔
联系
订阅
管理
2019年11月7日
git的命令和操作
摘要: 初始化操作git1,首先将git下载到本地, 2,配置git的邮箱和账户 git config --global user.name " " git config --global user.email " " 3,配置成功后 可以使用 git config --list 查看是否成功: 这时已经g
阅读全文
posted @ 2019-11-07 10:39 King_先生
阅读(107)
评论(0)
推荐(0)
2019年10月10日
linux的tomcat操作命令
摘要: 启动: ./startup.sh 停止: ./shutdown.sh 查看tomcat的进程: ps -ef|grep java 关闭进程: kill -9 26251
阅读全文
posted @ 2019-10-10 17:19 King_先生
阅读(558)
评论(0)
推荐(0)
小程序:Page is not constructed because it is not found
摘要: 小程序报错:Page is not constructed because it is not found 由于找不到页,因此未构造页 最基本的是当前新建的js页没有加入page中,在当前新建页中增加page({})
阅读全文
posted @ 2019-10-10 09:33 King_先生
阅读(336)
评论(0)
推荐(0)
公告