时间:2021-07-01 10:21:17 帮助过:22人阅读
"★★★★★☆☆☆☆☆".substring(5 - rating, 10 - rating);
echo 15 > /sys/class/acpi_backlight=vendor/acpi_osi=Linux/brightness
_='_=%r;print _%%_';print _%_
相比代码其实我更喜欢看代码中的那些注释,给你感受下前端的世界:/*
* 在IE下,document.write执行的顺序会错乱
* 假设使用document.write写入script标签,顺序为a1->a2->a3,并在a3中定义了变量hello
* 则同样使用document.write写入b1脚本,无法读取hello
* 必须使用至少对应的3层嵌套,形成b1->b2->b3顺序的document.write,在b3中读取hello变量才可行
* 因此,使用checkStatus函数自调用递归5层来读取全局的FOO变量
*
* 如果在5层嵌套没到的情况下发现全局FOO变量已经被赋值,则可以提前退出
*/
素数正则:^1?$|^(11+)\1+$
[].forEach.call($$("*"),function(a){
a.style.outline="1px solid #"+(~~(Math.random()*(1<<24))).toString(16)
})
void memcpy( char* to, char* from, size_t count )
{
size_t n = (count+7)/8;
switch( count%8 )
{
case 0: do{ *to++ = *from++;
case 7: *to++ = *from++;
case 6: *to++ = *from++;
case 5: *to++ = *from++;
case 4: *to++ = *from++;
case 3: *to++ = *from++;
case 2: *to++ = *from++;
case 1: *to++ = *from++;
}while(--n>0);
}
}
@装配脑袋 当年写过一个42个字符的python代码,打印代码自身。神技。 趣味程序:打印自己代码的程序 segmentation faultPython 一行打印小九九