June 2022

Avita 11 will be officially launched on August 8, with mass deliveries by the end of the year

Visit the original URL At the 2022 Chongqing Auto Show today, the CEO of Avita announced that the Avita 11 will be officially released on August 8 and will be delivered in large quantities by the end of the year. Source: Avita In addition, Zhu Huarong, chairman of Changan Automobile, Xu Zhijun, rotating chairman of

Avita 11 will be officially launched on August 8, with mass deliveries by the end of the year Read More »

Avita Technology and Huawei Technologies signed a comprehensive strategic cooperation agreement

Visit the original URL Titanium Media App reported on June 25 that Avita Technology and Huawei signed a comprehensive strategic cooperation agreement today to jointly build high-end smart cars. This round of cooperation adheres to the principles of risk sharing and revenue sharing. The two parties have reached consensus on the optimal resource investment, Huawei

Avita Technology and Huawei Technologies signed a comprehensive strategic cooperation agreement Read More »

Among the 10-year long-distance running veterans, he is the one with the strongest performance!

——Portrait of a fund manager: Shanghai Investment Morgan Fund · Du Meng When you think of long-distance running veterans with good performance, you may first think of Zhu Shaoxing, Fu Pengbo, Liu Yanchun, and Zhou Weiwen. Indeed, these managers are quite famous. But fame does not necessarily equal strength, and low-key masters are even more

Among the 10-year long-distance running veterans, he is the one with the strongest performance! Read More »

I looked at the two new regulations issued last night: personal pension and ETF interoperability

Generally speaking, on Friday night, the China Securities Regulatory Commission will release some news: either heavy fund varieties, important new regulations, or drafts for new regulations. . . and many more. Normally, one Friday, one message is enough. Yesterday was Friday, and the China Securities Regulatory Commission issued an official new regulation—ETF interoperability, a draft

I looked at the two new regulations issued last night: personal pension and ETF interoperability Read More »

Dong Chengfei bought a lonely

The market has rebounded rapidly in the past few days, especially in new energy and photovoltaics. I looked at the circle of friends, and even the little friends who had been quilted were cheering that Kweichow Moutai finally got rid of the quilt and could go out and have a meal. Looking at the data

Dong Chengfei bought a lonely Read More »

Native php recursively delete files + folders

Native php recursively delete files + folders <?php function deldir($dirname){ if(file_exists($dirname)) {//Determine whether there is a folder $dir=opendir($dirname);//Open the folder while($filename=readdir($dir)){//Read the 123 folder the data if($filename!=”.” && $filename!=”..”){//remove.and..except $file=$dirname.”/”.$filename; if(is_dir($file)){ deldir($file); //Use recursive deletion of subdirectories, that is to say, to determine whether there are folders in the 123 folder, if there is traversal

Native php recursively delete files + folders Read More »

js prohibits the right mouse button and prohibits F12 to view the source code

In the case of F12 censored elements, it is possible to randomly change the code, inject malicious JS, etc. to avoid this situation as follows: 1. Block F12 censorship elements <script> document.onkeydown = function () { if (window.event && window.event.keyCode == 123) { alert(“F12 is disabled”); event.keyCode = 0; event.returnValue = false; } if (window.event

js prohibits the right mouse button and prohibits F12 to view the source code Read More »

Unable to Patch

Original link: https://www.kawabangga.com/posts/4706 Recently, I am trying to implement the feature of completely disabling color in pdir2 , making it the same as other cli: when stdout is TTY , the output with color is enabled by default, and when stdout is not TTY, no color is output, that is, there is no color-related escape

Unable to Patch Read More »