1.import logging logging.basicConfig( level=logging.DEBUG, filename='logging.log', filecode='w', format='%(asctime)s %(filename)s [%(lineno)d] [%(mess ...
分类:
编程语言 时间:
2020-02-15 15:20:06
阅读次数:
74
创建django程序:django-admin startproject [name] python manage.py runserver #字符串 return HttpResponse('') #自动找到模板路径下的html文件,读取内容并返回给用户 return render(request ...
分类:
其他好文 时间:
2020-02-15 09:25:49
阅读次数:
83
1.配置DEBUG模式的四种方式: 在pycharm中勾选FLASK_DEBUG选项。 方式一:在“app.run()”中传递一个参数“debug=True”就可以开启“DEBUG”模式。 方式二:给“app.debug=True”也可以开启“debug”模式。 方式三:通过配置参数的形式设置DEB ...
分类:
其他好文 时间:
2020-02-14 20:40:36
阅读次数:
65
2020-02-14 恢复内容开始 "Test_leetcode - Debug": The compiler's setup (GNU GCC Compiler) is invalid, so Code::Blocks cannot find/run the compiler. Probably ...
分类:
编程语言 时间:
2020-02-14 20:24:53
阅读次数:
121
循环依赖 以及 spring是如何解决循环依赖的 循环依赖 通俗来说 就是beanA中依赖了beanB,beanB中也依赖了beanA。 spring是支持循环依赖的,但是默认只支持单例的循环依赖,如果bean中依赖了原型bean,则需要加上lookup方法。 继续之前的项目,改造了People,U ...
分类:
编程语言 时间:
2020-02-14 18:29:15
阅读次数:
88
因为需要同一个代码,不同的人/所在不同的地方,需要加载不同的properties文件。 我的是在家里和在公司需要连接不同的配置文件网上找了一些资料,今天试用成功了 1. 打开Debug Configurations中配置VM options:-Dwork.active=home 如果 (可以根据情况 ...
分类:
编程语言 时间:
2020-02-13 16:45:09
阅读次数:
69
微信测试公众号地址:https://mp.weixin.qq.com/debug/cgi-bin/sandboxinfo?action=showinfo&t=sandbox/index 详细教程地址:https://blog.csdn.net/qq_40715775/article/details/ ...
分类:
微信 时间:
2020-02-13 11:21:35
阅读次数:
573
GPU=0 CUDNN=0 OPENCV=0 OPENMP=0 DEBUG=0 ARCH= -gencode arch=compute_30,code=sm_30 \ -gencode arch=compute_35,code=sm_35 \ -gencode arch=compute_50,cod ...
分类:
其他好文 时间:
2020-02-13 00:20:54
阅读次数:
116
https://mp.weixin.qq.com/debug/cgi-bin/sandboxinfo?action=showinfo&t=sandbox/index 测试公众号 地址 https://mp.weixin.qq.com/debug/cgi-bin/apiinfo 微信接口调试地址 菜单 ...
分类:
微信 时间:
2020-02-12 16:27:12
阅读次数:
224
后端 运行代码之后,可以在浏览器访问,端口号5003 ...
分类:
编程语言 时间:
2020-02-12 16:14:09
阅读次数:
86