摘要:
风险管理措施(1)项目重点难点分析及预防措施 根据所总结的工程特点和难点,我们对工程施工过程中将会遇到的施工技术 难点、质量控制难点以及可能影响工程进度、安全和文明施工的不利因素进行了 分析,并针对性的制定了预防措施和相应对策,这些针对性措施 1、投入人力、物料由于整个工程量大,且单体工程多,工期紧 阅读全文
摘要:
核心代码块: 在excel中后面的某一列中输入下面的代码: ="insert into report_config (status,account_type,report_type,recipient_type,shop_id,email,creator,modifier,create_time,m 阅读全文
摘要:
1、 https://www.kancloud.cn/imnotdown1019/java_core_full/1004074 2、mybatis https://blog.csdn.net/m0_48795607/article/details/116427170 阅读全文
摘要:
https://blog.csdn.net/weixin_45962741/article/details/123279227 阅读全文
摘要:
https://blog.csdn.net/weixin_43590392/article/details/109698015 class Solution { public boolean isPalindrome(int x) { String str = String.valueOf(x); 阅读全文
摘要:
https://blog.csdn.net/weixin_43203735/article/details/109446847 阅读全文
摘要:
参考: https://blog.csdn.net/qq_43547155/article/details/119871218 利用两个指针首先创建两个指针p1和p2(在Java里就是两个对象引用),让它们同时指向这个链表的头节点。然后开始一个大循环,在循环体中,让指针p1每次向后移动1个节点,让指 阅读全文
摘要:
链接: https://zhuanlan.zhihu.com/p/161269766 【代码】 https://www.cnblogs.com/s-b-b/p/6047954.html https://blog.csdn.net/qq_34343254/article/details/1100826 阅读全文
摘要:
链接: https://segmentfault.com/a/1190000040254166?utm_source=sf-similar-article /** * 定义一个Node节点 */ class Node1 { Node1 next = null; int data; public No 阅读全文