开发工具分享
  • 首页
  • 计算科学
  • 文化旅游
  • 项目和网站
    • OSSEZ 计算技术
    • USRealEstate 社区
    • 地区文化
    • CWIKI.US
    • BUG.OSSEZ.COM
    • RSS.OSSEZ.COM
Computer Science
Computer Science

Discourse 升级时候 500 错误

在对 Discourse 升级的时候,得到系统的错误:     这个错误比较诡异,直接就 500 错误了,没有办法查看其他的提示信息。 后来通过服务器上的日志,我们看到:     看这个情况应该是没有安装成功。 错误原因 针对上面的错误原因,官方的解释是可以到服务器上去运行 rebuild 命令。 cd /var/discourse ./launcher rebuild app 随后我们看到 Discourse 在从服务器上获取 Docker 相关的容器和代码。     随后还是提示升级失败,失败的原因是服务器上的磁盘空间不足。 这次升级需要至少 5G 的磁盘空间。 解决办法就是删除老的 Docker 镜像。 从此,我们了解到,Discourse 在每次升级的时候,老的 Docker 镜像都没有删除,随着升级次数的增加,则会增加大量的磁盘空间使用。 最简单的办法就是使用 :./launcher cleanup 命令来删除。 https://www.isharkfly.com/t/discourse-500/15753

2024年05月17日 0Comments 523Browse 0Like Read more
Computer Science

Roboto 替代:Helvetica Neue

最近公司在对网站进行改版的时候,要求使用 Roboto 字体来替换 Gotham 字体。 Roboto 由 Google的Christian Robertson设计,是一种新怪诞的无衬线字体家族,具有某种程度的双重性。 它的机械骨架和大量的几何形式是平衡友好和开放的曲线,字母自然地安置在他们的宽度。 因此,这款字体可以使文本具有自然的阅读节奏。 通常我们对网站的字体并不会有太多的关注,基本上就是看着舒服就用那个。 后来才知道, Gotham 这个字体是商业授权字体,如果没有拿到商业授权的话,这个字体是不可以随便在网站上使用的。 尤其对大的集团公司来说,这个事情都被仔细盯着的,所以上层就要求把网站使用的字体全部换成开源可以使用的。 在某乎上有人问过,这个字体可以免费商用吗?上面的得到的回答是 Gotham 出自 Hoefler 字体公司,现在已被蒙纳收购。国内需要找[蒙纳]授权。   基于这个原因,也可以理解公司层面着急要求把字体给换了,因为实在是不想缴纳巨额的罚款。   https://www.isharkfly.com/t/roboto-helvetica-neue/15754

2024年05月17日 0Comments 430Browse 0Like Read more
Computer Science

Docker 的 RHEL 操作系统镜像

