效果 语法 半方大的空白  或  全方大的空白  或  不断行的空白格 或 
定义 type arrays is varray(1000) of number; v_contract_id_list arrays; 查询 SELECT ... BULK COLLECT INTO... FROM...
安装redis sudo apt-get install redis-server 执行以下命令打开redis的配置文件: sudo vim /etc/redis/redis.conf 1、设置允许远程连接: 找到“bind 127.0.0.1 ::1”这一行: redis默认是只能本地进行访问的,在前面加上“#”号 把这一行注释掉,表示允许任意i…
# Redis配置文件样例 # Note on units: when memory size is needed, it is possible to specifiy # it in the usual form of 1k 5GB 4M and so forth: # # 1k => 1000 bytes # 1kb => 102…
docker-compose.yml version: '3' services: # MongoDB: https://hub.docker.com/_/mongo/ mongo: image: mongo:3 networks: - graylog # Elasticsearch: https://www.elastic.co/guide/en…
java -jar xxx.jar --server.port=8080
java -jar jenkins.war --httpPort=8080
查看系统中文件的使用情况 df -h 查看当前目录下各个文件及目录占用空间大小 du -sh *
前言 今天在给对接方写一个功能,需要对方传过来一个文件,然后我这边盖完章之后回传回去。由于中间需要将对方传过来的文件链接下载到本地,然后再调用易签宝执行盖章过程,中间操作时间较长。本来可以异步完成的,但是这里是希望同步解决。nginx 超时了,这里 就出现 Nginx 报504 gateway timeout 错误。下面记录下解决方案 方案 修改 …
sudo apt-get install fcitx fcitx-googlepinyin fcitx-module-cloudpinyin fcitx-sunpinyin 运行后重启即可