当前位置:网站首页>The function is really powerful!

The function is really powerful!

2022-07-07 21:49:00 Java technology stack

Hello everyone , I'm the stack leader .

Everybody knows , The profession of programmer needs to be summarized constantly , One of the things that impressed me most was , I once spent a few days to solve a shocking bug, And a few months later , This bug It happened again , I know I've solved this before bug, But when it happens again, there is nothing to do , I can't think of how it was solved at that time ..

I believe everyone has encountered such a scene ?

therefore , Since that incident , Every time I solve something difficult, I will write down the solution , Later, I became a system architect , It will also urge team members to record daily bug And the habit of solutions , This can help yourself , It can also make others less detours .

Work 、 There are too many trivia in life , I don't believe in Superman in this world , Even if the memory is good , I will forget it after a while . Although I formed the habit of taking notes later 、 Write an article 、 The habit of blogging , But now look back at those articles , I can't believe it was written by myself , therefore , Better a good memory than a bad pen , This sentence is very reasonable .

Speaking of writing articles , The stack leader has used several note taking tools over the years , Everyone is familiar with it , But I abandoned them , Finally, I chose a foreign Markdown Article tools , It's still paid , Choose it because what it sees is what it gets , The point is that it is better to support code blocks , But there is a disadvantage of causation —— Cloud synchronization is not possible , You need to use other tools to complete synchronization , That's chicken ribs .

therefore , Tell the truth , I have never found a satisfactory note taking tool ...

But recently I found that a document software is very popular , Language sparrow , Ant group , Because I often share some information with my colleagues 、 assist , therefore , Someone will always send me some links to YuQue , Let me see 、 Help change , out of curiosity , I asked my colleagues , He said YuQue interface is very clean and refreshing , Support Markdown、 Drawing board 、 Mind mapping 、 flow chart …

After that recommendation from colleagues , I also downloaded and experienced , After experiencing it, I can't live without it , Decisively migrated from other tools to YuQue . Because I usually have too much information , Always remember some random thoughts 、 matter 、 Code thinking 、 Knowledge notes 、 Articles, etc , The stack leader needs several tools to complete these , Too messy and no rules , And one bird is enough , It really improves my productivity .

today , I'm not stingy , Also share how I use finch .

1

A working day , morning 10 Some more , The stack leader is cracking the code , Suddenly encountered a technical problem, unable to do anything , After some research , It's finally settled .

but , Forced by the urgency of things , There was no time to do more research , So I pressed it casually "ctrl + shift + y" Put problems and temporary solutions Notes For a moment :

In my spare time , The stack leader opens the YuQue client , Find the notes , And moved it to the corresponding knowledge base :

Then take the time to form a solution article , such , One thing can have a beginning and an end , It can also solve the problems that I usually need to use multiple software management 、 The trouble of the article .

Now think back to the previous chat assistants 、 Collection operation , all too Low 了 , Although it is very convenient to use , But it's so fragmented , Nor can it form a closed loop of knowledge , And often forget , speak , Do you also do this ?

2

Over the weekend , There was a rainstorm outside the window , There is a typhoon , The end of the world , The municipal government also reminded me not to go to the seaside , Pay attention to safety when you go out , Can't , Only stay at home .

So I opened the YuQue client , See what else to do , I found that there are a lot of articles to be written , Some have been piled up for a long time , The stack leader writes an article, and the operation is as fierce as a tiger , I also accidentally found many wonderful functions of YuQue .

Markdown Grammar is handy :

Enter the outline title directly # No. space , Like the first level title (#)、 Secondary title (##)、 Three level title (###) wait …

Want to quote a link , Input > Just blank space .

Reference link :http://xx

