51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#GO
Django Web项目代码规范参考
Python:PEP8+GoogleStyle+DjangoSytlePEP8中文版:http://www.cnblogs.com/huazi/archive/2012/11/28/2792929.html GooglePythonStyleGuide:https://github.com/brantyoun...
IT猿
·
2020-03-27
Django
Web
项目
代码
规范
Django代码注意
1、模板标签里面extend和include是冲突的,有了extend,include无法生效,原因:是底层渲染独立机制设计导致。 2、#coding:utf-8这句只有放在代码文件第一行才能生效,放在注释字符串后面可能会失效。 3、由于前端发展而导致的Post请求Rest化和Django原生的技术...
IT猿
·
2020-03-27
Django
代码
注意
Django Push 的一些资料
先来中文的: 主要讲Orbited: http://sunsetsunrising.com/2009/django_comet.html#gsc.tab=0再来英文的:http://www.rkblog.rk.edu.pl/w/p/django-and-comet/http://www.clemes...
IT猿
·
2020-03-27
Django
Push
一些
资料
django2.0升级日记
1、大量的外键定义需要加on_delete参数 2、'WSGIRequest'objecthasnoattribute'session',这个问题是因为settings中middleware的定义参数变了,得把MIDDLEWARE_ClASSES改成MIDDLEWARE。&...
IT猿
·
2020-03-27
django2.0
升级
日记
Golang学习途径总结
最近要进入一个新团队,新团队对异步开发好像很重视,我对异步开发技术再次做了一调研,其中Golang,之前看过一次Thewaytogo,感觉就是简化C加协程和通道,这次又重新翻起,首先看了一下《Go语言实战》,Go的语法特性总体来讲非常简洁,可能取决于其应用场景的高度专注:...
IT猿
·
2020-03-27
Golang
学习
途径
总结
How to create PDF files in a Python/Django application using ReportLab
https://assist-software.net/blog/how-create-pdf-files-python-django-application-using-reportlab CONTENTSIntroduction HowtoservethefilefordownloadHowto...
IT猿
·
2020-03-27
How
to
create
PDF
files
How to export Excel files in a Python/Django application
https://assist-software.net/blog/how-export-excel-files-python-django-application CONTENTSIntroductionCreatingaworkingenvironmentHowtoserveafilefordownload...
IT猿
·
2020-03-27
How
to
export
Excel
files
django_simple_captcha使用笔记
一、先来官方文档的步骤:Install django-simple-captcha via pip: pip install django-simple-captchaAdd captcha tothe INSTALL...
IT猿
·
2020-03-27
django
simple
captcha
使用
笔记
Capterra Software Categories
https://www.capterra.com/categoriesthissoftwarecategoriesisvaluable....
IT猿
·
2020-03-27
Capterra
Software
Categories
Basics of Algorithmic Trading: Concepts and Examples
https://www.investopedia.com/articles/active-trading/101014/basics-algorithmic-trading-concepts-and-examples.aspAlgorithmictrading (alsocalledautomatedtrad...
IT猿
·
2020-03-27
Basics
of
Algorithmic
Trading
Concepts
Google I/O 大会上提出的UI优化相关
1、ListView的Adapter Adapter在ListView中的工作原理是: 上图也正好反映出ListView使用了Adapter来适配数据源。每一个Item条目都是通过Adapter.getView得到的。每次假如不处理会返回一个新的vie...
IT猿
·
2020-03-27
Google
会上
提出
UI
优化
使用免费 mongodb数据库 + 免费node.js服务器搭建小程序接口
由于微信的小程序只支持不带端口的域名接口,不支持IP地址和接口,所以我们需要映射到80端口并绑定备案过的域名才能被微信小程序访问到。简单点就是接口需要https协议才行,找了许久的免费的数据库与node.js的环境,都不尽人意,下面是整理的可以考虑的免费的产品:通过新浪云部署Node.js微信小程序商城(不用买域名、不...
IT猿
·
2020-03-26
免费
使用
mongodb
数据库
node.js
android——处理Google play因WebView SSL Error Handler alerts被拒的问题
最近app上线,由于上述问题,被google市场给拒了。看到这个,点进GooglehelpCenterarticle,应该知道问题所在了。直接在项目里找到使用webview的地方。找到webviewClient,看看你有没有处理onReceivedSslError方法。怎么处理的。是...
IT猿
·
2020-03-26
android
处理
Google
play
WebView
android——自定义截图(加水印、logo等)
/***获取指定Activity的截屏,保存到png文件*/publicstaticBitmaptakeScreenShot(Activityactivity){//View是你需要截图的ViewViewview=activity.getWindow().getDecorView();view.setDrawingCa...
IT猿
·
2020-03-26
android
自定义
截图
水印
logo
android——webview解决goback()后,界面会刷新的问题
看上图,我一级界面,从欧冠进的二级界面,从二级界面返回到一级界面后,界面刷新了一下。频道给我回到了“重要”上。这个真不符合我的要求。怎么办?在网上找不刷新的方法。找了一圈,发现很多都不靠谱,都是抄袭的。//设置缓存模式webView.getSettings().setCacheMode(WebS...
IT猿
·
2020-03-26
android
webview
解决
goback
界面
首页
上一页
...
154
155
156
157
158
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他