本文关键字:visualdemodrivendebugging,engitor编程,更好用的qtquick接《demoasengine,postasapp–passone:engitor+enginx之于通用软件开发/部署/运营/实践教育的创新意义》文,我们说到engitor可视作是enginx针对于语言系统分布化的一个特例,可以按enginx针对通用服务器程序分布化的方式打造成“分布式语言系统”
分类:
其他好文 时间:
2020-10-08 19:13:37
阅读次数:
14
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" ...
分类:
其他好文 时间:
2020-10-07 21:37:42
阅读次数:
92
import java.io.FileWriter; import java.io.IOException; public class Demo04Write { public static void main(String[] args) throws IOException { FileWrit ...
分类:
其他好文 时间:
2020-10-07 21:37:09
阅读次数:
32
import java.io.FileOutputStream; import java.io.IOException; /*换行符号: window:\r\n Linux:/n mac:/r*/ public class Demo03OutPutStream { public static voi ...
分类:
其他好文 时间:
2020-10-06 21:17:56
阅读次数:
30
function imgToBase64($img_file) {//图片转 base 64 $img_base64 = ''; if (file_exists($img_file)) { $app_img_file = $img_file; // 图片路径 $img_info = getimage ...
分类:
Web程序 时间:
2020-10-06 21:06:50
阅读次数:
45
1019 General Palindromic Number (20分) A number that will be the same when it is written forwards or backwards is known as a Palindromic Number. For ex ...
分类:
编程语言 时间:
2020-10-06 20:27:28
阅读次数:
25
Celery+RabbitMQ实现订阅发布模式使用RabbitMQ的扇形交换机(fanoutexchange)实现订阅发布模式消息(Message)由Client发送,RabbitMQ接收到消息之后通过交换机转发到对应的队列上面。Worker会从队列中获取未被读取的数据处理。RabbitMQ消息模式的核心理念是:生产者没有直接发送任何消费到队列。实际上,生产者都不知道这个消费是发送给哪个队列的。相
分类:
其他好文 时间:
2020-10-05 22:08:39
阅读次数:
27
环境说明设置计算机名各虚拟机设置计算机名hostnamectlset-hostnameharborhostnamectlset-hostnamemaster1hostnamectlset-hostnamemaster2hostnamectlset-hostnamenode1hostnamectlset-hostnamenode2hostnamectlset-hostnamenode3重新启动虚拟机
分类:
Web程序 时间:
2020-10-05 21:40:36
阅读次数:
31
先附上命令语句 #!/bin/sh #当前目录全路径 pp=$(pwd) export DEMO1=$pp/demo1-8080.jar export DEMO2=$pp/demo2-8082.jar export DEMO1_port=8080 export DEMO2_port=8082 cas ...
分类:
编程语言 时间:
2020-09-24 22:02:15
阅读次数:
77
环境 apache-tomcat-8.5.45 cas:5.2.6 一、部署CAS1、部署war包将上一篇文章中构建生成的cas.war放到tomcat/webapps下2、启动tomcat并访问 (官方的基础版本中配置了一个用户 casuser/Mellon)2.1 CAS项目要求用https连接 ...
分类:
其他好文 时间:
2020-09-24 21:40:23
阅读次数:
38