最新文章第11页
同步(Synchronous)和异步(Asynchronous)-天煜博客

同步(Synchronous)和异步(Asynchronous)

定义:同步和异步关注的是消息通信机制 (synchronous communication/ asynchronous communication)。同步,就是调用某个东西是,调用方得等待这个调用返回结果才能继续往后执行。异步,和同步...
OpenCV-Python快速入门系列09利用OpenCV颜色表动态应用伪彩色-天煜博客

OpenCV-Python快速入门系列09利用OpenCV颜色表动态应用伪彩色

源代码 def color_table_demo(): colormap = [ cv.COLORMAP_AUTUMN, cv.COLORMAP_BONE, cv.COLORMAP_JET, cv.COLORMAP_WINTER, cv.COLORMAP_RAINBOW, cv.COLORMAP_OCEAN, cv.COLORMAP_SUMMER, c...
PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(五)-天煜博客

PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(五)ElasticSearch

We’re almost there! HCM PI 34 bundles ElasticSearch and Kibana. On Linux, both these directories are available under /opt/oracle/psft/pt/ES/pt. Sasank’s posts provide a lot of...
PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(二)-天煜博客

PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(二)Creating the VM Shell File

Link to the main post Once you’ve pressed the enter key from the Part-1, you’ll start seeing the following on the command prompt: Starting the PeopleSoft Environment Setup Proces...
TCP和UDP的那些事-天煜博客

TCP和UDP的那些事区别 | 三次握手

TCP协议与UDP协议的区别 首先咱们弄清楚,TCP协议和UDP协议与TCP/IP协议的联系,很多人犯糊涂了, 一直都是说TCP协议与UDP协议的区别,我觉得这是没有从本质上弄清楚网络通信! TCP/IP协议是一...
PeopleSoft 访问登录页面Your URL must contain domain

PeopleSoft 访问登录页面Your URL must contain domain “.localdomain”和登录时候You must have cookies enabled in order to sign in to your PeopleSoft application.问题的解决

Auth Token Domain :[] 这个位置是关键 1、配置这个是为了安全性,限制访问的域名 2、出现cookie的问题是,浏览器上的PS_TOKEN和Auth Token Domain 的配置不匹配 可以修改Auth Token Domain :[]...
[树莓派] 在树莓派上手动安装并搭建 Elasticsearch 搜索引擎集群-天煜博客

[树莓派] 在树莓派上手动安装并搭建 Elasticsearch 搜索引擎集群

在树莓派上跑了很多的服务,有不少是需要用到搜索功能的,如果仅仅是使用 MySQL 数据库自带的 LIKE 语句来搜索,还是太弱了。 所以折腾了好几次,准备在树莓派上跑一个 Elasticsearch 全文搜索...
编程麻瓜的头像-天煜博客编程麻瓜5年前
02076
【错题&疑问】UNIX高级环境编程-天煜博客

【错题&疑问】UNIX高级环境编程

1.以下不属于socket的类型的是 (       )。 [A] 流式套接字                   [B] 数据报套接字 [C] 原始套接字                   [D] 网络套接字 ...
PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(六)-天煜博客

PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(六)Kibana

I’ve seen a lot of posts where people have had Kibana up and running, out of the (virtual)box from HCM PI 34. I had issues getting the dashboards and visualizations to work. Many ...
Ubuntu 离线安装 traceroute 教程(附自动打包脚本)-天煜博客

Ubuntu 离线安装 traceroute 教程(附自动打包脚本)

在实际开发或维护中,我们经常会遇到服务器处于“无网络环境”的情况,但又需要使用如 traceroute 这样的网络排查工具。这篇文章将手把手教你如何在 Ubuntu 下离线安装 traceroute 命令,并附赠...
编程麻瓜的头像-天煜博客编程麻瓜1年前
013636