上一页 1 2 3 4 5 6 ··· 10 下一页
  2022年4月15日
摘要: 1、maven helper:方便编辑等操作 2、codata:代码提示 3、mybatisX插件 阅读全文
posted @ 2022-04-15 01:23 bruce.sharp 阅读(25) 评论(0) 推荐(0)
  2022年1月28日
摘要: 1、CSRF verification failed. Request aborted. 解决:在提交前form的页面上添加 {% csrf_token %} 阅读全文
posted @ 2022-01-28 14:02 bruce.sharp 阅读(38) 评论(0) 推荐(0)
  2022年1月25日
摘要: 1 阅读全文
posted @ 2022-01-25 16:48 bruce.sharp 阅读(16) 评论(0) 推荐(0)
摘要: 1、查看相关进程 ps -ef |grep xxx |grep -v grep |wc -l grep -v:反向选择 2、kill相关应用 ps -ef |grep xxx |grep -v grep |print '{$2}' |xargs -i kill -9 {} xargs -i 用打印出 阅读全文
posted @ 2022-01-25 15:42 bruce.sharp 阅读(23) 评论(0) 推荐(0)
  2022年1月21日
摘要: 1、html语法使用 {{json中的名称}} {% python语句%} 》 eg:{% for i in list %} <tr>...... {% endfor %} 2、命令创建django的application 》 python manage.py startapp app名字3、路径的 阅读全文
posted @ 2022-01-21 15:05 bruce.sharp 阅读(39) 评论(0) 推荐(0)
  2022年1月20日
摘要: 内置web服务器例子: from wsgiref.simple_server import make_serverdef f1(): return [b'<h1>book</h1>']def f2(): return [b'<h1>test</h1>']def f3(): return [b'<h1 阅读全文
posted @ 2022-01-20 13:37 bruce.sharp 阅读(152) 评论(0) 推荐(0)
  2022年1月13日
摘要: 1 阅读全文
posted @ 2022-01-13 15:50 bruce.sharp 阅读(15) 评论(0) 推荐(0)
  2022年1月12日
摘要: 下载地址:https://git-scm.com/download 1、流程图 设置用户信息: git config --global user.name "itcast" 用户名 git config --global user.email "zhouming@itcast.cn" 邮箱 查看信息 阅读全文
posted @ 2022-01-12 09:05 bruce.sharp 阅读(247) 评论(0) 推荐(0)
  2021年12月30日
摘要: 1、docker run -d -i -e JAVA_OPTS=-Duser.timezone=Asia/Shanghai -v /home/Jenkins_home:/var/jenkins_hone -p 8080:8080 -p 5000:5000 --name jenkins docker. 阅读全文
posted @ 2021-12-30 15:23 bruce.sharp 阅读(32) 评论(0) 推荐(0)
  2021年12月29日
摘要: 阅读全文
posted @ 2021-12-29 21:11 bruce.sharp 阅读(19) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 10 下一页