cekong

导航

随笔分类 -  其他

xlib 笔记
摘要:xlib 手册(英文) https://tronche.com/gui/x/xlib/ xwindows system 文档(英文) https://www.x.org/releases/X11R7.7/doc/ xorg 文档(英文) https://www.x.org/wiki/Document 阅读全文

posted @ 2021-09-28 09:31 cekong 阅读(102) 评论(0) 推荐(0)

(转)权值初始化的十种方法
摘要:PyTorch 学习笔记(四):权值初始化的十种方法 阅读全文

posted @ 2021-09-28 09:26 cekong 阅读(60) 评论(0) 推荐(0)

<笔记>ue破解
摘要:http://www.32r.com/soft/49812.html 阅读全文

posted @ 2021-09-28 09:18 cekong 阅读(89) 评论(0) 推荐(0)

<笔记>bmp图片数据格式
摘要:C语言实现BMP图片生成 bmp图片格式详解 阅读全文

posted @ 2021-09-28 09:18 cekong 阅读(35) 评论(0) 推荐(0)

Ubuntu ffmpeg安装
摘要:参考 https://blog.csdn.net/Z_zzzD/article/details/106070491 其中 ./configure --prefix=/usr/local/ffmpeg 即可 阅读全文

posted @ 2021-09-28 09:15 cekong 阅读(62) 评论(0) 推荐(0)

rrdtool笔记
摘要:rrdgraph http://library.isr.ist.utl.pt/docs/rrdtool/rrdgraph.html sudo apt install rrdtool Rrdtool https://www.cnblogs.com/lightideal/archive/2012/03/ 阅读全文

posted @ 2021-09-28 09:12 cekong 阅读(29) 评论(0) 推荐(0)

svn external
摘要:A project \extest\frame\* B project \mycode\* 目的:将项目B下mycode所有文件关联到项目A的\extest\frame文件夹下 在项目A的extest文件夹上右击 → 选择 "TortoiseSVN" → "Properties" → "New... 阅读全文

posted @ 2021-09-28 09:12 cekong 阅读(107) 评论(0) 推荐(0)

Ubuntu中U盘识别不了
摘要:1.查看U盘的位置 不插U盘 ls /dev/ | grep sdb* 插上U盘 ls /dev/ | grep sdb* 对比两次的不同,就是U盘的位置(比如sdc4) 2.以 ext4 格式化U盘 sudo mkfs -t ext4 /dev/sdc4 3.挂在U盘 sudo mount /de 阅读全文

posted @ 2019-10-29 17:11 cekong 阅读(3344) 评论(0) 推荐(0)

计算机性能优化笔记
摘要:参考: 1.计算机性能 计算机组成原理|浅谈计算机性能 2.优化计算机性能 深入理解计算机系统之 优化程序性能篇 《深入理解计算机系统 第3版》学习笔记——第5章 优化程序性能(程序优化方法总结) 深入理解计算机系统:第5-6章 如何编写高效的程序呢?第一:我们必须选择一组合适的算法和数据结构,第二 阅读全文

posted @ 2019-10-21 15:44 cekong 阅读(315) 评论(0) 推荐(0)

qpython3l 笔记
摘要:安装第三方库: 方法一、二、三见http://wiki.qpython.org/zh/doc/how-to-start/#_7 方法四:在程序中运行pip_console.py,输入pip3 install {{module}} 问题:matplotlib总是出问题libpng.so找不到?? 最好 阅读全文

posted @ 2019-09-02 10:17 cekong 阅读(1656) 评论(0) 推荐(0)

.wine is not owned by you
摘要:解决: sudo chown root:root -R ~/.wine 或 sudo rm -rf ~/.wine winecfg wine安装cajviewer 参考:https://www.jianshu.com/p/898018da530e 阅读全文

posted @ 2019-08-27 10:13 cekong 阅读(3354) 评论(0) 推荐(0)

下载大文件笔记
摘要:1. Ubuntu下如何下载百度网盘里的大文件 安装使用aria2下载百度网盘内容 百度云使用Aria2下载 .启动aria2 sudo aria2c --conf-path=/etc/aria2/aria2.conf 2.wget下载 https://www.cnblogs.com/lsdb/p/ 阅读全文

posted @ 2019-07-18 09:46 cekong 阅读(156) 评论(0) 推荐(0)

谷歌学术镜像
摘要:http://ac.scmor.com/ http://www.ndtsg.com/ 阅读全文

posted @ 2019-03-18 13:39 cekong 阅读(974) 评论(0) 推荐(0)

软件安装笔记
摘要:ubuntu16.04 利用pyenv安装anaconda3+pycharm http://idea.javatiku.cn/ RedShift在Ubuntu上安装 TensorFlow 镜像使用帮助 Ubuntu安装tensorflow: 1.创建虚拟环境:conda create -n tf 2 阅读全文

posted @ 2019-01-29 13:19 cekong 阅读(169) 评论(0) 推荐(0)

笔试面试题总结
摘要:AI面试笔试题库 https://www.julyedu.com/question/index/type/2 面试十次Python工程师,十次都是回去等消息 https://blog.csdn.net/qq_41841569/article/details/80951544 http://baiji 阅读全文

posted @ 2019-01-24 09:42 cekong 阅读(75) 评论(0) 推荐(0)

各种工具集锦
摘要:在线正则表达式测试: http://tool.oschina.net/regex/ json在线解析及格式化:https://www.json.cn/ caffe可视化网络结构:http://ethereon.github.io/netscope/#/editor 颜色编码查询:https://ww 阅读全文

posted @ 2019-01-14 13:41 cekong 阅读(143) 评论(0) 推荐(0)

教程集锦
摘要:Python教程:1.廖雪峰Python教程https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c0002.Python3 菜鸟教程http://www.runoob.com/python3/p 阅读全文

posted @ 2019-01-08 11:17 cekong 阅读(139) 评论(0) 推荐(0)

opencv知识积累
摘要:1.OpenCV 3计算机视觉:Python语言实现 https://github.com/techfort/pycv 2.OpenCV3编程入门 opencv 均值模糊:一般用来处理图像的随机噪声 中值模糊:一般用来处理图像的椒盐噪声 自定义模糊:对图像进行锐化之类的操作 高斯模糊: 减少图像层次和深度 hist1 = create_rgb_hist(image1)"""创建rgb 三通... 阅读全文

posted @ 2018-11-16 13:27 cekong 阅读(169) 评论(0) 推荐(0)