Notes: Use axios to call data and render in vue

Original link: https://zburu.com/2022/07/12/151.html Examples are as follows. <template> <div class=”posts”> <div v-for=”item in list” :key=”item.cid” > </div> </div> </template> <script> import Axios from ‘axios’; export default { name: ‘index’, data () { return { list: [] } }, methods: { getData () { var api = ‘https://zburu.com/api/posts.php’; Axios.get(api).then((response) => { this.list = response.data; console.log(response.data) }).catch((error) …

Notes: Use axios to call data and render in vue Read More »

who to write to

Original link: https://blog.yitianshijie.net/2022/07/12/who-is-your-reader/ Jia Jia : In 2011, I met Changping teacher @chang_ping in Hong Kong, and he asked me a question: Can we abandon the fear of being censored when we are outside the country? style of writing? Can you write Chinese articles in a normal, beautiful and sincere language with integrity and fearlessness? …

who to write to Read More »

OSDI 2022 | Come and watch! The latest paper in the field of computer systems at Microsoft Research Asia!

Original link: https://www.msra.cn/zh-cn/news/features/osdi-2022 Editor’s note: OSDI (Operating Systems Design and Implementation) is one of the top academic conferences in the field of computer systems, bringing together the forward-looking thinking of computer scientists around the world. The 16th OSDI will be held from July 11th to 13th, 2022. A total of 253 papers were submitted for …

OSDI 2022 | Come and watch! The latest paper in the field of computer systems at Microsoft Research Asia! Read More »

About “cyberspace”

Original link: https://blog.yitianshijie.net/2022/07/12/on-fukongliuyu/ Translating cyberspace as “Fu Controlled Watershed” is Cao Zhilian ‘s masterpiece. I saw someone who thought it was translated by me before, so I hereby declare. This translation is often criticized, but I find it more and more useful. Timeline has become the basic form of people surfing the Internet today. Rather …

About “cyberspace” Read More »

The latest WordPress theme in 2022 Zibll theme V6.5 latest perfect crack happy version

Original link: https://www.iyouhun.com/post-239.html Zibll theme is specially developed for reading websites, with simple and elegant design and comprehensive functions. The UI interface is modular, with multiple layouts and multiple display effects to choose from. It is highly liberalized, making it easier to match your favorite website. Support paid reading, paid download, paid video payment function …

The latest WordPress theme in 2022 Zibll theme V6.5 latest perfect crack happy version Read More »

recite the full text

Original link: https://blog.yitianshijie.net/2022/07/12/let-us-print-this-on-a-poster/ Are there any communication technologies that have the potential to sustain the need for childhood? The only technology that has this capacity is the computer. In order to program a computer, one must, in essence, learn a language. This means that one must have control over complex analytical skills similar to those …

recite the full text Read More »

tough times

Original link: http://www.winegrower.cn/archives/534/ I don’t know if it was intentional or unintentional, but the Douyin, Bilibili, etc. that I usually browse all recommend me some preludes to the turbulence in today’s society. Information such as “XX Unfinished Building” and “XX Bank” come into my field of vision from time to time. From our personal perspective, …

tough times Read More »

The latest free NBA live football watch artifact that supports Android and iPhone

Original link: https://thornbird.org/nba-football-live.html Basketball and football have always been the favorite of young people. Although the popularity of China is not very good, it is really difficult for such a huge China to call up a strong men’s football team and basketball team. The world’s high-level basketball is in the United States. The NBA undoubtedly …

The latest free NBA live football watch artifact that supports Android and iPhone Read More »

WordPress executive director says 5% contribution to next five plans is an expectation, not a requirement

Original link: https://www.wpdaxue.com/newsletter/130053.html In the latest episode of the WP Briefing, titled “Five of the Future’s True Intentions,” WordPress executive director Josepha Haden Chomphosy responded to the recent public criticism of the plan. She referred to a conversation she started in May where she tried to draw a clear distinction between ecosystem contributions and core …

WordPress executive director says 5% contribution to next five plans is an expectation, not a requirement Read More »

drama love

Original link: https://onojyun.com/2022/07/12/6329/ △ 193|Scripted Love Presumably because, as life stages are different, when writing, content themes also reflect completely different thinking according to these stages. On the other hand, I looked at myself in the new 500-day writing plan and the last 500-day writing plan. The proportion of topics about “love” has dropped sharply, …

drama love Read More »

JavaScript programmers master 80% of Rust language knowledge in 15 minutes

If you are a JavaScript programmer, this article will take you quickly to understand the many languages ​​​​of the Rust programming language. There are many zero-based tutorials on Rust online, but since you’re already a programmer, why not compare it with a programming language you’re already familiar with? Before you dive into Rust, listen to …

JavaScript programmers master 80% of Rust language knowledge in 15 minutes Read More »