yang chanfa

Results 39 comments of yang chanfa

帮忙试试 #9 能不能解决问题?这里没有Windows环境。

@aa65535 可以分享你的HG255D的ROM吗?

因爲uint需要使用多一位來表示正負數數,所以當amount佔用的位數剛好爲8的倍數時,需要補多一位,因此在某些情況下補一個0並不夠,要補兩個0。 例如當amount爲33152時,二進制是`1000000110000000`,剛好16位,是8的倍數,同時33152的十六進制又是`0x8180`,是偶數,所以需要補多兩個0,變爲`0x008180`。

> > > 解决了 > > > `let amounthex=amount.toString(16); if(amounthex.length%2==1){ amounthex='0'+amounthex; } let c = Buffer.from(amounthex, 'hex')` > > > 如果金额转hex长度为单数 需要在前面补0 ... > > > 灵光一闪想到的居然成了 > > >...

@JokerShao 不建议用这么dirty的方法,据说cmakelist.txt是可以做到的

> Have` started working on support for gnome shell 40 here: https://github.com/paperwm/PaperWM/tree/next-release > > Things should start and launching windows should work, but there's quite a few bugs (eg. scrolling...

> using dconf-editor, orn using the gsettings command line tool. you can check my wbolster/dotfiles repo (gnome subdirectory) for some examples Animation of switch focus between two monitor is incorrect....

> using dconf-editor, orn using the gsettings command line tool. you can check my wbolster/dotfiles repo (gnome subdirectory) for some examples ![image](https://user-images.githubusercontent.com/7613160/113989011-99e4a100-9882-11eb-94be-556215f7cfdd.png) The above command is refer from your dotfile,...