CentOS 和 Fedora 都是和 RHEL 同源衍生版本的 Linux,因为 CentOS 不需要向 RHEL 支付企业级的版权和费用,但是又具有和 RHEL 相同的稳定性和资源库。 所以 CentOS 在服务器上被广泛的部署和使用,但是 CentOS 目前已经停止技术支持和结束了生命周期,如果想使用 RHEL 的衍生产品,目前的选择就是 fedora。 CentOS 系统简介 CentOS 和 Fedora 都是基于 Redhat 的常见 Linux 分支。CentOS 是目前企业级服务器的常用操作系统。 Fedora 则主要面向个人桌面用户。 CentOS是Community ENTerprise Operating System的简称,我们有很多人叫它社区企业操作系统,不管你怎么叫它,它都是linux的一个发行版本。 CentOS(Community Enterprise Operating System,中文意思是:社区企业操作系统),它是基于 Red Hat Enterprise Linux 源代码编译而成。由于 CentOS 与 Redhat Linux 源于相同的代码基础,所以很多成本敏感且需要高稳定性的公司就使用 CentOS 来替代商业版 Red Hat Enterprise Linux。 CentOS 自身不包含闭源软件。 在众多的操作系统中,CentOS无疑是一个广泛被认知和被选择的操作系统,这和CentOS自身的特性以及国内运维团队发展有着不可分割的关系。 在国内互联网IT技术发展的初期,更轻量级的开发语言与中间件开始逐渐被IT人员选择,所以更适合运行这种环境的Linux操作系统被大家广泛用于服务端操作系统,在那个时期,国内的运维团队基本以Redhat为主,Redhat作为针对企业应用的Linux为了将性能最大化留给应用系统,基本是基于命令行进行管理,同时当时构建网站主流的apache、mysql等都有基于Redhat的优化版本。 2020年12月08日,CentOS官方宣布了停止维护CentOS Linux 8的计划,并推出了CentOS Stream项目。具体信息,请阅读CentOS官方公告。其具体规划如下: CentOS Linux 8作为RHEL 8的复刻版本,生命周期缩短,于2021年12月31日停止更新并停止维护(EOL)。 基于以上官方变更计划,CentOS Linux 8用户将无法获得包括问题修复和功能更新在内的任何软件维护和支持。CentOS官方建议停止维护后:对于开发或测试环境,可以将环境迁移至CentOS Stream版本; 对于生产环境或部署关键业务的系统,建议使用稳定的Red Hat Enterprise Linux。对此,用户需评估以下问题: CentOS Stream是一个滚动发行的版本,仅为RHEL前置测试版,运用于生产环境时,可能存在一定风险。 使用 CentOS 官方镜像 使用 docker run 直接运行 CentOS 7 镜像,并登录 bash。 C:\Users\yhu>docker run -it centos:centos7 bash Unable to find image 'centos:centos7' locally centos7: Pulling from library/centos 2d473b07cdd5: Pull complete Digest: sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 Status: Downloaded newer image for centos:centos7 [root@3ceb808f5a6c /]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) [root@3ceb808f5a6c /]#     从镜像的发布日期来看,CentOS 的版本已经有多年没有更新了。 对于操作系统来看,这可能会导致很多潜在的安全性问题。     针对上面的情况,不建议在服务器生产环境中继续使用了。 Fedora 系统简介 Fedora 由 Fedora Project 社区开发,红帽公司赞助的 Linux 发行版。它的目标是创建一套新颖、多功能并且自由和开源的操作系统。 Fedora 的功能对于用户而言,它是一套功能完备的,可以更新的免费操作系统,而对赞助商 Red Hat 而言,它是许多新技术的测试平台。 被认为可用的技术最终会加入到 Red Hat Enterprise Linux 中。 Fedora Linux(第七版以前为Fedora Core)是较具知名度的Linux发行包之一,由Fedora项目社群开发、红帽公司赞助,目标是建立一套新颖、多功能并且自由(开放源代码)的操作系统。Fedora是商业化的Red Hat Enterprise Linux发行版的上游源码。 Fedora对于用户而言,是一套功能完备、更新快速的免费操作系统;而对赞助者Red Hat公司而言,它是许多新技术的测试平台,被认为可用的技术最终会加入到Red Hat Enterprise Linux中。 Fedora有三种正式版本,包括工作站版、服务器版、用于物连网设备和机器人的物连网版,另外还有CoreOs和Silverblue两个非正式版本和社群维护的 Spin。 Docker 使用 Fedora 镜像 Fedora 在 Docker 中的使用也非常简单,直接使用命令 docker run -it fedora:latest bash 就可以 pull 到本地的容器中并且运行。 C:\Users\yhu>docker run -it fedora:latest bash Unable to find image 'fedora:latest' locally latest: Pulling from library/fedora d4df0db66c89: Pull complete Digest: sha256:5ce8497aeea599bf6b54ab3979133923d82aaa4f6ca5ced1812611b197c79eb0 Status: Downloaded newer image for fedora:latest [root@eba5d114176c /]# cat /etc/redhat-release Fedora release 40 (Forty) [root@eba5d114176c /]#     因为 CentOS 的版本已经不再提供支持了,如果还想使用 RHEL 的版本的话,Fedora 可能目前可以选择的一个版本部署到服务器上。     当前操作系统的 Docker 镜像版本在 221 MB 左右。   https://www.isharkfly.com/t/docker-rhel/15745

2024年05月15日 0Comments 462Browse 0Like Read more
Computer Science

Docker 使用 CentOS 镜像

