摘要: 1.将仓库 clone 到本地:git clone, 例如: // 需要配饰 ssh-key,才能使用下面命令 git clone git@github.com:medical-system-develop-team/medical-system.git // 如果未配置 ssh-key,可以使用如 阅读全文
posted @ 2020-08-17 18:15 hellomq 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 方法一:用word转换,偶然发现的,但是效果已经很不错了,公式什么的也能转换的很好,只有文字的话建议用这个。 一、打开microsoft office word,然后选择要转换的pdf文件,打开即可,点击确定,就能自动转化了,然后保存即可 二、转换效果如下 方法二:超级PDF,不限制大小,1小时内可 阅读全文
posted @ 2020-07-19 11:28 hellomq 阅读(10010) 评论(0) 推荐(0) 编辑
摘要: 一、IOS系统(iphone、ipad、macbook均可)下载“CAJ云阅读”。 二、用“CAJ云阅读”打开caj文件,向左滑动caj文件,点击右侧“...”。 三、点击“CAJ转PDF”即可。 四、点进去转化好的PDF文件,选择“更多功能”,“发给微信好友”即可 阅读全文
posted @ 2020-07-18 11:34 hellomq 阅读(906) 评论(0) 推荐(0) 编辑
摘要: 前端:搭建vscode+vue+element环境 一、vue 1.安装最新的node.js2.安装vue-cli脚手架构建工具 在命令行中运行命令 npm install -g vue-cli 3.进入项目文件夹存放目录,创建项目(vue init webpack firstVue),其中firs 阅读全文
posted @ 2019-11-07 15:20 hellomq 阅读(791) 评论(0) 推荐(0) 编辑
摘要: 一、Texlive安装与配置 1.官网下载,然后进行安装,安装好如下图所示。 (Texlive安装部分参考博客:https://blog.csdn.net/so_geili/article/details/72636466) 2.配置Texlive环境变量,配置到bin目录下 二、VScode安装与 阅读全文
posted @ 2019-06-06 13:56 hellomq 阅读(7216) 评论(0) 推荐(0) 编辑
摘要: 键盘输入与屏幕输出 1.数据的格式化屏幕输出 1.1取值范围(由小到大):char,short >int >unsigned int >long >unsigned long >float >double >long double c语言进行以上类型的变量的计算或赋值运算时,取值范围小的会先转化为取 阅读全文
posted @ 2019-01-08 20:36 hellomq 阅读(1074) 评论(0) 推荐(0) 编辑
摘要: 1010 Radix(25 分) Given a pair of positive integers, for example, 6 and 110, can this equation 6 = 110 be true? The answer is yes, if 6 is a decimal nu 阅读全文
posted @ 2018-09-07 21:39 hellomq 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 1009 Product of Polynomials(25 分) This time, you are supposed to find A×B where A and B are two polynomials. Input Specification: Each input file cont 阅读全文
posted @ 2018-09-06 20:49 hellomq 阅读(524) 评论(0) 推荐(0) 编辑
摘要: 1008 Elevator(20 分) The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at w 阅读全文
posted @ 2018-09-06 20:48 hellomq 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 1007 Maximum Subsequence Sum(25 分) Given a sequence of K integers { N​1​​, N​2​​, ..., N​K​​ }. A continuous subsequence is defined to be { N​i​​, N​i 阅读全文
posted @ 2018-09-06 18:05 hellomq 阅读(257) 评论(0) 推荐(0) 编辑