~/gitea$ docker-compose --verbose up -d
compose.config.config.find: Using configuration files: ./docker-compose.yml
docker.utils.config.find_config_file: Trying paths: ['/home/s/.docker/config.json', '/home/s/.dockercfg']
docker.utils.config.find_config_file: No config file found
docker.utils.config.find_config_file: Trying paths: ['/home/s/.docker/config.json', '/home/s/.dockercfg']
docker.utils.config.find_config_file: No config file found
urllib3.connectionpool._make_request: http://localhost:None "GET /v1.22/version HTTP/1.1" 200 859
compose.cli.command.get_client: docker-compose version 1.25.0, build unknown
docker-py version: 4.1.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name USTCmail修改默认邮箱域名为mail.ustc.edu.cn | |
// @namespace https://gist.github.com/shui | |
// @version 0.1 | |
// @description USTCmail修改默认邮箱域名为mail.ustc.edu.cn,以及使用SSL登录 | |
// @author shui | |
// @homepageURL https://gist.github.com/shui/77de1eb522e37ec41249c6ab5232ad8d | |
// @downloadURL https://gist.github.com/shui/77de1eb522e37ec41249c6ab5232ad8d/raw/ustcmail-change-default-domain.user.js | |
// @updateURL https://gist.github.com/shui/77de1eb522e37ec41249c6ab5232ad8d/raw/ustcmail-change-default-domain.user.js | |
// @match http*://mail.ustc.edu.cn/ |
书名 | 链接 |
---|---|
码农修真 | https://book.qidian.com/info/1023255964 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
||lalaybh.cn^ | |
||sofg68.cn^ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
今晚确认了下知乎的搜索框禁止粘贴,匆忙间还找不出它的onpaste写在哪里,真的是反用户体验的创意设计 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
好冷啊 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
你的晚安 是下意识的恻隐 |
UrlProperties.java:
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
/**
* 利用Spring Framework读取Properties
*/
NewerOlder