Geekworm.com

Results 22 comments of Geekworm.com

> > > > 是省市不准确还是国家不准确了?目前我们只要求国家准确就可以了。后续不知道要不要更精细的。 > > > > > > > > > 项目主人已放弃治疗, 用我买的还好,有需求先用我项目里的吧虽然也有的不准确 > > > > > > 大兄弟,首先感谢一下。能否同步更新一下ip.merge.txt,因为项目已经运行的原因,现有的db库增加了洲的信息。想通过ip.merge.txt编一份不带洲信息的db库。还有您frok的项目没有issue揩油开放。 > > 我创建了一个文件转换工具,可以让db文件和txt文件相互转换,自取: https://github.com/orestonce/Ip2regionTool 我先fork了,,,多谢

我也下载了最新的lamp脚本,本来不想安装apache,大致看了一下你的脚本,发现如果不安装apache,那么php是不能安装的,所以运行lamp.sh时只选择了apache和php7.3,出了一下编译错误如下: /root/lamp/software/php-7.3.32/ext/iconv/iconv.c:2595: undefined reference to `libiconv_close' ext/iconv/.libs/iconv.o: In function `php_iconv_stream_filter_ctor': /root/lamp/software/php-7.3.32/ext/iconv/iconv.c:2616: undefined reference to `libiconv_open' ext/iconv/.libs/iconv.o: In function `_php_iconv_strlen': /root/lamp/software/php-7.3.32/ext/iconv/iconv.c:746: undefined reference to `libiconv_open' /root/lamp/software/php-7.3.32/ext/iconv/iconv.c:770: undefined reference to `libiconv' /root/lamp/software/php-7.3.32/ext/iconv/iconv.c:802:...

继续调查了一下,PHP7.3在编译时需要增加: -liconv

> Very good, This is helpful to me. Thanks.

@kahmra Below is the code I am using, I am currently using the 2023-04 version, this code works, If you find some bugs, please point it out, thanks. Or you...

I implemented the function of shipping orders on the 2023-04 version. The sample code is as follows: ~~~ static function create_order_fulfillment_new($order_id, $notify_customer, $tracking_number, $tracking_company) { $config = array( 'ShopUrl' =>...

> I implemented the function of shipping orders on the 2023-04 version. The sample code is as follows: > > ``` > static function create_order_fulfillment_new($order_id, $notify_customer, $tracking_number, $tracking_company) { >...

Yes, after updating the kernel from `6.6.20` to `6.6.22`, the PWM fan started working properly.

Hi, shut down then turn on

which OS? The pwm fan control is depend on the pigpiod liberary.