会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
三一一一317
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
15
16
17
18
19
20
21
22
23
下一页
2021年7月10日
leetcode-两数之和
摘要: class Solution { public: vector<int> twoSum(vector<int>& nums, int target) { vector<int> res; unordered_map<int, int> map; for(int i = 0; i < nums.siz
阅读全文
posted @ 2021-07-10 16:09 三一一一317
阅读(31)
评论(0)
推荐(0)
2021年7月7日
Mac上配置vscode的c++开发环境
摘要: https://blog.csdn.net/brazy/article/details/92801958 添加作者信息: https://www.php.cn/tool/vscode/441222.html 添加todo: https://blog.csdn.net/Redase/article/d
阅读全文
posted @ 2021-07-07 18:48 三一一一317
阅读(311)
评论(0)
推荐(0)
mac无法开机
摘要: mac无法开机时可尝试以下方式开机 按住shift开机,出现白苹果和进度条后松开,进入安全启动模式; shift + ctrl + option + 开机 commond + option + 开机 commond + option + r + p + 开机 commond + r + 开机后,选择
阅读全文
posted @ 2021-07-07 17:25 三一一一317
阅读(2219)
评论(0)
推荐(0)
2021年7月4日
Mac下如何制作Ubuntu系统的USB启动盘
摘要: (这里有一个更好的官方教程:https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-macos) 确保你的U盘至少有4G空间 获取Ubuntu ISO映像文件 应用->其它->磁盘工具 选择U盘,然后擦除。千万别选错了
阅读全文
posted @ 2021-07-04 13:52 三一一一317
阅读(2142)
评论(0)
推荐(0)
2021年6月5日
Mac上如何挂载硬盘
摘要: Mac 移动硬盘SSD未挂载- 解决办法 - 使用命令挂载 然后 输入 ps aux | grep fsck 确实fsck在搞鬼 然后杀掉所有fsck的进程 sudo pkill -f fsck 使用命令挂载 命令1: diskutil list,查看当前的硬盘信息,找到移动硬盘在系统内的名称; 命
阅读全文
posted @ 2021-06-05 20:24 三一一一317
阅读(3186)
评论(0)
推荐(0)
2021年3月31日
yuv格式转换
摘要: public static void decodeYUV420SPrgb565(int[] rgb, byte[] yuv420sp, int width, int height) { final int frameSize = width * height; for (int j = 0, yp
阅读全文
posted @ 2021-03-31 22:39 三一一一317
阅读(195)
评论(0)
推荐(0)
2021年3月9日
ubuntu下播放h264,h265文件
摘要: vlc可以播放h264,h265文件, 并且既可以在win下,可以在ubuntu下 安装vlc在ubuntu软件中心,搜索vlc,既可以看到vlc media player,点击安装 对于h264结尾的文件,可以直接使用命令播放vlc *.h264 对于h265文件, 我安装的时v2.1.6版本,不
阅读全文
posted @ 2021-03-09 15:15 三一一一317
阅读(475)
评论(0)
推荐(0)
2021年3月5日
3599a开发流程
摘要: 在linux系统上编译完成aarch64-himix100-linux,运行仍找不到编译器,参考下面链接 https://blog.csdn.net/tudou2013goodluck/article/details/83270805 链接: https://pan.baidu.com/s/1egk
阅读全文
posted @ 2021-03-05 11:28 三一一一317
阅读(800)
评论(0)
推荐(0)
2021年2月5日
video
摘要: cap = cv2.VideoCapture("./data/2020-10-22-14-09-22.mp4") frame = cap.read() fourcc = cv2.VideoWriter_fourcc(*'MJPG') videoname = time.strftime("%Y-%m-
阅读全文
posted @ 2021-02-05 14:29 三一一一317
阅读(282)
评论(0)
推荐(0)
2021年2月3日
基于大数据的信息系统性能分析方法的研究
摘要: 摘要: 随着信息系统的业务规模日益增加和精细化管理,信息系统负载增长日益明显,从而对信息系统的可靠性和稳定性要求越来越高。为了提高信息系统的可靠性和稳定性,通过获取信息系统的吞吐率和访问响应时间等性能指标,建立负载与响应时间、资源消耗间的性能基线,同时引入时间、外部时间等参数进行大数据分析,给出信息
阅读全文
posted @ 2021-02-03 11:43 三一一一317
阅读(133)
评论(0)
推荐(0)
上一页
1
···
15
16
17
18
19
20
21
22
23
下一页
公告