使用 docker run 直接运行 CentOS 7 镜像,并登录 bash。 C:\Users\yhu>docker run -it centos:centos7 bash Unable to find image 'centos:centos7' locally centos7: Pulling from library/centos 2d473b07cdd5: Pull complete Digest: sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 Status: Downloaded newer image for centos:centos7 [root@3ceb808f5a6c /]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) [root@3ceb808f5a6c /]#     从镜像的发布日期来看,CentOS 的版本已经有多年没有更新了。 对于操作系统来看,这可能会导致很多潜在的安全性问题。     针对上面的情况,不建议在服务器生产环境中继续使用了。   https://www.isharkfly.com/t/docker-centos/15741

2024年05月14日 0Comments 511Browse 0Like Read more
Computer Science

Docker 使用 Fedora 镜像

Fedora 在 Docker 中的使用也非常简单,直接使用命令 docker run -it fedora:latest bash 就可以 pull 到本地的容器中并且运行。 C:\Users\yhu>docker run -it fedora:latest bash Unable to find image 'fedora:latest' locally latest: Pulling from library/fedora d4df0db66c89: Pull complete Digest: sha256:5ce8497aeea599bf6b54ab3979133923d82aaa4f6ca5ced1812611b197c79eb0 Status: Downloaded newer image for fedora:latest [root@eba5d114176c /]# cat /etc/redhat-release Fedora release 40 (Forty) [root@eba5d114176c /]#     因为 CentOS 的版本已经不再提供支持了,如果还想使用 RHEL 的版本的话,Fedora 可能目前可以选择的一个版本部署到服务器上。     当前操作系统的 Docker 镜像版本在 221 MB 左右。   https://www.isharkfly.com/t/docker-fedora/15743

2024年05月14日 0Comments 437Browse 0Like Read more
Computer Science

Docker 的 Ubuntu 操作系统镜像

