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....
NVelocity直接使用字符串模板 技术
NVelocity直接使用字符串模板
using System;
using System.IO;
using System.Collections;
using System.Collections.Generic;
using NVelocity;
using NVelocity.App;
namespace ConsoleApplication1
{
...