- 博客(9)
- 收藏
- 关注
转载 阿里云轻应用服务器Ubuntu16:本地上postgresql及远程操作
之前写了个docker的,补个本地的。Linux版本:ubuntu16.04PostgresSQL版本:postgresql-10.5下载地址:https://www.postgresql.org/ftp/source/v10.5/1.安装PostgreSQL安装路径为/usr/local/pgsql/cd /usr/local/pgsql/tar xf postg...
2019-01-02 11:00:19
496
原创 阿里云轻应用服务器上:Docker运行postgresql
1.启动dockersudo systemctl start docker2.配置系统启动时自动启动dockersudo systemctl enable docker3.拉取指定版本的PostgreSQLdocker pull postgres:9.54.创建PostgreSQL数据目录mkdir -p /data/pgdata5.运行PostgreSQL...
2018-12-18 09:51:30
488
转载 阿里云轻应用服务器上:Docker
常用命令:启动 systemctl start docker守护进程重启 sudo systemctl daemon-reload重启docker服务 systemctl restart docker重启docker服务 sudo service docker restart关闭docker service docker stop 关...
2018-12-17 18:02:16
1393
转载 python笔记(1):pyInstaller打包
pyinstaller(http://www.pyinstaller.org/) 首先还是去官网看支持的python版本:(1)pip下载并安装pip install pyinstaller(2)打包程序 方法一:1.cmd到/python/scripts 找到pyinstaller.exe2.输入命令 1 pyinstaller.exe -...
2018-09-25 20:20:45
231
转载 用Pyinstaller打包发布exe应用
pyinstaller(http://www.pyinstaller.org/) 先去官网看支持的python版本#安装方法1pip install pyinstaller (会自动下载future,pywin32,pyinstaller)1.cmd到/python/scripts 找到pyinstaller.exe2.输入命令1pyinstaller.exe -F path:demo.py ...
2018-06-06 14:05:08
416
原创 unity3D发布WebGL 部署服务器IIS(二)
1.打开IIS,右键添加网站2.如图,选择物理路径 2. IP地址默认“全部未分配” 端口803.添加.json .unity3d .unityweb在IIS的mime类型中
2018-06-04 15:25:12
4195
1
原创 unity3D发布WebGL你不能不知道的事情(一)
unity3D设置:(Project Settings > Player) 1**Resolution and Presentation:** 设置分辨率和显示边框 2 **Icon:**APP图标 3 Splash Image: 载入图片 4 Other Settings: 其他设置 5 Publishing Settings: details of how the built appli...
2018-06-04 15:08:32
8562
转载 使用TexturePackerGUI打包unity3d图集的方法
在U3d中,UGUI使用Sprite2D格式,NGUI则需要打包成Atlas图集,使用TexturePackerGUI打包Ngui图集,资源占用较少,性能较高。TexturePacker最终将生成2个文件一个图集文件,一个存放图集中图片坐标的txt文件。这里使用4.6版本,U3d为2017.3。第一步:导入图片:(1)Ugui的打包:texturePacker拥有Unity两种导出格式(J...
2018-05-24 10:47:22
5610
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人