Debian 和 Ubuntu 都是目前较为流行的 Debian 系列 的服务器操作系统,十分适合研发场景。     Debian 和 Ubuntu 属于同一系列的发行版。Debian 是由 Ian Murdock 在 1993 年创建的最初的发行版。Ubuntu 是 Mark Shuttleworth 在 2004 年基于 Debian 创建的发行版。 Linux 发行版虽然有数百个,但其中只有少数是从零开始的独立发行版。 Debian、Arch、Red Hat 是其中几个不派生于其它发行版的使用最广的发行版。 Ubuntu 源自 Debian。这意味着 Ubuntu 使用与 Debian 相同的 APT 包管理系统,并共享来自 Debian 库中的大量包和库。它建立在 Debian 基础架构上。 Docker Hub 上提供了官方镜像,国内各大容器云服务也基本都提供了相应的支持。 如果使用过树莓派的话,那么安装的操作系统就为 Debian,Ubuntu 被广泛在开发环境中使用,例如 Windows 使用的 WSL 系统,也是使用的 Ubuntu。 在实际使用的时候,我们会看到 Ubuntu 使用的情况比 Debian 更多。 软件更新 Debian 更关注稳定性,这意味着它并不总是使用最新版本的软件。例如,最新的 Debian 11 用的 GNOME 版本为 3.38,并不是最新版的 GNOME 3.40。     对于 GIMP、LibreOffice 等其它软件也是如此。这是你必须对 Debian 做出的妥协。这就是“Debian stable = Debian stale”笑话在 Linux 社区流行的原因。 Ubuntu LTS 版本也关注稳定性。但是它们通常拥有较新版本的常见软件。 你应该注意,对于某些软件,从开发者的仓库安装也是一种选择。例如,如果你想要安装最新版的 Docker,你可以在 Debian 和 Ubuntu 中添加 Docker 仓库。 总体来说,相比较于 Ubuntu ,Debian 稳定版的软件版本会更旧。 Debian 系统简介 Debian 是由 GPL 和其他自由软件许可协议授权的自由软件组成的操作系统,由 Debian 计划(Debian Project) 组织维护。Debian 计划 是一个独立的、分散的组织,由 3000 人志愿者组成,接受世界多个非盈利组织的资金支持,Software in the Public Interest 提供支持并持有商标作为保护机构。 Debian 以其坚守 Unix 和自由软件的精神,以及其给予用户的众多选择而闻名。现时 Debian 包括了超过 25,000 个软件包并支持 12 个计算机系统结构。 Debian 作为一个大的系统组织框架,其下有多种不同操作系统核心的分支计划,主要为采用 Linux 核心的 Debian GNU/Linux 系统,其他还有采用 GNU Hurd 核心的 Debian GNU/Hurd 系统、采用 FreeBSD 核心的 Debian GNU/kFreeBSD 系统,以及采用 NetBSD 核心的 Debian GNU/NetBSD 系统。甚至还有利用 Debian 的系统架构和工具,采用 OpenSolaris 核心构建而成的 Nexenta OS 系统。 在这些 Debian 系统中,以采用 Linux 核心的 Debian GNU/Linux 最为著名。 众多的 Linux 发行版,例如 Ubuntu、Knoppix 和 Linspire 及 Xandros 等,都基于 Debian GNU/Linux。 Debian 是一个自由的操作系统,由 Debian 计划开发和维护。Debian 是一个自由的 Linux 发行版,添加了数以千计的应用程序以满足用户的需要。 使用 Debian 官方镜像 官方提供了大家熟知的 debian 镜像以及面向科研领域的 neurodebian 镜像。 NeuroDebian为Debian操作系统以及Ubuntu等衍生产品提供了大量流行的神经科学研究软件。 热门套餐包括AFNI,FSL,PyMVPA,等等。 可以使用 docker run 直接运行 Debian 镜像。 $ docker run -it debian bash Unable to find image 'debian:latest' locally latest: Pulling from library/debian 1468e7ff95fc: Pull complete Digest: sha256:1aadfee8d292f64b045adb830f8a58bfacc15789ae5f489a0fedcd517a862cb9 Status: Downloaded newer image for debian:latest root@bd3f8b3110da:/# cat /etc/issue Debian GNU/Linux 12 \n \l root@bd3f8b3110da:/# Debian 镜像很适合作为基础镜像,构建自定义镜像。     但实际使用上,我们使用 Ubuntu 来作为基础镜像的可能性更高一些。 如果通过 Windows 的 Docker 管理软件,可以看到运行的 Docker 镜像。 Ubuntu 系统简介 Ubuntu(国际音标:/ʊˈbʊntuː/,uu-BUUN-too)是基于Debian,以桌面应用为主的Linux发行版。Ubuntu有三个正式版本,包括桌面版、服务器版及用于物联网设备和机器人的Core版。前述三个版本既能安装于实体电脑,也能安装于虚拟电脑。从17.10版本开始,Ubuntu以GNOME为默认桌面环境。 Ubuntu是著名的Linux发行版之一,也是目前最多用户的Linux版本。Ubuntu每六个月(即每年的四月与十月)发布一个新版本,长期支持(LTS)版本每两年发布一次。普通版本一般只支持9个月,但LTS版本一般能提供5年的支持。 Ubuntu由英国肯诺有限公司发布,他们提供商业支持。它是基于自由软件,其名称来自非洲南部祖鲁语或科萨语的“Ubuntu”一词(译为乌班图),意思是“人性”、“我的存在是因为大家的存在”,是非洲传统的一种价值观。 科能软件有限公司通过销售与Ubuntu相关的技术支持和其他服务来产生收益。Ubuntu项目公开承诺开源软件开发的原则;鼓励人们使用自由软件,研究它的运作原理,改进和分发。 使用 Ubuntu 官方镜像 下面以 ubuntu:24.04 为例,演示如何使用该镜像安装一些常用软件。 首先使用 -ti 参数启动容器,登录 bash,查看 ubuntu 的发行版本号。 PS C:\WorkDir\Beth-Israel-Lahey-Health\Source-Code\SVN> docker run -ti ubuntu:24.04 /bin/bash Unable to find image 'ubuntu:24.04' locally 24.04: Pulling from library/ubuntu 49b384cc7b4a: Pull complete Digest: sha256:3f85b7caad41a95462cf5b787d8a04604c8262cdcdf9a472b8c52ef83375fe15 Status: Downloaded newer image for ubuntu:24.04 root@0f38683a6f14:/# cat /etc/os-release PRETTY_NAME="Ubuntu 24.04 LTS" NAME="Ubuntu" VERSION_ID="24.04" VERSION="24.04 LTS (Noble Numbat)" VERSION_CODENAME=noble ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=noble LOGO=ubuntu-logo root@0f38683a6f14:/# 当试图直接使用 apt 安装一个软件的时候,会提示 E: Unable to locate package curl。 root@0f38683a6f14:/# apt install curl Reading package lists... Done Building dependency tree... Done Reading…

2024年05月13日 0Comments 533Browse 0Like Read more
Computer Science

