在 Delphi 10.2 Tokyo 版里将支持 Linux 系统,先做一下学习记录:

安装 Ubuntu Server:

安装方法请参考官方教学影片:

https://community.embarcadero.com/blogs/entry/setting-up-ubuntu-server-for-the-delphi-on-linux-beta

Ubuntu Server 下载:

https://www.ubuntu.com/download/server

安装 WinSCP:(使用自己惯用的 FTP 工具即可)

https://winscp.net

使用 WinSCP 将 LinuxPAServer.tar 传到 Ubuntu Server:

安装 PAServer:

  1. 检视目录下文件使用 ls (可加 -l 显示详细资讯)确定 LinuxPAServer.tar 有传过来。
  2. 解压缩:tar -xvf LinuxPAServer.tar
  3. 解压后含目录 PAServer-19.0 使用 cd PAServer-19.0 进入此目录
  4. 运行:./paserver
  5. 输入 i 回车,查看目前 IP Address

中文测试:

Web Server Application:

Ubuntu Server 中文乱码解决参考:

http://blog.csdn.net/gsls200808/article/details/51245728

最新文章

  1. FFMpeg的码率控制
  2. inputType属性
  3. mysql中count(),group by使用
  4. Python中Unicode字符串
  5. SharePoint 2013的100个新功能之社交
  6. 【BZOJ 1934】 [Shoi2007]Vote 善意的投票
  7. UIWebView和UIWebViewDelegate的基本用法
  8. How to allow/block PING on Linux server – IPTables rules for icmp---reference
  9. (转)web.config详解之在文件中配置网站默认页面
  10. 用TableView做的新闻客户端展示页面
  11. python爬虫之requests模块介绍
  12. _net之美 记录笔记
  13. jquery val() text() html()的区别
  14. Paros 网络抓包工具
  15. Android MediaScanner
  16. 编程大牛 Bruce Eckel 对新程序员的忠告
  17. Linux 基础——常用的Linux网络命令
  18. 卡特兰数 codevs 1086 栈
  19. mysql大数据量之limit优化
  20. pat1005. Spell It Right (20)

热门文章

  1. 跟我一起学kafka(二)
  2. 跟我学算法-tensorflow 实现神经网络
  3. 我的Linux之路——windows10用WMware安装CentOS6.9 虚拟机详细步骤
  4. rails 网站字体
  5. 【306】通过ArcPy编写ArcToolbox
  6. (转)C#命名规范
  7. MyBatis 与 Hibernate对比
  8. 你不知道的高性能Javascript
  9. restful返回 json数据的JavaBean设计01
  10. SSH(安全协议外壳)介绍及Linux SSH免密登录