Blog | 博客

When your salary exceeds a value

Original link: https://note-star.cn/2022-06/1505.html After working hard in Zhuhai for so many years, I found a general rule that is When your salary exceeds a certain level, for every thousand yuan you raise, all you need to pay is your overtime hours and the disgusting level of the work you are facing, not your ability level […]

When your salary exceeds a value Read More »

Mainland credit card application notes for flexible employment personnel: Bank of China’s online application for pre-qualified quotas in seconds

Original link: https://www.blueskyxn.com/202206/6145.html?utm_source=rss&utm_medium=rss&utm_campaign=%25e7%2581%25b5%25e6%25b4%25bb%25e5%25b0%25b1%25e4%25b8%259a% 25e4%25ba%25ba%25e5%2591%2598%25e7%259a%2584%25e5%25a4%25a7%25e9%2599%2586%25e4%25bf%25a1%25e7%2594%25a8%25e5258d%25a1%25e7% 2594%25b3%25e8%25af%25b7%25e7%25ac%2594%25e8%25ae%25b0%25ef%25bc%259a%25e4%25b8%25ad%25e5%259b%25bd%25e9%2593%25b6%25e8%25a1% 258c%25e7%259a%2584 foreword as a student The unemployed A group of up to 200 million people in flexible employment✔ When faced with credit card applications in mainland China, you often encounter difficulties, because you need to submit strange certificates, company, social security, etc., after consulting group friends and relevant experience on

Mainland credit card application notes for flexible employment personnel: Bank of China’s online application for pre-qualified quotas in seconds Read More »

Alipay/WeChat/Aggregate Code Cross-Platform Scanning Function Test Report

Original link: https://www.blueskyxn.com/202206/6141.html?utm_source=rss&utm_medium=rss&utm_campaign=%25e6%2594%25af%25e4%25bb%2598%25e5%25ae%259d-%25e5%25be%25ae %25e4%25bf%25a1-%25e8%2581%259a%25e5%2590%2588%25e7%25a0%2581-%25e8%25b7%25a8%25e5%25b9%25b3%25e5%258f%25b025e6%2589%25 %25e7%25a0%2581%25e5%258a%259f%25e8%2583%25bd%25e6%25b5%258b%25e8%25af%2595%25e6%258a%25a5%25e5%2591%258a Alipay WeChat cross-platform scan code test UnionPay QuickPass: Alipay and WeChat available ViVoPay: WeChat can Wing payment: Alipay available Shanghai Pudong Development Bank: Alipay China Merchants/Construction/Postal Savings Bank: Alipay WeChat China / CITIC / GF / MYbank: None supported WeBank: No scanning function After some testing: WeChat scan code supports

Alipay/WeChat/Aggregate Code Cross-Platform Scanning Function Test Report Read More »

How to apply for product barcode

Original link: https://unmei.cn/20220625-839.html China Article Numbering Center A single barcode costs 740 yuan, Can be renewed at will. Maintenance fees will be required annually in the later period. This article is reproduced from: https://unmei.cn/20220625-839.html This site is for inclusion only, and the copyright belongs to the original author.

How to apply for product barcode 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 »

God’s New Pasture #3: The Division of Classes

Original link: http://headsalon.org/archives/9007.html God’s New Pasture #3: The Divide of Classes Whig November 19, 2018 Class differences are not just inequalities in economic status and political power (although these two always get the most attention), in a mature hierarchical society, different classes of people live, dress, behave, talk, socialize, There are stark differences in entertainment

God’s New Pasture #3: The Division of Classes Read More »