Busybox 在 Docker 中的部署和启动

可以使用 docker pull 指令下载 busybox:latest 镜像: PS C:\Users\yhu> docker pull busybox:latest latest: Pulling from library/busybox ec562eabd705: Pull complete Digest: sha256:5eef5ed34e1e1ff0a4ae850395cbf665c4de6b4b83a32a0bc7bcb998e24e7bbb Status: Downloaded newer image for busybox:latest docker.io/library/busybox:latest What's Next? View a summary of image vulnerabilities and recommendations → docker scout quickview busybox:latest PS C:\Users\yhu> 下载后,可以看到 busybox 镜像只有 4.26 MB: PS C:\Users\yhu> docker image ls REPOSITORY TAG IMAGE ID CREATED SIZE repo-docker.isharkfly.com/docker-hub/visatrack latest a329341dbaeb 3 days ago 522MB repo-docker.isharkfly.com/docker-hub/visatrack <none> f5f9d8b3b410 3 days ago 522MB alpine/git latest 80ed206c002b 7 days ago 50.4MB data-mq-service 0.0.1-SNAPSHOT 7eb277a365d6 3 weeks ago 475MB docsify-docs 0.0.1 32062033284a 6 weeks ago 1.13GB <none> <none> 0ebfbefe1d52 6 weeks ago 1.13GB alpine latest 05455a08881e 3 months ago 7.38MB zchub-crawler latest b20aa408fe8f 7 months ago 1.6GB mq-service 0.0.1-SNAPSHOT 308dd50eb67a 7 months ago 441MB reso-web-api-reference-server-odata-manager-app latest 27cdaae03879 8 months ago 441MB reso-builder latest cabba9a35a22 8 months ago 1.47GB busybox latest 65ad0d468eb1 11 months ago 4.26MB tutor-service 0.0.1-SNAPSHOT 20d2f52a1fc4 13 months ago 521MB sharkfly-wechat-service 0.0.1-SNAPSHOT 0d3e7843994e 13 months ago 465MB eclipse-temurin 17-jdk-alpine 9a0a4e74d117 13 months ago 358MB rabbitmq 3.11-management 04a3a28a368b 13 months ago 255MB framework-spring-docker 0.0.1-SNAPSHOT 42e51829e8c7 15 months ago 379MB adoptopenjdk/openjdk11-openj9 alpine b533cd6150ba 15 months ago 379MB mysql/mysql-server latest 1d9c2219ff69 16 months ago 496MB docker101tutorial latest e60bd4e10534 17 months ago 47MB alpine/git <none> 22d84a66cda4 17 months ago 43.6MB PS C:\Users\yhu>     如果只说是大小来说,Alpine 也大不了多少,但 Alpine 提供了更多的功能。 这也就是为什么 Docker 官方切换到 Alpine 的原因。   https://www.isharkfly.com/t/busybox-docker/15732

2024年05月13日 0Comments 720Browse 0Like Read more
Computer Science

Docker 的 Busybox 操作系统镜像

