使用jquery.qrcode生成二维码
听说公司技术部的建站系统实现了网页自动生成二维码的功能,我也研究下,发现用qrcode实现实在太简单了。
听说公司技术部的建站系统实现了网页自动生成二维码的功能,我也研究下,发现用qrcode实现实在太简单了。
标签(tag)是比较新兴的一种信息管理方式,与经典的分类的区别在于:
我们平常用django做的列表页面都会有很多查询条件。在提交查询时,views里会接收查询表单传递过来的参数,然后在queryset中根据查询条件进行过滤,最后要把过滤结果和本次查询参数在传到模板页面进行显示。django-filter组件把以上操作进行了封装,简化代码量。
md5(Message-Digest Algorithm 5) 模块用于计算信息密文(信息摘要),得出一个128位的密文。sha模块跟md5相似,但生成的是160位的签名。使用方法是相同的。
Mezzanine has come a long way over the last few years, now powering hundreds of rich, content-driven sites. For the most part these sites follow a similar pattern, one which Mezzanine is heavily geared towards: B2C sites comprised of heterogeneous, hierarchical content. In this regard Mezzanine has been a huge success, however in its entirety it’s capable of quite a lot more. Out of the box it provides a range of useful utilities, that aren’t particularly geared towards a typical corporate site, but instead are aimed at a more social style of web application. These include things such as public user accounts with configurable profiles, threaded comment discussions, ratings, and much more - features that form the foundation of many of today’s most popular social web apps. This presents Mezzanine as a great foundation for building all types of social web applications, not just corporate, content-driven sites.