Want to insert code , Input ````` You can enter. .

Wait for the above usage , still Markdown The original formula , Familiar taste , There is no barrier to the relocation , This is commendable .

YuQue also supports various shortcut commands , Instructions are the phonetic acronyms of function points , such as : Code block = /dmk, I typed /dmk You can insert code blocks :

you 're right , If not Markdown user , Quick instructions can also write happily , This is too efficient , It's so interesting .

Programmers cannot write without code blocks , You can choose the specified programming language , Different languages also have different styles , You should also be able to choose the code theme :

I'm interested in writing , Need a mind map , In the past, when writing, you need to jump out of the note taking tool and draw pictures in a third party , Then paste it in , Now all you need is one /swdt Instructions , The mind mapping module is presented to me :

The above is the template , The following is my real painting :

Of course, this is just a side dish , As long as there is a need , Various flow charts to be used in daily work (/lct)、UML chart (/uml), Even Sketchpad (/hb), With the blessing of a powerful material library, you can easily pick it up :

This drawing board is so flexible , It's the most powerful I've ever seen , There can be any number of figures on the drawing board , For example, the mind map mentioned above , In fact, it is carried by the drawing board , The power of Sketchpad is really huge , There is a lot of available space , I drew some pictures when sharing with my colleagues , Once finished, it will become the material of the article .

Why is the wordbird editor so friendly to programmers ?

The stack leader knows , It turns out that YuQue was first born in the experience Technology Department of Alipay , This is a team of designers and engineers , therefore , It was originally written for our programmers to use , This may also be the reason why I adapt to it so quickly .

3

Stack master graduated for many years , Hundreds of thousands of technical articles have been written , Scattered everywhere , Stored in various note taking tools , So far, they have not been reunited well , It's time to tidy up .

YuQue also provides the function of knowledge base , You can sort them into your own private articles , You see , This is what I created Java Personal private knowledge base , Import some uploaded Java Class :

It looks really comfortable , Or cloud synchronization , In the future, I can edit and write at multiple ends , Although the creation is a private knowledge base , But I can also share it with others flexibly and freely 、 edit , For example, I want to share it with a colleague :

Colleagues have good technical ability in some aspects , I want to invite him to co create and comment :

The knowledge base 、 The permissions of a single article can be flexibly set , It's all up to you .

4

Okay , The knowledge base has also been built , In the past, articles were manually copied and then deployed to blogs , This process is really uncomfortable , Until I saw the developer service of YuQue Webhooks:

The language bird is rich API and Webhooks Help me get through the third-party ecosystem , and Github Of Webhooks equally , This is an active notification mechanism that triggers certain events , You see , Next, I customized the knowledge base release document 、 Update document dynamics :

Once the article is updated, it can be pushed to my server , Then the server passes the word bird API Get articles from the knowledge base to update the blog , In this way, you can automatically deploy your blog after writing an article , Ensure that the blog can be synchronized with YuQue in real time , Also completed the knowledge from childhood > article > The knowledge base > The whole process of blog , Open up the boundary of knowledge from inside to outside , Let the document not be limited to words .

Add more , all API Need to be Token Authorized access , We need to create in the personal Center Token:

Just finished writing the article , The blog is automatically deployed , We often say , Don't work overtime blindly , Don't spend a lot of time on repeating things , Work to improve efficiency , look , After deploying this free robot blog, I won't be in charge .


The above is my share , Not all , Let's talk about the summary :

1、 Notes 、 article 、 The knowledge base , They are all independent , But it can also be interdependent , Make good use of , It can gather messy information , Make information more focused , Instead of battling separately , To a large extent, it can improve efficiency .

2、 This is the most powerful editor I have ever seen , Support Markdown / Quick instructions , You can insert code blocks 、 The formula 、 video 、 Various flow charts 、 Drawing board, etc , Even third-party services , This piece of energy is huge , Can be competent for almost any high-level article writing .

3、 Programmer specific capabilities , In addition to the powerful editor , There is also open ecosystem and developer Services , It can meet some programmers who have personalized requirements for documents , such as :Webhooks, Let documents be more than documents , It can also become a blog in an instant .

……

above , In fact, there are more , YuQue is so funny .

Recent hot article recommends :

1.1,000+ Avenue Java Arrangement of interview questions and answers (2022 The latest version )

2. Explode !Java Xie Cheng is coming ...

3.Spring Boot 2.x course , It's too complete !

4. Don't write about the explosion on the screen , Try decorator mode , This is the elegant way !!

5.《Java Development Manual ( Song Mountain version )》 The latest release , Download it quickly !

I think it's good , Don't forget to like it + Forward !

原网站

版权声明
本文为[Java technology stack]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/188/202207072013568919.html