Skip to content

Instantly share code, notes, and snippets.

View dulio's full-sized avatar

dulio dulio

  • hangzhou, zhejiang
View GitHub Profile
@masa-kunikata
masa-kunikata / build.gradle
Last active May 12, 2021 07:52
MyBatis Generator Plugin development project
buildscript {
repositories {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath "gradle.plugin.com.arenagod.gradle:mybatis-generator-plugin:1.4"
}
}
apply plugin: 'java-library'
@chriscandy
chriscandy / install-arch-linux-using-efi-and-grub.md
Last active June 28, 2024 08:45
Install Arch Linux using EFI and GRUB

Installing Arch linux with EFI

  1. Change keyboard layout:

    • loadkeys no
  2. Verify boot mode:

    • ls /sys/firmware/efi/efivars (If the directory exist your computer supports EFI)
  3. Ping some site on the Internet to verify connection:

  • ping archlinux.org
@baymaxium
baymaxium / content.md
Created October 18, 2017 09:17
阿里巴巴1582.73亿背后的持续交付如何玩

原文:中生代技术

摘要: 北京时间2017年5月18日晚,阿里巴巴集团公布2017财年第四季度财报及2017财年全年业绩。财年第四季度,阿里巴巴集团收入同比增长60%,达到385.79亿元人民币;全年阿里巴巴集团收入为1582.73亿元人民币,同比增长56%。中国零售平台年度活跃买家增至4.54亿,移动端月度活跃用户高达5.07亿

在2017在线技术峰会——首届阿里巴巴研发效能嘉年华上,来自阿里研发效能事业部技术专家崔力强分享了《阿里巴巴1582.73亿背后的持续交付如何玩》。他详细介绍了阿里巴巴的企业级持续交付,从研发参与者的各个角色解析阿里持续交付的流程和环节,并对RDC的理念进行了解析。

以下内容根据直播视频整理而成。

@chuangbo
chuangbo / README.md
Last active June 19, 2023 04:48
Python dynamic DNSPod DNS Script

替换上你的 API Token,域名ID,记录ID等参数,就可以运行了。 会在后台一直运行,每隔30秒检查一遍IP,如果修改了就更新IP。

获取 API Token 的方式

获得 domain_id 可以用 curl

curl -k https://dnsapi.cn/Domain.List -d "login_token=TOKEN"`