上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 57 下一页
摘要: git branch --set-upstream-to=mirror/远程分支名 本地分支名 # 如果远程没有 master 分支,执行以下。。 git push --set-upstream origin master 阅读全文
posted @ 2020-04-03 10:35 whmmm 阅读(379) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qcyfred/article/details/79925099 Python操作word文档。 可以用python docx来new一个文档,自动排版等。 也可以用python-docx template来修改模板。 本文讲python-docx tem 阅读全文
posted @ 2020-03-07 22:22 whmmm 阅读(555) 评论(0) 推荐(0)
摘要: Android Studio在构建项目时会拉取gradle资源,而goole和jcenter在国内的网络环境并不好用,容易产生connect timeout等错误。 因此将地址修改成阿里云的国内镜像。 一、允许使用maven仓库 点击File->Settings进入设置界面,勾选“Enable em 阅读全文
posted @ 2020-03-04 09:54 whmmm 阅读(4658) 评论(0) 推荐(0)
摘要: 1. 查看当前时区 命令 : "date -R" 查看时间和日期 命令 : "date" date:不加参数可以直接看到当前日期时间 cal:不加参数可以直接看到本月月历 2. 使用tzselect进行调整 . 3.复制相应的时区文件,替换系统时区文件; cp /usr/share/zoneinfo 阅读全文
posted @ 2020-02-23 20:14 whmmm 阅读(1151) 评论(0) 推荐(0)
摘要: /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 whmmm 阅读(1878) 评论(0) 推荐(0)
摘要: 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 whmmm 阅读(1036) 评论(0) 推荐(0)
摘要: # 生成的实体类 ,类名大写,属性没有进行 下划线转大写操作 import com.intellij.database.model.DasTable import com.intellij.database.util.Case import com.intellij.database.util.Da 阅读全文
posted @ 2020-01-17 17:04 whmmm 阅读(482) 评论(0) 推荐(0)
摘要: "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 whmmm 阅读(2729) 评论(1) 推荐(0)
摘要: 1. @SuppressWarnings("unchecked") [^ 抑制单类型的警告] 2. @SuppressWarnings("unchecked","rawtypes") [^ 抑制多类型的警告] 3. @SuppressWarnings("unchecked") [^ 抑制所有类型的警 阅读全文
posted @ 2020-01-13 09:40 whmmm 阅读(820) 评论(0) 推荐(0)
摘要: 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 whmmm 阅读(1886) 评论(1) 推荐(1)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 57 下一页
//增加一段JS脚本,为目录生成使用