Coder Social home page Coder Social logo

gitalk's Introduction

gitalk's People

Watchers

 avatar

gitalk's Issues

在Manjaro上配置conky - 技术碎片

https://www.yangcc.top/2022/03/06/%E5%9C%A8Manjaro%E4%B8%8A%E9%85%8D%E7%BD%AEconky/

一 下载conky使用pacman,或者yay,或者使用gnome的商店都可以下载: 12sudo pacman -S conkyyay -S conky 在家目录新建一个.conkyrc的文件,写上配置文件即可,效果如下: 二 设置开机自启比如在gnome中工具中设置开机自启,是没有效果的,因为conky需要在系统启动桌面加载好后才启动,因此需要一个延时,因此,在目录 ~/.config/a

Electron(一) - 你好 世界

https://www.yangcc.top/2023/06/22/Electron(%E4%B8%80)/?

Electron(一)Electron是一个js桌面端框架,让html,js 打包为桌面应用成为可能,已经有非常多的应用使用了这门技术,如:vscode,notion,figma,思源笔记等等 一 整体交互形式桌面应用最重要的是什么,或者说和浏览器页面有什么区别?大的来说就是可以和操作系统交互,那么什么叫可以和操作系统交互?让我们回顾下浏览器,浏览器就像一个盒子,里面的所有页面的权利是有限的,就

设计模式-发布订阅 - 你好 世界

https://www.yangcc.top/2023/07/14/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F-%E5%8F%91%E5%B8%83%E8%AE%A2%E9%98%85/

观察者模式(Observer Pattern),或者叫发布订阅,是一种行为型设计模式,它定义了一种一对多的依赖关系,使得多个观察者对象可以同时监听和被通知被观察者对象的状态变化。 观察者模式的主要特点如下: 主题和观察者的解耦:观察者模式通过定义抽象主题(Subject)和抽象观察者(Observer)来实现主题和观察者的解耦。主题对象并不直接依赖于具体的观察者,而是依赖于观察者的抽象。这样可

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.