读好书,交益友
发布时间:2017-02-22 15:44:02
1 libpam编译出现.libs/yppasswd_xdr.o: In function `xdr_xpasswd':/vm/openwrt/openwrt/build_dir/target-x86_64_glibc-2.22/Linux-PAM-1.1.8/modules/pam_unix/yppasswd_xdr.c:289: undefined reference to `xdr_string'/vm/openwrt/openwrt/build_dir/target-x86_64_glibc-2.22/Linux-PAM-1.1.8/modules/pam_unix/yp.........【阅读全文】
发布时间:2017-02-22 11:11:35
使用gcc5.3编译libgpg-error-1.12出现gawk -f ./mkerrcodes.awk >mkerrcodes.hrm _mkerrcodes.hcc -I. -I. -o mkerrcodes ./mkerrcodes.cIn file included from ./mkerrcodes.c:26:0:./mkerrcodes.h:9:5: error: expected expression before ',' token{ , "GPG_ERR_E2BIG" },..........【阅读全文】
发布时间:2017-02-20 19:31:25
在openwrt上编译libpam出现 ./../libpam/include -I../../libpamc/include -DCHKPWD_HELPER=\"/usr/sbin/unix_chkpwd\" -DUPDATE_HELPER=\"/usr/sbin/unix_update\" -Os -pipe -g3 -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -fpic -no-undefined -avoid-version .........【阅读全文】
发布时间:2017-02-20 19:20:06
一直使用jackson处理json,最近ui传来的数据{"funcCode":"Read_Coils","action":"pass","startaddr":"","endaddr":""},处理时需要把""转为null,看了许久才明白其中的道理.先写一个自定义反序列化类点击(此处)折叠或打开import com.fasterxml.jackson.core.JsonParser;import .........【阅读全文】
发布时间:2017-02-16 19:34:51
因为要安装xposed,需要把android的system分区改为rw,上网搜了一下,要使用 root explorer,但是发现这个要收费.后来发现ES File Explorer和Total Commander for Android也可以做.但是还是adb方便$ adb shell$ su# mount -o rw,remount /system$ adb shell$ su# mount -o rw,remount /system.........【阅读全文】