摘要: 我喜欢你, 不只是因为你的样子, 还因为, 喜欢你时我的样子。 我喜欢你, 不只是因为你为我而做的事, 还因为, 为了你 我能去做的事。 我喜欢你, 因为你穿越了我心灵的旷野, 就如同阳光射穿水晶那般容易。 我喜欢你, 想和你有许许多多的相遇, 每天和你说 :早呀 早上好… 想和你有许许多多的告别, 阅读全文
posted @ 2022-09-11 12:28 cire 阅读(3) 评论(0) 推荐(0) 编辑
摘要: @Component public class ProxyUtil implements ApplicationContextAware { private static ApplicationContext applicationContext = null; @Override public v 阅读全文
posted @ 2022-09-06 16:52 cire 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 梦里路过求知中学门口,九月的晚风萧瑟,用力踮起脚尖从外面远远眺望进去,呀! 还是和以前一样充满着喧闹和快乐。理所应当的从脑中蹦出一个俗词:“真好” ,却又想到这份活泼承载的主体已经不是我们了。其实自己也算不上喜欢念旧,但常常还是会感叹青春的美好,那份回忆稚嫩纯真,里面那些还在联系或不再联系的人,那些 阅读全文
posted @ 2022-08-28 16:23 cire 阅读(25) 评论(0) 推荐(0) 编辑
摘要: /** * 多线程处理集合 * @param list * @return */ public List<PushOrganize> setDataByDmsOrgInfo(List<DmsOrgInfo> list) throws InterruptedException { List<PushO 阅读全文
posted @ 2022-08-25 10:43 cire 阅读(136) 评论(1) 推荐(0) 编辑
摘要: 又是一年跳槽日,开始职场生涯的第二篇章,冲冲冲。 阅读全文
posted @ 2022-02-17 16:33 cire 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-08-02 17:00 cire 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 二分查找算法 对一个有序数组进行二分查找 {1,8, 10, 89, 1000, 1234} ,输入一个数看看该数组是否存在此数,并且求出下标,如果没有就提示"没有这个数"。 代码示例: import java.util.ArrayList; import java.util.List; //注意: 阅读全文
posted @ 2021-05-05 16:52 cire 阅读(63) 评论(0) 推荐(0) 编辑
摘要: public class SeqSearch { public static void main(String[] args) { int arr[] = { 1, 9, 11, -1, 34, 89 };// 没有顺序的数组 int index = seqSearch(arr, -11); if( 阅读全文
posted @ 2021-04-29 23:39 cire 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 官方文档 :There is a limit of (2^32)^2 (1.844E+19) rows in a MyISAM table 这是MyISAM的理论上限,实践上是达不到的。 实际行数上限还受myisam_data_pointer_size限制,64位的mysql的myisam_data 阅读全文
posted @ 2021-04-28 13:17 cire 阅读(1320) 评论(0) 推荐(0) 编辑
摘要: 例: 参数string input--》 20.04.2021 out--》 2021-04-20 SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd"); SimpleDateFormat formatter2 = new S 阅读全文
posted @ 2021-04-20 23:07 cire 阅读(44) 评论(0) 推荐(0) 编辑
/* 看板娘 */