上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 55 下一页

2020年2月22日

linux 修改 /etc/fstab Read-only file system 读写挂载解决办法

摘要: /etc/fstab:Read-only file system 读写挂载解决办法 ning2350人评论2774人阅读2013-12-15 21:53:20 1、当启动失败时,有时需要用救援模式来修改/etc/fstab文件,但会提示该文件只读(Read-only file system)这时采用 阅读全文

posted @ 2020-02-22 16:25 正义的伙伴! 阅读(1597) 评论(0) 推荐(0) 编辑

2020年2月5日

python pip 在 windows 下换国内源。

摘要: pip.ini的内容: [global] index-url = http://mirrors.aliyun.com/pypi/simple trusted-host = mirrors.aliyun.com disable-pip-version-check = true timeout = 12 阅读全文

posted @ 2020-02-05 11:50 正义的伙伴! 阅读(1027) 评论(0) 推荐(0) 编辑

2020年1月17日

idea 根据表 生成实体类 groove 脚本版

摘要: # 生成的实体类 ,类名大写,属性没有进行 下划线转大写操作 import com.intellij.database.model.DasTable import com.intellij.database.util.Case import com.intellij.database.util.Da 阅读全文

posted @ 2020-01-17 17:04 正义的伙伴! 阅读(454) 评论(0) 推荐(0) 编辑

2020年1月13日

vue-cli 3.x jsx 支持

摘要: "devDependencies": { "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0", "@vue/babel-preset-jsx": "^1. 阅读全文

posted @ 2020-01-13 10:46 正义的伙伴! 阅读(2704) 评论(1) 推荐(0) 编辑

@SuppressWarnings() java warning 警告

摘要: 1. @SuppressWarnings("unchecked") [^ 抑制单类型的警告] 2. @SuppressWarnings("unchecked","rawtypes") [^ 抑制多类型的警告] 3. @SuppressWarnings("unchecked") [^ 抑制所有类型的警 阅读全文

posted @ 2020-01-13 09:40 正义的伙伴! 阅读(783) 评论(0) 推荐(0) 编辑

2020年1月8日

idea config 文件

摘要: root = true [*] charset = utf-8 end_of_line = lf indent_size = 4 indent_style = space insert_final_newline = false max_line_length = 120 tab_width = 4 ij_continuation_indent_size = 8 ij_formatter_o... 阅读全文

posted @ 2020-01-08 08:16 正义的伙伴! 阅读(1860) 评论(1) 推荐(1) 编辑

2019年12月31日

python 时间相关

摘要: Python日期格式化知识 Python中日期格式化是非常常见的操作,Python 中能用很多方式处理日期和时间,转换日期格式是一个常见的功能。Python 提供了一个 time 和 calendar 模块可以用于格式化日期和时间。时间间隔是以秒为单位的浮点小数。每个时间戳都以自从格林威治时间197 阅读全文

posted @ 2019-12-31 17:22 正义的伙伴! 阅读(142) 评论(0) 推荐(0) 编辑

python 限定类型

摘要: python限定方法参数类型、返回值类型、变量类型等 typing模块的作用 自python3.5开始,PEP484为python引入了类型注解(type hints) 类型检查,防止运行时出现参数和返回值类型、变量类型不符合。 作为开发文档附加说明,方便使用者调用时传入和返回参数类型。 该模块加入 阅读全文

posted @ 2019-12-31 10:22 正义的伙伴! 阅读(3941) 评论(0) 推荐(0) 编辑

2019年12月26日

windows 创建文件夹 链接

摘要: mklink /j "G:\github\lvYouBaoBiao\ruoyi-admin\target\classes\static" "G:\github\lvYouBaoBiao\ruoyi-admin\src\main\resources\static" 创建链接后,spring boot 阅读全文

posted @ 2019-12-26 13:21 正义的伙伴! 阅读(793) 评论(0) 推荐(0) 编辑

2019年12月20日

java 笔记

摘要: 1. 整个类加载阶段分五步:加载、验证、准备、解释、初始化。classloader只负责第一步加载,而调用clinit方法,执行static方法以及给static变量赋值都是在初始化阶段完成的~ 阅读全文

posted @ 2019-12-20 15:04 正义的伙伴! 阅读(136) 评论(0) 推荐(0) 编辑

上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 55 下一页

导航

//增加一段JS脚本,为目录生成使用