BusyBox是一个遵循GPL协议、以自由软件形式发行的应用程序。 Busybox在单一的可执行文件中提供了精简的Unix工具集,可运行于多款POSIX环境的操作系统,例如Linux(包括Android)、Hurd、FreeBSD等等。 由于BusyBox可执行文件的文件比较小,使得它非常适合使用于嵌入式系统。 作者将BusyBox称为“嵌入式Linux的瑞士军刀”。     在以前,Docker 官方为了压缩容量,保证容器的启用,其实都在使用 busybox,但后期,Docker 官方开始使用 Alpine 来替代 busybox。 获取官方镜像 可以使用 docker pull 指令下载 busybox:latest 镜像: PS C:\Users\yhu> docker pull busybox:latest latest: Pulling from library/busybox ec562eabd705: Pull complete Digest: sha256:5eef5ed34e1e1ff0a4ae850395cbf665c4de6b4b83a32a0bc7bcb998e24e7bbb Status: Downloaded newer image for busybox:latest docker.io/library/busybox:latest What's Next? View a summary of image vulnerabilities and recommendations → docker scout quickview busybox:latest PS C:\Users\yhu> 下载后,可以看到 busybox 镜像只有 4.26 MB: PS C:\Users\yhu> docker image ls REPOSITORY TAG IMAGE ID CREATED SIZE repo-docker.isharkfly.com/docker-hub/visatrack latest a329341dbaeb 3 days ago 522MB repo-docker.isharkfly.com/docker-hub/visatrack <none> f5f9d8b3b410 3 days ago 522MB alpine/git latest 80ed206c002b 7 days ago 50.4MB data-mq-service 0.0.1-SNAPSHOT 7eb277a365d6 3 weeks ago 475MB docsify-docs 0.0.1 32062033284a 6 weeks ago 1.13GB <none> <none> 0ebfbefe1d52 6 weeks ago 1.13GB alpine latest 05455a08881e 3 months ago 7.38MB zchub-crawler latest b20aa408fe8f 7 months ago 1.6GB mq-service 0.0.1-SNAPSHOT 308dd50eb67a 7 months ago 441MB reso-web-api-reference-server-odata-manager-app latest 27cdaae03879 8 months ago 441MB reso-builder latest cabba9a35a22 8 months ago 1.47GB busybox latest 65ad0d468eb1 11 months ago 4.26MB tutor-service 0.0.1-SNAPSHOT 20d2f52a1fc4 13 months ago 521MB sharkfly-wechat-service 0.0.1-SNAPSHOT 0d3e7843994e 13 months ago 465MB eclipse-temurin 17-jdk-alpine 9a0a4e74d117 13 months ago 358MB rabbitmq 3.11-management 04a3a28a368b 13 months ago 255MB framework-spring-docker 0.0.1-SNAPSHOT 42e51829e8c7 15 months ago 379MB adoptopenjdk/openjdk11-openj9 alpine b533cd6150ba 15 months ago 379MB mysql/mysql-server latest 1d9c2219ff69 16 months ago 496MB docker101tutorial latest e60bd4e10534 17 months ago 47MB alpine/git <none> 22d84a66cda4 17 months ago 43.6MB PS C:\Users\yhu> 如果只说是大小来说,Alpine 也大不了多少,但 Alpine 提供了更多的功能。 这也就是为什么 Docker 官方切换到 Alpine 的原因。 运行 busybox 启动一个 busybox 容器,并在容器中执行 grep 命令。 从启动的速度来看,那就是几乎是光速了。 PS C:\Users\yhu> docker run -it busybox / # grep BusyBox v1.36.1 (2023-05-18 22:34:17 UTC) multi-call binary. Usage: grep [-HhnlLoqvsrRiwFE] [-m N] [-A|B|C N] { PATTERN | -e PATTERN... | -f FILE...…

2024年05月13日 0Comments 848Browse 0Like Read more
Computer Science

Docker 直接运行一个 Alpine 镜像

由于镜像很小,下载时间往往很短,读者可以直接使用 docker run 指令直接运行一个 Alpine 容器,并指定运行的 Linux 指令,例如: PS C:\Users\yhu> docker run alpine echo '123' Unable to find image 'alpine:latest' locally latest: Pulling from library/alpine 4abcf2066143: Already exists Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b Status: Downloaded newer image for alpine:latest 123     如果通过容器管理查看容器的大小,也只有 50MB。 如果再加个 JDK 那可比这个大多了,操作系统的大小还不如一个 JDK。   https://www.isharkfly.com/t/docker-alpine/15729

2024年05月12日 0Comments 398Browse 0Like Read more
Computer Science

UA 的网站这是大改版

UA 这几天在频繁推送更新,这网站这次是大改版了。 字体都全部都换成了 : "NeuePlakforUnited-Rg","Noto Sans","Arial",sans-serif   这回玩得大,还专门找做字体的公司给做了一个 NeuePlakforUnited-Rg 字体。     现在的公司都已经不再局限使用已有的字体了,都开始要用自定义字体了。   https://www.isharkfly.com/t/ua/15726

2024年05月11日 0Comments 502Browse 0Like Read more
1…1920212223…237
Archives
  • June 2026
  • May 2026
  • April 2026
  • March 2026
  • February 2026
  • January 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
Categories
  • Computer Science (2,367)
    • Confluence (663)
    • Gradle (12)
  • U.S. (511)
  • 文化旅游 (146)

COPYRIGHT © 2020 CWIKIUS. ALL RIGHTS RESERVED.

THEME KRATOS MADE BY VTROIS

湘ICP备2020018253号-1