cxhello 最近的时间轴更新
cxhello's repos on GitHub
Swift · 4 人关注
MomentGif
MomentGif is an intuitive tool that transforms your Live Photos into shareable GIF animations.
TypeScript · 3 人关注
cxhello.top
Personal Website
HTML · 3 人关注
docs
Java · 2 人关注
gmall
基于springboot的电商项目
TypeScript · 2 人关注
nav-site
Java · 1 人关注
edu-zf
正方新版教务系统爬虫
Java · 0 人关注
campus-imaotai
i茅台app自动预约,每日自动预约,支持docker一键部署
TypeScript · 0 人关注
chatbot
Java · 0 人关注
cloud-native-app-initializer
Cloud Native App Initializer is committed to providing developers with a simpler and more efficient project construction experience in the current cloud-native era.
0 人关注
CodeGuide
:books: 本代码库是作者小傅哥多年从事一线互联网 Java 开发的学习历程技术汇总,旨在为大家提供一个清晰详细的学习教程,侧重点更倾向编写Java核心内容。如果本仓库能为您提供帮助,请给予支持(关注、点赞、分享)!
Java · 0 人关注
custom-annotation-example
Custom Annotation Example
0 人关注
cxhello
0 人关注
git-flow-tutorial
Java · 0 人关注
hero
springboot多模块开发
0 人关注
hertzbeat
Apache HertzBeat(incubating) is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.
Java · 0 人关注
JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
Java · 0 人关注
leetcode
力扣刷题记录
Java · 0 人关注
luckdraw
抽奖算法
Java · 0 人关注
mybatis-generator
Java · 0 人关注
mybatis-plus-generator
Java · 0 人关注
nacos
an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
Java · 0 人关注
nacos-spring-cloud-example
Nacos Examples
HTML · 0 人关注
opensource.guide
📚 Community guides for open source creators
Java · 0 人关注
picture-review
阿里云图片审核
Python · 0 人关注
RaspberryWechatPi
基于树莓派的智能家居控制平台 微信服务端 发布版
0 人关注
rebase-test
0 人关注
rocketmq-docker
Apache RocketMQ Docker
Java · 0 人关注
Sentinel
A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)
Java · 0 人关注
sentinel-spring-cloud-example
Sentinel Example
0 人关注
shenyu-website
Apache ShenYu website.
cxhello

cxhello

V2EX 第 651579 号会员,加入于 2023-09-28 10:48:34 +08:00
全栈开发框架调研
程序员  •  cxhello  •  1 小时 58 分钟前  •  最后回复来自 coolmenu
51
前端包管理工具调研
Node.js  •  cxhello  •  10 天前  •  最后回复来自 qrobot
91
Go 框架使用调研
  •  2   
    Go 编程语言  •  cxhello  •  19 天前  •  最后回复来自 hamwong
    93
    SSO 单点登录实现方案选型
    程序员  •  cxhello  •  276 天前  •  最后回复来自 jiakme
    20
    Ruby on Rails 国内使用情况
    Ruby on Rails  •  cxhello  •  329 天前  •  最后回复来自 smallX
    70
    cxhello 最近回复了
    1 天前
    回复了 cxhello 创建的主题 程序员 全栈开发框架调研
    @Subilan 其实主要考虑业余时间做出海网站。
    7 天前
    回复了 magicode 创建的主题 职场话题 现在这个行情裸辞是不是明智的选择
    摆烂面试吧
    10 天前
    回复了 iv8d 创建的主题 Java springboot 引入依赖的自动配置
    @iv8d 可以试试这两种方案

    @Bean
    public RabbitAdmin rabbitAdmin(ConnectionFactory connectionFactory) {
    RabbitAdmin rabbitAdmin = new RabbitAdmin(connectionFactory);
    rabbitAdmin.setAutoStartup(false);
    return rabbitAdmin;
    }


    @Bean
    @ConditionalOnExpression("'${rabbitmq.admin.enabled}' == 'true'")
    public RabbitAdmin rabbitAdmin(ConnectionFactory connectionFactory) {
    return new RabbitAdmin(connectionFactory);
    }
    10 天前
    回复了 main1234 创建的主题 iDev 求个 swiftUI 和 UIkit 教程
    小米 4 2014-2017 3 年
    小米 6 2017-2022 5 年
    小米 12s 2022-至今
    @dlzht 如果纯聊面试体验好的话,我面过最好的一家公司叫西云数据,岗位是 AWS 技术支持,每次面试前 HR 都会提前打电话告诉你下一轮面试的考察点范围什么的,有基础知识,故障排查思路,会让你提前准备准备。然后我面了二轮,两轮的技术面试官都非常专业,答不上来也会有一些引导。最后因为学历问题没有往下进行 loop 面,蛮可惜的。
    @AionHaiJun 比较好奇 OP 这张动图怎么画出来得?
    @runningman 可以啊,回头我可以把代码放 github 上。

    @steve009 目前只支持了手机,因为当时考虑需要多设备测试的原因,我也没有 ipad ,后边可以考虑。
    @poorcai 自然是喽,看我 V2EX 的用户名其实也能看出来。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   4793 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 19ms · UTC 01:09 · PVG 09:09 · LAX 18:09 · JFK 21:09
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.