上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 72 下一页

2019年7月30日

Dev c++编译报错

摘要: https://blog.csdn.net/qq_37521610/article/details/87640513 Dev c++下 [Error] ‘stoi’ was not declared in this scope Tools-->complier options-->Setings-- 阅读全文

posted @ 2019-07-30 21:09 cltt 阅读(483) 评论(0) 推荐(0)

2019 西安邀请赛 M

摘要: Problem Description There are n planets in the MOT galaxy, and each planet has a unique number from 1∼n. Each planet is connected to other planets through some transmission channels. There are m tran... 阅读全文

posted @ 2019-07-30 20:40 cltt 阅读(242) 评论(0) 推荐(0)

2019年7月22日

格式工厂进行图片类型转化

摘要: https://jingyan.baidu.com/article/fb48e8be558e0f6e622e14e3.html 可以更改配置 可以改变位置 阅读全文

posted @ 2019-07-22 16:15 cltt 阅读(204) 评论(0) 推荐(0)

在线压缩图片网址

摘要: https://www.yasuotu.com/ 阅读全文

posted @ 2019-07-22 16:13 cltt 阅读(372) 评论(0) 推荐(0)

2019年7月20日

如何在知网下载外文文献

摘要: https://jingyan.baidu.com/article/3f16e00329f0a92591c103cb.html 阅读全文

posted @ 2019-07-20 21:30 cltt 阅读(4913) 评论(0) 推荐(0)

2019年5月27日

Linux 常见命令

摘要: 1 关机命令: 2 3 1、halt 立刻关机 2、poweroff 立刻关机 3、shutdown -h now 立刻关机(root用户使用) 4、shutdown -h 10 10分钟后自动关机 如果是通过shutdown命令设置关机的话,可以用shutdown -c命令取消重启 系统卡住了 c 阅读全文

posted @ 2019-05-27 21:39 cltt 阅读(174) 评论(0) 推荐(0)

在VIM 里面编辑和保存

摘要: #查看a.sh 的内容 cat a.sh #编辑a.sh的内容 键入i,下面会出现 insert,输入内容之后按下esc会退出编辑模式(此时下面的insert没有了) 再输入:wq保存 阅读全文

posted @ 2019-05-27 21:37 cltt 阅读(1572) 评论(0) 推荐(0)

vi a.sh ABCD

摘要: E: 无法定位软件包 阅读全文

posted @ 2019-05-27 21:16 cltt 阅读(153) 评论(0) 推荐(0)

2019年5月16日

基础命令

摘要: date --­­help date '+%T' 15:04:58 whatis date date (1) - print or set the system date and time man date 获取详细的命令解释 cd ~/wntlab //新建文件夹 mkdir example // 阅读全文

posted @ 2019-05-16 08:52 cltt 阅读(175) 评论(0) 推荐(0)

2019年5月11日

斜率最大的直线

摘要: https://www.jisuanke.com/contest/1230 3个点A,B,C,把它们的按x坐标排序。假设排序后的顺序是ABC,那么有两种情况:其中k()表示求斜率。 1.ABC共线,则k(AB)=k(BC)=k(AC) 2.ABC不共线,则ABC将形成一个三角形,那么k(AC) #include #include #include #include #includ... 阅读全文

posted @ 2019-05-11 21:39 cltt 阅读(752) 评论(0) 推荐(0)

上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 72 下一页

导航