Linux设备驱动程序中文+Linux设备驱动开发详解
2022-08-05 09:00:37 58.05MB 驱动
1
wget下载地址:https://ftp.gnu.org/gnu/wget/ 在wget的源代码中 src/url.c 这个文件中有wget如何处理文件名的函数url_file_name() url_file_name()在根据url的形式判断该保存为什么样的文件名,并进行了多方面的考虑,最终该函数调用了append_uri_pathel(),该函数会判断url中的特殊字符,例如空格等,如果遇到这些字符wget把它进行转义,而问题就出在这里,append_uri_pathel()函数是通过FILE_CHAR_TEST (*p, mask)这一句来判断该字符是否为特殊字符,而同时它会认为中文也是特殊字符,然后按照转换空格之类的方式对中文进行转义,这样就会造成中文乱码的情况,知道了问题所在,就可以在append_uri_pathel()函数对特殊字符的判断中排除中文字符。 解决方法基本上都是对这个url_file_name函数或者是FILE_CHAR_TEST 这个宏定义进行修改.
2022-08-04 22:05:43 141KB wget 中文 linux
1
中文Linux Man 文档 ac--输出用户连接时间  access--确定文件是否可以存取访问  ali--list mail aliases  apm--查询高级电源管理(APM)BIOS  apropos--search the whatis database for strings  at-- (batch,atq,atrm)排队、检查或删除以后要执行的作业。  autorun-- 自动装载/卸载 CDROMs 并在装载后执行/path/to/cdrom/autorun  biff--新到邮件提醒  builtins2--bash 内建命令  bzip2--(bunzip2)一种块排序文件压缩软件,v0.9.5  cal--显示一个日历  cat--连接文件并在标准输出上输出
2022-03-03 14:31:50 1.03MB Linux Man 命令
1
linux下的文件名乱码,转为正常,linux下的文件名乱码,转为正常,linux下的文件名乱码,转为正常
2021-11-22 15:16:53 27KB 中文 linux乱码
1
便携中文linux操作系统,约37M,以tinycore linux 4.2.1为基础,内核是3.0.3。集成了常用的基本功能,可进行文件管理,文字、图像处理,简单的网络浏览和下载,硬盘分区维护等,同时支持一些常用的压缩格式。更多功能可以自由扩展。中文支持是gb18030的locale, fcitx输入法,文泉驿字体。无需安装,复制到硬盘即可使用。详见里面的说明。md5:edb0dbabbb6c52520a66a2ba68ab5cb5。
2021-11-09 02:07:56 37.54MB 便携 中文 tinycore linux
1
一键将网站静态资源HTML和JS中的英文字符串翻译为中文 使用命令:trans -u jabari -a 123 -s ./test -d ./dist -u: 用户名 -a: 密码 -s: 源目录 -d: 生成目录
1
剖析中文Linux.pdf
2021-09-07 09:00:40 1.33MB Linux 操作系统 系统开发 参考文献
【中文】【Linux编程白皮书】【(PDF)(13.83MB)】,提供下载地址,经典的资料,绝对经典!
2021-09-05 19:34:05 462B java .net 源码 Linux
1
man手册页中文版 1. 通用命令(General Commands) ac ACCESS adduser ali apm apropos ar at autorun awk BASH_BUILTINS biff bunzip2 bzip2 cal cat cce charset chattr chfn chgrp chmod chown chsh chvt cksum clear col compress cp cpio curl cut date dd deallocvt df df diff dig dircolors dirname du dump dumpkeys echo eject env file find finger free fwhois gcc git gitps gitview grep groff gzexe gzip head hostid hostname htpasswd id install intro kbd_mode kbd_mode kill killall last lastb ld lha ln loadkeys lockfile ls lsattr mail mailto make_smbcodepage mesg mkdir mkfifo mknod mktemp more newgrp nice nroff passwd paste patch perl pwconv pwd quota quotacheck quotaoff resize restore rm rmdir rmmod rmp rmt sed setconsole setenv setleds setup showkey smbcontrol smbstatus smbtar sndconfig sort sq sq stat stty su SVGATextMode tac tail tar testparm testprns timeconfig touch tree umount uname unicode_start unicode_stop unzip uptime usleep vim vimtutor wall wc wget whatis xmodmap xpdf Yacc yes yppasswd 2. 系统调用指令(System Calls) accept bind close creat create_module execv execve init_module listen open query_module read send sendmsg sendto write 3.子程序(Subroutines) basename bindtextdomain bzero cfgetispeed cfgetospeed cfmakeraw cfsetispeed cfsetospeed clearerr dirname execl execle execlp execvp exit fclose fcloseall fdopen feof ferror fflush fgetc fgets flockfile fopen fopen fprintf fputc fputs fread freopen fseek fsetpos fsetpos ftell ftrylockfile fwrite getc getchar gets iconv_close iconv_open pclose popen printf putc putchar puts rewind setbuf setbuffer setlinebuf setlocale setvbuf snprintf sprintf stdin stdio stdout strcoll strxfrm tcdrain tcflow tcflush tcgetattr tcsendbreak tcsetattr termios
2021-06-04 13:21:10 2.54MB man手册
1
中文Linux Man 文档.pdf,我学习linux时对我帮助很大
2019-12-21 19:36:32 1.32MB 中文Linux LinuxMan
1