大规模网站架构 技术

大规模网站架构 以下并非所有都经过本人实践,部分为根据资料的假想所得,切勿贯彻本本主义。 网站架构目标 高可用性(High Availability) 可伸缩性(Scalability) 高性能(High Performance) 原则 尽量避免分布式,此为分布式第一原则 避免分布式事务 系统异构 架构与语言无关 系统可以多个平台并存(分层,模块化...
jabin 发布于 

mac下安装pyside2 技术

mac下安装pyside2 环境:mac已经安装了python3.5,pip3.5 IDE:PyCharm 安装pyside2 pip3.5 install --index-url=http://download.qt.io/snapshots/ci/pyside/5.9/latest/ pyside2 --trusted-host download.qt....
jabin 发布于 

NVelocity直接使用字符串模板 技术

NVelocity直接使用字符串模板 using System; using System.IO; using System.Collections; using System.Collections.Generic; using NVelocity; using NVelocity.App; namespace ConsoleApplication1 { ...
jabin 发布于