大约有 9,000 项符合查询结果(耗时:0.0125秒) [XML]

https://www.tsingfun.com/it/te... 

[解决]CTRL: PTY read or GRE write failed - 更多技术 - 清泛网 - 专注C/C++及内核技术

...ection finished 于是把打开调试模式,修改/etc/ppp/pptp-options 文件,找到 #取消如下行前# debug #执行 service pptpd restart 取消行前注释,重启pptpd服务进入调试模式 分析日志后发现是logwtmp版本与pptpd版本不一致原因导...
https://bbs.tsingfun.com/thread-64-1-1.html 

LINUX下用PHPIZE安装PHP GD扩展 - PHP - 清泛IT论坛,有思想、有深度

.../YUM安装扩展cd /app/php-5.4.13/ext/gd  //这里php-5.4.13/文件夹是我当初解压PHP安装包得到。phpize./configure --with-png-dir --with-freetype-dir --with-jpeg-dir --with-gd sudo make make install sudo vi /app/php5/etc/php.ini  //修改PHP配置文件 e...
https://bbs.tsingfun.com/thread-2234-1-1.html 

代码块超过1.2w编译apk报错问题 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...制。这通常发生在尝试存储过大对象时,例如保存项目文件时数据过大。 解决中。 ---- 试过,几乎所有平台都是点编译就服务器错误。 只有code服务器,能通过,但是编译过程报错: RequestTooLargeError 可能指...
https://www.tsingfun.com/it/cpp/1966.html 

[源码实例] c/c++获取网卡mac地址 - C/C++ - 清泛网 - 专注C/C++及内核技术

... ( uRetCode == 0 ) { // 把网卡MAC地址格式化成常用16进制形式,如0010-A4E4-5802 sprintf(pMicID,"%02x-%02x-%02x-%02x-%02x-%02x", Adapter.adapt.adapter_address[0], Adapter.adapt.adapter_address[1], Adapter.adapt.adapter_address[2], Adapter.adapt.adapte...
https://www.tsingfun.com/ilife/tech/1934.html 

一文讲透区块链技术原理 - 资讯 - 清泛网 - 专注C/C++及内核技术

...一、全新技术,而是多种现有技术(如加密算法、P2P文件传输等)整合结果,这些技术与数据库巧妙地组合在一起,形成了一种新数据记录、传递、存储与呈现方式。简单说,区块链技术就是一种大家共同参与记录...
https://www.tsingfun.com/it/tech/2574.html 

解决python3报错:TypeError: a bytes-like object is required, not \'str...

...tes。 bytes→str:decode()方法。如果我们从网络或磁盘上读取了字节流,那么读到数据就是bytes。要把bytes变为str,就需要用decode()方法。 解决方法: str.encode() python3
https://bbs.tsingfun.com/thread-1789-1-1.html 

APP INVENTOR硬件交互学习教程05——自动连接蓝牙实现 - 创客硬件开发 - 清...

...址 2.程序设计 这里主要用两个方法,存储地址方法;读取地址方法。具体代码请参考下图
https://bbs.tsingfun.com/thread-1648-1-1.html 

UrsAI2ByteArray 字节数组扩展:读写进制数据 - App Inventor 2 拓展 - ...

在技​​术应用或控制设备时,经常需要使用进制数据。此扩展允许维护进制数据字段(字节数组)。 官方页面:https://ullisroboterseite.de/android-AI2-ByteArray-en.html
https://www.tsingfun.com/it/tech/1978.html 

configure: error: Unable to find gd.h anywhere under /usr/local/gd - ...

... 解决方式: 1.在gd库安装路径下搜索没有发现gd.h文件,但是在/etc/include下有gd.h文件 2.在网上搜索发现重装gd库可解决 3.重新安装gd库,在安装时出现: configure.ac:64: error: possibly undefined macro: AM_ICONV If this token and others a...
https://www.tsingfun.com/it/os... 

Linux bpftrace学习笔记(持续更新) - 操作系统(内核) - 清泛网 - 专注IT技能提升

...pftrace安装请参考:bpftrace-install。1、查看程序在打开哪些文件: bpftrace -e & 39;tracepoint:syscalls:sys_enter_open { printf("%s %s n 图:BPF性能工具及其可见性 bpftrace安装请参考:bpftrace-install 。 1、查看哪些程序(如head,tail)正在打...