CoCoNutNut's NoteBook
  • HOME
  • ARCHIVES
  • CATEGORIES
  • TAGS
  • HOME
  • ARCHIVES
  • CATEGORIES
  • TAGS
  • Notion Offline记录

    Notion的app突然Offline了 直接访问显示DNS_PROBE_FINISHED_NXDOMAIN 根据↓尝试 https://linmi.cc/6133.html 1.加hostcmd中 open /etchost中加一行 104.1...
     2021-02-12  
    • Memo 
     
    • tool 
    Read more 
  • Unity笔记 Project05 地形&Asset

    https://www.youtube.com/watch?v=ddy12WHqt-M&ab_channel=UGuruz 试了试地形 加入人物,按Project04的方式移动 找了一组模型,能用! 感觉要起飞了🤩
     2020-12-02  
    • Note 
     
    • unity 
    Read more 
  • Unity笔记 Project04 点击移动+旋转摄像头

    想做成点击移动,并且摄像头可以根据鼠标位置有限制的旋转 Step 1 - 点击移动参照Project02 完成~ 1234567891011121314151617181920212223242526272829using System.Co...
     2020-12-02  
    • Note 
     
    • unity 
    Read more 
  • Unity笔记 Project03 第一人称移动

    https://www.youtube.com/watch?v=_QajrabyTJc&ab_channel=Brackeys 层级 Player(空物体)-> 加Character Controller;PlayerMovem...
     2020-12-02  
    • Note 
     
    • unity 
    Read more 
  • Unity笔记 Project02 点击移动

    Click To Move with NavMesh - Unity 3D 选中地面 窗口 → AI → 导航: Static & Walkable 烘焙 → Bake Player加组件Nav Mesh Agent 123456...
     2020-12-02  
    • Note 
     
    • unity 
    Read more 
  • Unity笔记 Project01 Basic

    https://www.youtube.com/watch?v=pwZpJzpE2lQ&t=4178s&ab_channel=Imphenzia 实现 人物跳跃,左右移动 跳跃速度与重量无关 -> ForceMode....
     2020-11-30  
    • Note 
     
    • unity 
    Read more 
  • 看源码笔记 DeephageTP

    https://github.com/chuym726/DeephageTP 环境搭建&数据准备(已有:conda 4.9.2) 下载https://github.com/chuym726/DeephageTP 创建新的虚拟环境dee...
     2020-11-19  
    • Note 
     
    • bioinformatics 
    Read more 
  • 读论文笔记 DeephageTP

    DeephageTP: A Convolutional Neural Network Framework for Identifying Phage-specific Proteins from metagenomic sequencing data...
     2020-11-19  
    • Note 
     
    • bioinformatics 
    Read more 
  • 读论文笔记 ANN to Detect Structural Proteins

    Artificial Neural Networks Trained to Detect Viral and Phage Structural Proteins 数据来源:GenBank’s non-redun- dant database 原始数据...
     2020-11-13  
    • Note 
     
    • bioinformatics 
    Read more 
  • AR Foundation笔记05 Gaze Interaction

    https://www.youtube.com/watch?v=OE66gtiF8QQ&ab_channel=ThirdAurora First Try (Failed)创建项目start from : https://github.c...
     2020-09-28  
    • Note 
     
    • ar 
    Read more 
  • AR Foundation笔记04 Tap to Place Objects in AR

    https://www.youtube.com/watch?v=xguiSueY1Lw&list=PL6VJLOFcTt7awvyIGIbLLPOBrW6-Y1R-J&index=5&ab_channel=DineshPun...
     2020-09-28  
    • Note 
     
    • ar 
    Read more 
  • AR Foundation笔记03 Plane Detection

    https://www.youtube.com/watch?v=uWWiYfPTUtU&list=PL6VJLOFcTt7awvyIGIbLLPOBrW6-Y1R-J&index=4&ab_channel=DineshPu...
     2020-09-28  
    • Note 
     
    • ar 
    Read more 
  • AR Foundation笔记02 Image Tracking

    https://www.youtube.com/watch?v=o_z_Eb8Yh2g&list=PL6VJLOFcTt7awvyIGIbLLPOBrW6-Y1R-J&index=3&ab_channel=DineshPun...
     2020-09-26  
    • Note 
     
    • ar 
    Read more 
  • AR Foundation笔记01 安卓Setup

    https://www.youtube.com/watch?v=0mpsiO2lCx0&list=PL6VJLOFcTt7awvyIGIbLLPOBrW6-Y1R-J&index=1&ab_channel=DineshPu...
     2020-09-26  
    • Note 
     
    • ar 
    Read more 
  • 安装splinter记录

    1pip install splinter 坑 1brew cask install chromedriver 特别慢,装完一跑发现版本是81 但是chrome://version查看是85,用不了 1brew cask uninstall ch...
     2020-09-09  
    • Debug 
    Read more 
  • 记录部署静态页面

    把index.html和assets准备好 ssh连上服务器 1sudo apt-get install apache2 把文件传到/var/www/html (一开始传成了/root/var/www/html,index.html一直显示不对) ...
     2020-08-10  
    • Note 
    Read more 
  • 读书笔记 大脑修复术

     2020-07-25  
    • Memo 
     
    • mindmap 
    Read more 
  • 记录服务器安装Anaconda

    pyenv每次都要source ~/.bash_profile才能生效,扎心,卸了 现在笔记本上应该只有系统自带的2.7(和没卸干净的遗留文件) 1234coconutnut@Ss-MacBook-Pro ~ % python -VPython 2....
     2020-06-24  
    • Memo 
    Read more 
  • 读书笔记 推荐系统实践

     2020-06-24  
    • Note 
     
    • mindmap 
    Read more 
  • 笔记 推荐系统

    https://www.bilibili.com/video/av30578499/ Overview 传统推荐系统Content-based:unstructured,文字、图像等,需理解语义、提取大量特征,算法复杂延迟高 Collabora...
     2020-06-23  
    • Note 
    Read more 
Prev Next
© 2020 -  2023  coconutnut
Visitor Count   Totalview 
Powered by Hexo | Theme Keep v3.4.3