上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 24 下一页
摘要: 1.Collections排序1)基本类型的元素 List<Integer> demo_list = new ArrayList<>(); Collections.sort(demo_list ); 2)实体类元素的排序:通过某个成员变量的值做比较 方式一:Collections.sort(demo 阅读全文
posted @ 2021-08-04 16:13 星空物语之韵 阅读(769) 评论(0) 推荐(0) 编辑
摘要: 1.在idea 控制台下 执行命令: git config --global --replace-all user.name "你需要改的名字" 如下图: 阅读全文
posted @ 2021-08-04 15:02 星空物语之韵 阅读(2048) 评论(0) 推荐(0) 编辑
摘要: sql类型 --添加字段db.library_category.update({},{$set:{code:""}},{multi:1})--添加自增序列集合 db.getCollection("sequence").drop();db.createCollection("sequence"); / 阅读全文
posted @ 2021-08-04 14:53 星空物语之韵 阅读(1575) 评论(0) 推荐(0) 编辑
摘要: 1.1 关机和重启关机 shutdown -h now 立刻关机 shutdown -h 5 5分钟后关机 poweroff 立刻关机重启 shutdown -r now 立刻重启 shutdown -r 5 5分钟后重启 reboot 立刻重启 1.2 帮助命令--help命令 shutdown 阅读全文
posted @ 2021-07-27 12:56 星空物语之韵 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 【国内网站】 1.码市 https://codemart.com 2.猪八戒网 https://www.zbj.com 3.开源众包 https://zb.oschina.net 4.智诚外包网 https://www.taskcity.com 5.程序员客栈 https://www.proginn 阅读全文
posted @ 2021-06-25 09:44 星空物语之韵 阅读(65) 评论(0) 推荐(0) 编辑
摘要: ALTER TABLE 语句 ALTER TABLE 语句用于在已有的表中添加、修改或删除列。 SQL ALTER TABLE 语法 如需在表中添加列,请使用下列语法: ALTER TABLE table_name ADD column_name datatype length column_nam 阅读全文
posted @ 2021-06-07 14:13 星空物语之韵 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 一.场景从github上拉取的代码,导入idea之后,想要切换到对应的分支,发现只有master分支,找不到想要的分支。 二.解决方式一(IDEA通过git命令)1.打开idea后,在最下方找到Terminal,点击; 或者直接Alt+F12也可以进入 2.在出来的命令行界面输入:git branc 阅读全文
posted @ 2021-06-03 15:15 星空物语之韵 阅读(3025) 评论(0) 推荐(0) 编辑
摘要: 还在为word 弹出激活提示而烦恼吗?请访问如下地址: https://www.jb51.net/softs/661849.html#downintro2 亲测有效 附上图: 阅读全文
posted @ 2021-05-26 14:33 星空物语之韵 阅读(1293) 评论(0) 推荐(0) 编辑
摘要: 1.查询: @Query(value = "select * from system_action sa where sa.parent_id = ?1 order by parent_id,index_of", nativeQuery = true)public List<SystemAction 阅读全文
posted @ 2021-05-14 11:24 星空物语之韵 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 1、下载 Adblock Plus 插件 https://chrome.zzzmh.cn/info?token=cfhdojbkjhnklbpkdaibdccddilifddb 2、解压下好的文件(将AdBlock Pro Chrome_3_4_.crx 文件名 后缀改为 .zip ) 3、设置 》 阅读全文
posted @ 2021-04-16 16:47 星空物语之韵 阅读(372) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 24 下一页