Giter Site home page Giter Site logo

hexo-comments's People

Watchers

Shen avatar

hexo-comments's Issues

port xxxx is not open on localhostが発生した場合の解消法 | Shin's blog

https://codeshin129.github.io/2022/05/15/port-xxxx-is-not-open-on-localhost/

原因port xxxx が既に利用されているため、該当ポートに他のスレッドが起動できないのは原因です。 解決方法 該当ポートに何が使われているのを確認する。{xxxx}は確認したいポート番号を書き替えてください。1sudo lsof -i:{xxxx} 該当ポートが利用されていない場合、何も表示ないです。 該当ポートが利用されている場合、以下のように情報

単方向LinkedListを反転する | Shin's blog

https://codeshin129.github.io/2022/01/05/about-LinkedList/

単方向 Linked List ってなに?基本的なデータ構造の一つである線形リスト(linear linked list)のうち、各要素が自分の「次」の要素へのリンクを持ち、先頭側から末尾側へのみたどっていくことができるもの。 例[1 -> 2 -> 3 -> 4 ] 重要点 各要素が次の要素へ指している。 一番後ろの要素は null に指している。 一番目の要素だけが渡されるこ

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.