#RE

/usr/lib/uwsgi/plugins/python_plugin.so: cannot open shared object file: No such file or directory

 Djangouwsgi部署方式下产生这个Bug,后来发现把uwsgi配置ini文件里面的#plugins=python把上面这句配置语句注释掉,uwsgi就可以运行了,当然,是正常可用运行状态。...

TypeError: can't compare offset-naive and offset-aware datetimes bugfix

参考:https://docs.djangoproject.com/en/1.8/topics/i18n/timezones/#naive-and-aware-datetime-objects起因:正常的dateime.now()得到的日期不能和Django数据库里面存储的日期数据做对比,两个解决办法:1、是把Djan...

pg_restore数据库恢复指令

pg_restorerestoresaPostgreSQLdatabasefromanarchivecreatedbypg_dump.Usage: pg_restore[OPTION]...[FILE]Generaloptions: -d,--dbname=NAME   ...

DataReport使用手记

06年的一篇blog,转过来:  前几天,帮同事改一个VB的课业程序,具体任务就是在程序中添加报表功能,由于考虑到部署环境的问题,所以没有采用我以前惯用的Excel实现,而采用了同事提出的VB自带的DataReport实现,查到的资料大多数都是在DataReport数据源上连接DataEnviron...

BugFix:URL or HTTP headers are too long (IP=127.0.0.1)

错误提示:URLorHTTPheadersaretoolong(IP=127.0.0.1)com.caucho.server.dispatch.BadRequestException:URLorHTTPheadersaretoolong(IP=127.0.0.1)Resin/4.0.27Server:'app-0'官方...

一个resin启动bug的解决

这个bug的问题后来被确认为Resin所在目录层有中文目录名。--------------------------------------------------------------------------------------------------------------------------java.la...

Airbnb/Apache Superset – the open source dashboards and visualization tool – first impressions and link to a demo

https://assemblinganalytics.com/post/airbnbapache-superset-first-impressions-and-link-to-a-demo/TodayIspentsometimelookingintoSuperset,theanalyticsandBIopensour...

How Microservices are Transforming Python Development

https://blog.appdynamics.com/engineering/how-microservices-are-transforming-python-development/ SummaryThegoalofanytechbusinessworthitssaltistoprovidethebe...

Greenplum测试部署笔记

   按照官方Readme文档在Ubunut16.04上成功编译安装Greenplum最新代码(now:2017-11-1221:40)   按照文档安装的过程中主要出现两个问题:   1、Root用户安装会卡在:makecrea...

Angular5的new feature

https://blog.angular.io/version-5-0-0-of-angular-now-available-37e414935cedWearepleasedtoannounceversion5.0.0ofAngular,pentagonal-donut.Thisisa majorreleas...
IT猿 ·2020-03-27

Angular External js library calling Document.Ready

https://stackoverflow.com/questions/51094841/angular-external-js-library-calling-document-readyStep1Checkiftheexternallibraryisavailableon npm.Ifsoyoumaybe...

API Management Architecture Notes

Kong/Tyk/Zuul/strongloop/Ambassador/GraviteeIBMReferenceArchitectureforAPIManagement:https://developer.ibm.com/apiconnect/documentation/api-101/ibm-reference-ar...

Taking A Fresh Look At What Open Source API Management Architecture Is Available

http://apievangelist.com/2014/10/05/taking-a-fresh-look-at-what-open-source-api-management-architecture-is-available/05Oct2014I’vebeena outspokenadvo...

Overflow sort stage buffered data usage of 33554495 bytes exceeds internal limit of 33554432 bytes

   MongoDB执行错误:Overflowsortstagebuffereddatausageof33554495bytesexceedsinternallimitof33554432bytes  错误原因,排序状态数超出最大限制32M。  两种...

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...
首页上一页...10961097109810991100...下一页尾页