ICode9

精准搜索请尝试: 精确搜索
  • 408思维导图2022-09-11 22:32:43

    https://zhuanlan.zhihu.com/p/361588822      

  • 嵌入式(一)资源2022-07-16 00:33:24

    1、路线图 2、嵌入式学习资料网站: https://zhuanlan.zhihu.com/p/383367067

  • py -> exe 教程2022-07-11 11:16:43

    手把手教你把Python代码转成exe: https://zhuanlan.zhihu.com/p/391464546   解决pyinstaller打包文件过大的问题(Anaconda): https://blog.csdn.net/who18/article/details/117994684

  • 信息系统项目管理师思维导图2022-06-27 09:00:07

                                  源自  https://zhuanlan.zhihu.com/p/272843520   仅供个人学习参考

  • el-table表头文字换行2022-05-21 09:32:00

    需求如图:                .el-table th > .cell为表头属性   参考:https://zhuanlan.zhihu.com/p/431976392  第二种方法

  • windows 命令备忘2022-05-02 21:34:23

    查看保留端口 https://zhuanlan.zhihu.com/p/341274233 netsh interface ipv4 show excludedportrange protocol=tcp

  • Caffeine缓存2022-04-25 01:00:06

    Caffeine 详解 Caffeine 使用 https://zhuanlan.zhihu.com/p/329684099 https://www.jianshu.com/p/9a80c662dac4✅

  • 电子签名|***2022-03-29 09:02:35

    电子签名 工具:拍照的手机;简单使用修图的PS;word或PDF软件; 参考链接 https://zhuanlan.zhihu.com/p/157419337 效果图:

  • wiki2022-03-07 18:31:27

    是什么: https://zhuanlan.zhihu.com/p/110397703 搭建wiki: https://zhuanlan.zhihu.com/p/61492480

  • mysql 索引2022-02-27 22:31:37

    https://blog.csdn.net/senye_ing/article/details/108951745 https://zhuanlan.zhihu.com/p/259904650        

  • 学生越高年级越死气沉沉的秘密在这了……2022-02-20 15:03:19

    课程成为必修课。义务教育会引发反抗,干扰模仿,并在过程中制造混乱。模仿轨道不再可预测。预先设计的模仿使它崩溃。触发反抗使模仿更快地崩溃。一开始,孩子们停止探索,然后他们停止模仿。最后,他们可能会同等地讨厌学校和学习。网络之战导致习得性无助、冷漠和沮丧。通过过头的努

  • 几篇关于Transformer和Bert讲得不错的文章2022-02-10 21:33:47

    这些关于Transformer和Bert的文章不错,做一下记录:   《Transformer模型浅析》 https://zhuanlan.zhihu.com/p/74723305 文中引用了一篇国外的博客:https://jalammar.github.io/illustrated-transformer/ 另外关于这一句话:然后将结果除以  (这样做的目的是得到更稳定的梯度) 可以参

  • 其实应该研究点这些 …… 如何科学地将地球丢进木星2022-01-23 05:00:07

    知乎   《如何科学地将地球丢进木星》    https://zhuanlan.zhihu.com/p/56472952                

  • 常见编码占用字节数2021-12-11 09:34:31

    对照表    参考:https://zhuanlan.zhihu.com/p/74253389

  • 心力交瘁-关于node-sass和从github上下载老版本项目2021-12-02 01:01:27

     从9点半到凌晨00:34分 百度了无数个窗口 终于成功了 要么package.json缺少依赖,要么被node-sass折腾到卸载新版node16.X降级到14.17.4,最后是使用dart-sass代替node-sass,参考了这篇才一步步调试彻底解决的 https://zhuanlan.zhihu.com/p/168018388,不说了,睡觉。

  • 电脑闪屏现象的解决2021-12-01 18:33:56

    https://www.bilibili.com/video/BV1fp4y1v7qE#reply93787631392       出现了如上视频的情况,   使用了DDU(Display Driver Uninstaller)这个软件解决驱动问题,   参考方法如下 https://zhuanlan.zhihu.com/p/81597581

  • left join right join区别2021-11-30 20:33:12

    参考 https://zhuanlan.zhihu.com/p/52344330

  • Variational AutoEncoder(VAE)变分自编码器2021-11-23 17:05:45

    参考博客: 解析Variational AutoEncoder(VAE): https://www.jianshu.com/p/ffd493e10751变分自编码器(VAEs): https://zhuanlan.zhihu.com/p/25401928当我们在谈论 Deep Learning:AutoEncoder 及其相关模型: https://zhuanlan.zhihu.com/p/27865705

  • R语言|合并两个数据框|rbind(),cbind(),left_join(),right_join()2021-11-14 22:02:24

    jydat <- rbind(jydat1,jydat2) z_jydat <- left_join(z_jydat,qc,by="zyh") bqlb1 <- left_join(jydat2,gene1,by=c("name","gender"))    知乎专栏介绍 关于Left join,你可能不知道这些...... - 超哥要努力的文章 - 知乎 https://zhuanlan.zhihu.com/p/8585

  • ImportError: cannot import name 'export_saved_model' from 'tensorflow.python.keras.sa2021-10-25 17:35:25

    tensorflow的版本问题,跟python是否匹配 https://zhuanlan.zhihu.com/p/350995478 https://zhuanlan.zhihu.com/p/363110359 具体版本匹配可以看看这两个 不过我是在colab训练不知道怎么用python3.6 用3.7+tensorflow1.15.0也解决了这个问题      终于出了结果人脸图像成功输出

  • ing2__col:卷积操作转化为矩阵乘2021-10-24 17:02:27

    来自知乎:https://zhuanlan.zhihu.com/p/98522236 大佬的图片做的太好了:                将数据组织在一起,然后利用局部性原理即可加快运算。

  • 自动驾驶领域学习路线2021-10-23 13:29:58

    文章目录 一、Apollo相关1.百度Apollo无人驾驶入门2.从零开始学习无人驾驶技术3.自动驾驶学习资料合集4.Apollo 6.0 规划算法解析 二、C++相关1.C/C++ 编程有哪些值得推荐的工具?2.整理了一年的Linux C++武林秘籍,你早晚用得到(C++进阶必看) 一、Apollo相关 1.百度Apollo无

  • 谷歌浏览器二维码识别插件,解决你二维码识别跳转难题2021-10-21 16:59:40

    GitHubhttps://github.com/robin-ming/QrCodeScan 谷歌浏览器插件安装方式https://zhuanlan.zhihu.com/p/137645001https://zhuanlan.zhihu.com/p/137645001

  • 安装linux系统遇到的问题2021-10-02 13:01:17

    sata控制模式更改如上图 文件系统不在挂在点,在文件系统选 参考:https://zhuanlan.zhihu.com/p/148855857?from_voters_page=true

  • CLion维护多个项目2021-09-25 20:01:43

    维护多个项目可能说的不合适, 维护多个main函数, 方便练习 参考链接 https://zhuanlan.zhihu.com/p/157646534

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有