- 博客(4)
- 收藏
- 关注
原创 Java大厂面试记:当严肃面试官遇上搞笑程序员谢飞机
Spring啊,它就像是一个管家,帮你管理对象的创建、依赖注入什么的,还有AOP,可以用来做日志啊、事务管理之类的。: Spring Boot简化了很多配置工作,开箱即用,而且整合了许多常用的第三方库,让开发变得更简单快速。: 很好,你提到了关键点。现在,如果让你设计一个基于微服务架构的应用,并且需要考虑服务间的通信问题,你会选择哪种方式?: 嗯,基本概念是对的。: Redis适合缓存数据,提高读取速度,还可以当作消息队列用。: 你好,谢飞机,请问你对Java中的HashMap了解多少?
2025-07-02 23:33:39
302
原创 qsort的用法
qsort 功 能: 使用快速排序例程进行排序 用 法: void qsort(void *base, int nelem, int width, int (*fcmp)(const void *,const void *)); 各参数:1 待排序数组首地址 2 数组中待排序元素数量 3 各元素的占用空间大小 4 指向函数的指针 用于确定排序的顺序 排序方法有很多
2015-01-04 13:07:02
800
转载 杭电ACM1003
Problem Description Given a sequence a[1],a[2],a[3]......a[n], your job is to calculate the max sum of a sub-sequence. For example, given (6,-1,5,4,-7), the max sum in this sequence is 6 + (-1) +
2014-12-18 13:15:34
719
原创 杭电ACM1000
Calculate A + B. Input Each line will contain two integers A and B. Process to end of file. Output For each case, output A + B in one line. /*************** Ape 2014/12/
2014-12-18 12:57:50
545
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