位置: 编程技术 - 正文

RedHatLinux AS3中APACHE+SendMail+OpenWebMail整合

编辑:rootadmin

推荐整理分享RedHatLinux AS3中APACHE+SendMail+OpenWebMail整合,希望有所帮助,仅作参考,欢迎阅读内容。

文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!

注:1. Openwebmail是一个webmail程序,不同与微软的owa及imail的web方式,它不包含服务器端服务(本例中邮件服务器为sendmail);因此在运行Openwebmail的机器上需要安装Apache和Sendmail. 2. Openwebmail多数程序是由Perl语句编写的,所以必须安装Perl及Perl相关包3.下载所需软件包:在RedHatLinux AS3中安装openwebmail需要以下软件包 >>1. perl-CGI-2.-.4.i. perl-Compress-Zlib-1.-RH9.i. perl-Text-Iconv-1.2-RH.i. perl-suidperl-5.8.0-.i. openwebmail-2.-.i. 1:安装下载包[root@AS3 software]#rpm –ivh perl-CGI-2.-.4.i.rpm[root@AS3 software]#rpm –ivh perl-Compress-Zlib-1.-RH9.i.rpm[root@AS3 software]#rpm –ivh perl-Text-Iconv-1.2-RH.i.rpm[root@AS3 software]#rpm –ivh perl-suidperl-5.8.0-.i.rpmStep 2:初始化openwebmail[root@AS3 software]#cd /var/www/cgi-bin/openwebmail[root@AS3 openwebmail]# ls -ltotal drwxr-xr-x 2 root mail Nov : authdrwxr-xr-x root mail Nov : etcdrwxr-xr-x 6 root mail Nov : miscdrwxr-xr-x 2 root mail Nov : modules-rwsr-xr-x 1 root mail Nov : openwebmail-abook.pl-rwsr-xr-x 1 root mail Nov : openwebmail-advsearch.pl-rwsr-xr-x 1 root mail Nov : openwebmail-cal.pl-rwsr-xr-x 1 root mail Nov : openwebmail-folder.pl-rwsr-xr-x 1 root mail Nov : openwebmail-main.pl-rwsr-xr-x 1 root mail Nov : openwebmail.pl-rwsr-xr-x 1 root mail Nov : openwebmail-prefs.pl-rwsr-xr-x 1 root mail Nov : openwebmail-read.pl-rwsr-xr-x 1 root mail Nov : openwebmail-send.pl-rwsr-xr-x 1 root mail Nov : openwebmail-spell.pl-rwsr-xr-x 1 root mail Nov : openwebmail-tool.pl-rwsr-xr-x 1 root mail Nov : openwebmail-vdomain.pl-rwsr-xr-x 1 root mail Nov : openwebmail-viewatt.pl-rwsr-xr-x 1 root mail Nov : openwebmail-webdisk.pl-rwxr-xr-x 1 root mail Aug : preload.pldrwxr-xr-x 2 root mail Nov : quotadrwxr-xr-x 2 root mail Nov : shares-rwxr-xr-x 1 root mail Sep 4 : userstat.pl-rwxr-xr-x 1 root mail Nov : vacation.pl [root@AS3 openwebmail]#./openwebmail-tool.pl --init //这步骤很关键会出现如下的提示:change the following 3 options in openwebmail.conf from dbm_ext .db dbmopen_ext none dbmopen_haslock no to dbm_ext .db dbmopen_ext %dbm_ext% dbmopen_haslock no安回车键忽略提示,继续配置//进入openwebmail下面的etc目录进行相关配置,需要修改以下1./var/www/cgi-bin/openwebmail /etc/openwebmail.conf2./var/www/cgi-bin/openwebmail/etc/defaults/openwebmail.conf3./var/www/cgi-bin/openwebmail/etc/defaults/dbm.conf修改后的文件为>>1./var/www/cgi-bin/openwebmail/etc/openwebmail.conf[只需修改1处domainnames supermaster.com //默认是auto],完整的内容如下:## Open WebMail configuration file## This file contains just the overrides from defaults/openwebmail.conf# please make all changes to this file.## This file sets options for all domains and all users.# To set options on per domain basis, please put them in sites.conf/domainname# To set options on per user basis, please put them in users.conf/username#releasedate domainnames supermaster.com //默认是autoauth_module auth_unix.plmailspooldir /var/spool/mailow_cgidir /var/www/cgi-bin/openwebmailow_cgiurl /cgi-bin/openwebmailow_htmldir /var/www/data/openwebmailow_htmlurl /data/openwebmaillogfile /var/log/openwebmail.log# To SysAdmin,# Please install ClamAV RPM package from in order to# enable viruscheck with Open WebMail. Otherwise set it to no.# See ... howto/virus/ClamAV/# for a step-by-step instruction.enable_viruscheck yesviruscheck_pipe /usr/bin/clamdscan --mbox --disable-summary --stdout -viruscheck_source_allowed allenable_spamcheck noenable_learnspam no%name%version %version%%help_text%?logo_url %ow_htmlurl%/images/openwebmail.giflogo_link @@@HELP_URL@@@help_text @@@HELP_TEXT@@@spellcheck /usr/bin/aspell -a -S -w "-" -d @@@DICTIONARY@@@ -p @@@PDICNAME@@@spellcheck_pdicname .aspell.@@@DICTIONARY@@@.pwsspellcheck_dictionaries english, americanauto_createrc yes############################################# Buttons :# EditFroms | EditStationary | POP3Setup | ChangePassword | History | Infoenable_editfrombook yesenable_stationery yesenable_pop3 yesenable_changepwd yesenable_history yesenable_about yes############################################### Personal Informationdefault_language endefault_timeoffset autodefault_daylightsaving autodefault_realname autodefault_fromemails autodefault_autoreplysubject This is an autoreply...[Re: $SUBJECT]Hello,I will not be reading my mail for a while.Your mail regarding '$SUBJECT' will be read when I return.--Open WebMail Project ( Display Preferencedefault_style Defaultdefault_iconset Cool3D.Englishdefault_bgurl %ow_htmlurl%/images/backgrounds/Globe.gifdefault_bgrepeat yesdefault_fontsize ptdefault_dateformat mm/dd/yyyydefault_hourformat ############################################# Folder Browsingdefault_ctrlposition_folderview bottomdefault_msgsperpage default_fieldorder date from subject sizedefault_sort datedefault_useminisearchicon yes############################################# Message Operationdefault_confirmmsgmovecopy nodefault_defaultdestination saved-messagesdefault_smartdestination yesdefault_viewnextaftermsgmovecopy yesdefault_autopop3 yesdefault_autopop3wait 0default_bgfilterwait default_moveoldmsgfrominbox no############################################# Message Reading Optionsdefault_ctrlposition_msgread bottomdefault_headers simpledefault_usefixedfont nodefault_usesmileicon nodefault_showhtmlastext yesdefault_showimgaslink yesdefault_disablejs yesdefault_disableembcode yesdefault_disableemblink cgionlydefault_sendreceipt ask############################################# Message Replying Optionsdefault_msgformat textdefault_editcolumns default_editrows default_sendbuttonposition beforedefault_reparagraphorigmsg yesdefault_replywithorigmsg at_beginningdefault_backupsentmsg yesdefault_sendcharset sameascomposing############################################# Virus Checkdefault_viruscheck_source alldefault_viruscheck_maxsize default_viruscheck_minbodysize 1############################################# Message Filtering Optionsdefault_filter_repeatlimit default_filter_badaddrformat nodefault_filter_fakedsmtp nodefault_filter_fakedfrom nodefault_filter_fakedexecontenttype no############################################# AddressBook Optionsdefault_abook_width default_abook_height maxdefault_abook_buttonposition afterdefault_abook_defaultfilter nodefault_abook_defaultsearchtype namedefault_abook_addrperpage default_abook_collapse 1default_abook_sort fullnamedefault_abook_listviewfieldorder fullname, email, note############################################# Calendar Optionsdefault_calendar_defaultview calmonthdefault_calendar_holidaydef autodefault_calendar_monthviewnumitems 5default_calendar_weekstart 0default_calendar_starthour default_calendar_endhour default_calendar_interval default_calendar_showemptyhours yesdefault_calendar_reminderdays 7default_calendar_reminderforglobal yes############################################# WebDisk Optionsdefault_webdisk_dirnumitems default_webdisk_confirmmovecopy yesdefault_webdisk_confirmdel yesdefault_webdisk_confirmcompress yesdefault_webdisk_fileeditcolumns default_webdisk_fileeditrows ############################################# Misc Optionsdefault_uselightbar yesdefault_regexmatch yesdefault_hideinternal yesdefault_newmailsound NONEdefault_newmailwindowtime 3default_mailsentwindowtime 0default_dictionary englishdefault_trashreserveddays 0default_spamvirusreserveddays 3default_refreshinterval 5 default_sessiontimeout ############################################# Security Settingswebdisk_rootpath /webdiskwebdisk_lsmailfolder nowebdisk_lshidden nowebdisk_lsunixspec nowebdisk_lssymlink yeswebdisk_allow_symlinkout yeswebdisk_symlinkout_display @enable_sshterm no# ps: To completely disable the SSH terminal support, you have to remove# the file data/openwebmail/applet/mindterm/mindtermfull.jar############################################# Quota System (limit in KB and threshold in %)# 1 MB = 1, KB# MB = , KB# MB = , KB# 1 GB = 1, MB = 1,, KB# uncomment following lines if you wish to enable Quota System for Mb#quota_module quota_du.pl#spool_limit #quota_limit #quota_threshold 0#delmail_ifquotahit no#delfile_ifquotahit no>>2./var/www/cgi-bin/openwebmail/etc/defaults/openwebmail.conf [只需修改2处,把smtpserver和authpop3_server改为相应的IP],完整的内容如下:## Open WebMail configuration file DEFAULT## This is openwebmail.conf.default - a file full of useful variables that# you can set for the openwebmail system. You should not edit this file!# Put any overrides into openwebmail.conf instead. The openwebmail.conf# should only contain values which override values set in this file.# This eases the upgrade when defaults are changed or new features are added.## Please refer to openwebmail.conf.help for description of each option## ps: This file will be loaded only once if Open WebMail is running in# persistent mode. To force Open WebMail reread this file, please do## touch openwebmail*pl#name Open WebMailversion 2.releasedate ############################################################################### host dependent configuration##############################################################################domainnames autosmtpserver ..0.smtpport smtpauth novirtusertable /etc/mail/virtusertableauth_module auth_unix.plauth_withdomain noauth_domain autoquota_module nonemailspooldir /var/mailuse_hashedmailspools nouse_syshomedir yescreate_syshomedir nouse_homedirspools nohomedirspoolname Mailboxhomedirfolderdirname mailhomedirdotdirname .openwebmailuse_syshomedir_for_dotdir yesdeliver_use_GMT no############################################################################### openwebmail system configuration##############################################################################ow_cgidir /usr/local/www/cgi-bin/openwebmailow_cgiurl /cgi-bin/openwebmailow_htmldir /usr/local/www/data/openwebmailow_htmlurl /openwebmailow_etcdir %ow_cgidir%/etcow_stylesdir %ow_etcdir%/stylesow_langdir %ow_etcdir%/langow_templatesdir %ow_etcdir%/templatesow_holidaysdir %ow_etcdir%/holidaysow_mapsdir %ow_etcdir%/mapsow_sitesconfdir %ow_etcdir%/sites.confow_usersconfdir %ow_etcdir%/users.confow_usersdir %ow_etcdir%/usersow_sessionsdir %ow_etcdir%/sessionsstart_url %ow_cgiurl%/openwebmail.plico_url %ow_htmlurl%/images/openwebmail.icologo_url %ow_htmlurl%/images/openwebmail.giflogo_link @@@HELP_URL@@@help_text @@@HELP_TEXT@@@logfile /var/log/openwebmail.logglobal_addressbook %ow_etcdir%/address.bookglobal_filterbook %ow_etcdir%/filter.bookglobal_calendarbook %ow_etcdir%/calendar.bookg2b_map %ow_mapsdir%/g2b.mapb2g_map %ow_mapsdir%/b2g.maplunar_map %ow_mapsdir%/lunar.mapheader_pluginfile noneheader_pluginfile_charset nonefooter_pluginfile nonefooter_pluginfile_charset nonewebmail_middle_pluginfile nonewebmail_middle_pluginfile_charset nonespellcheck /usr/local/bin/ispell -a -S -w "-" -d @@@DICTIONARY@@@ -p @@@PDICNAME@@@spellcheck_pdicname .ispell_wordsspellcheck_dictionaries english, americanvacationinit %ow_cgidir%/vacation.pl -ivacationpipe %ow_cgidir%/vacation.pl -ts

RedHatLinux AS3中APACHE+SendMail+OpenWebMail整合

error_with_debuginfo noallowed_serverdomain allallowed_clientdomain allallowed_clientip allallowed_receiverdomain allallowed_autologinip allallowed_rootloginip nonecase_insensitive_login noforced_ssl_login nostay_ssl_afterlogin yesenable_domainselectmenu nodomainselmenu_list autoenable_strictvirtuser noenable_changepwd yesenable_strictpwd yespasswd_minlen 6session_multilogin yessession_checkcookie yessession_checksameip nosession_count_display yescache_userinfo yesauto_createrc nodomainnames_override nosymboliclink_mbox yesenable_webmail yesenable_userfolders yesenable_spellcheck yesenable_advsearch yesenable_addressbook yesenable_calendar yesenable_webdisk yesenable_sshterm yesenable_vdomain noenable_preference yesenable_history yesenable_about yesabout_info_software yesabout_info_scriptfilename noabout_info_protocol yesabout_info_server yesabout_info_client yesX-Mailer: %name% %version% %releasedate%X-OriginatingIP: @@@CLIENTIP@@@ (@@@USERID@@@)enable_loadfrombook yesenable_editfrombook yesfrombook_for_realname_only noenable_autoreply yesenable_setforward yesenable_strictforward noenable_stationery yesenable_savedraft yesenable_backupsent yesenable_globalfilter yesenable_userfilter yesenable_smartfilter yessmartfilter_bypass_goodmessage yeslog_filter_detail noenable_viruscheck noviruscheck_pipe /usr/local/bin/clamdscan --disable-summary --stdout -viruscheck_source_allowed pop3viruscheck_maxsize_allowed virus_destination virus-mailhas_virusfolder_by_default yesenable_spamcheck nospamcheck_pipe /usr/local/bin/spamc -c -x -t -u @@@USERNAME@@@spamcheck_source_allowed pop3spamcheck_maxsize_allowed spam_destination spam-mailhas_spamfolder_by_default yesenable_learnspam nolearnspam_pipe /usr/local/bin/sa-learn --spamlearnham_pipe /usr/local/bin/sa-learn --hamlearnspam_destination spam-maillearnham_destination INBOXenable_pop3 yespop3_disallowed_servers your_server, your_server.domainpop3_delmail_by_default yespop3_delmail_hidden nopop3_usessl_by_default noauthpop3_server ..0.authpop3_port authpop3_getmail noauthpop3_delmail yesauthpop3_usessl nologinerrordelay fetchpop3interval calendar_email_notifyinterval enable_strictfoldername nofoldername_maxlen maxbooksize attlimit abook_maxsizeallbooks abook_globaleditable yesabook_importlimit abook_attlimit webdisk_rootpath /webdisk_readonly nowebdisk_uploadlimit webdisk_lsmailfolder yeswebdisk_lshidden yeswebdisk_lsunixspec yeswebdisk_lssymlink yeswebdisk_allow_symlinkcreate yeswebdisk_allow_symlinkout yeswebdisk_symlinkout_display pathwebdisk_allow_thumbnail yeswebdisk_allow_untar yeswebdisk_allow_unzip yeswebdisk_allow_unrar yeswebdisk_allow_unarj yeswebdisk_allow_unlzh yesspool_limit 0quota_limit 0quota_threshold delmail_ifquotahit nodelfile_ifquotahit novdomain_admlist sysadmvdomain_maxuser vdomain_maxalias vdomain_vmpop3_pwdpath /etc/virtualvdomain_vmpop3_pwdname passwdvdomain_vmpop3_mailpath /var/spool/virtualvdomain_postfix_aliases /etc/postfix/aliasesvdomain_postfix_virtual /etc/postfix/virtualvdomain_postfix_postalias /usr/sbin/postaliasvdomain_postfix_postmap /usr/sbin/postmapvdomain_mailbox_command nonelocalusers none

%name%version %version%%help_text%?############################################################################### default setting for new user's preference##############################################################################default_language autodefault_charset autodefault_timeoffset autodefault_daylightsaving autodefault_realname autodefault_fromemails autodefault_autoreplysubject This is an autoreply...[Re: $SUBJECT]Hello,I will not be reading my mail for a while.Your mail regarding '$SUBJECT' will be read when I return.-- Open WebMail Project ( Defaultdefault_iconset Defaultdefault_bgurl %ow_htmlurl%/images/backgrounds/Globe.gifdefault_bgrepeat yesdefault_fontsize ptdefault_dateformat mm/dd/yyyydefault_hourformat default_ctrlposition_folderview topdefault_msgsperpage default_fieldorder date from subject sizedefault_sort date default_useminisearchicon yesdefault_confirmmsgmovecopy yesdefault_defaultdestination saved-messagesdefault_smartdestination yesdefault_viewnextaftermsgmovecopy yesdefault_autopop3 yesdefault_autopop3wait 0default_bgfilterwait default_moveoldmsgfrominbox noforced_moveoldmsgfrominbox nodefault_ctrlposition_msgread topdefault_headers simpledefault_showhtmlastext nodefault_showimgaslink nodefault_usefixedfont nodefault_usesmileicon yesdefault_disablejs yesdefault_disableembcode yesdefault_disableemblink cgionlydefault_sendreceipt askdefault_msgformat autodefault_editcolumns default_editrows default_sendbuttonposition beforedefault_reparagraphorigmsg yesdefault_replywithorigmsg at_beginningdefault_backupsentmsg yes default_sendcharset sameascomposingdefault_fscharset nonedefault_uselightbar yesdefault_regexmatch yesdefault_hideinternal yesdefault_refreshinterval min_refreshinterval 3default_newmailsound YouGotMail.English.wavdefault_newmailwindowtime 7default_mailsentwindowtime 5default_dictionary englishdefault_trashreserveddays 7default_spamvirusreserveddays 3default_sessiontimeout default_viruscheck_source pop3default_viruscheck_maxsize default_viruscheck_minbodysize 1default_spamcheck_source pop3default_spamcheck_maxsize default_spamcheck_threshold default_filter_repeatlimit default_filter_badaddrformat nodefault_filter_fakedsmtp nodefault_filter_fakedfrom nodefault_filter_fakedexecontenttype nodefault_abook_width default_abook_height default_abook_buttonposition afterdefault_abook_defaultfilter nodefault_abook_defaultsearchtype nonedefault_abook_defaultkeyword nonedefault_abook_addrperpage default_abook_collapse 1default_abook_sort fullnamedefault_abook_listviewfieldorder fullname,email,phone,notedefault_calendar_defaultview calmonthdefault_calendar_holidaydef autodefault_calendar_monthviewnumitems 5default_calendar_weekstart 0default_calendar_starthour default_calendar_endhour default_calendar_interval default_calendar_showemptyhours yesdefault_calendar_reminderdays 7default_calendar_reminderforglobal yesdefault_webdisk_dirnumitems default_webdisk_confirmmovecopy yesdefault_webdisk_confirmdel yesdefault_webdisk_confirmcompress yesdefault_webdisk_fileeditcolumns default_webdisk_fileeditrows >>3./var/www/cgi-bin/openwebmail/etc/defaults/dbm.conf[只需修改3处],完整的内容如下:## config file for dbm.pl## dbm_ext# -----------------------------------------------------------------------# This is the extension name for the dbm file on your system# # ps: You can run 'perl openwebmail/misc/test/dbmtest.pl' to get value for this# dbmopen_ext# -----------------------------------------------------------------------# This is the db extension passed to the dbmopen() call.# It should be set to 'none' in most case. You need to set it to %dbm_ext%# only if you use any DB File module in script explicitly# # ps: It is said this option needs to be set to '%dbm_ext%' on the Sun# Cobal server or Slackware 8.x.# You can run 'perl openwebmail/misc/test/dbmtest.pl' to get value for this# dbmopen_haslock# -----------------------------------------------------------------------# If your perl dbm system will do filelock in dbmopen() by itself,# set this option to 'yes' so openwebmail won't do unnecessary filelock# before dbmopen. On most systems, this option should be set to 'no'.# # ps: If your openwebmail hangs after login or saving preference,# you probablely need to set this option to 'y, es'dbm_ext .dbdbmopen_ext .dbdbmopen_haslock yessmtpserver ..0. //添加SMTP服务器的IP地址ok,上面的文件修改完后,再运行./openwebmail-tool.pl –init执行初始化脚本[root@AS3 openwebmail]#./openwebmail-tool.pl --init 有关openwebmail的配置就完成了Step 3.修改APACHE的配置文件(httpd.conf)[root@AS3 openwebmail]#vi /etc/httpd/conf/httpd.conf//添加如下语句#===the start===ScriptAlias /openwebmail "/var/www/cgi-bin/openwebmail/openwebmail.pl" AllowOverride None Options ExecCGI -Indexes Order allow,deny Allow from allAlias /data "/var/www/data"#===the end====[root@AS3 openwebmail]#service httpd restart //重启apache现在所以的工作都完成了,新建用户去测试吧Step 4.进行OWM测试

Linux下DNS服务器架设攻略 【IT专稿】大家要注意,DNS服务是许多服务的基础,所以一般刚开始学习Linux服务器配置时从此下手,那其它的应用也就简单得多了。笔者进阶学习Linu

Linux下DNS服务器架设攻略 2 named这个主体进程在启动时需要读取一个初始化文件,缺省为/etc/named.boot。另外建议大家使用Linux自带的ndc工具来进行启动、中止、重启动、刷新DNS数据

Linux下DNS服务器架设攻略 3 2.反向域名转换数据文件db..0.0和db...的建立。反向域名转换数据文件用来提供根据IP地址查询相应DNS主机名,每个网段分别有一个数据文件。.0.

标签: RedHatLinux AS3中APACHE+SendMail+OpenWebMail整合

本文链接地址:https://www.jiuchutong.com/biancheng/366228.html 转载请保留说明!

上一篇:RedHatLinux AS3中配置sendmail服务器(redhat linux8)

下一篇:Linux下DNS服务器架设攻略(linux服务器dns配置安装)

  • 税务机关地区编号查询
  • 个税必须每个人交吗
  • 耕地占用税退税政策
  • 暂存凭证怎么改成记字
  • 小规模小于30万免税会计分录
  • 滞纳金按年怎么算
  • 购买原材料记账凭证怎么写
  • 财政拨款税收政策
  • 企业所得税的税率
  • 如何确定核定征收的应税所得率
  • 复合肥生产企业排名
  • 会计分录怎么确认借贷方向
  • 2020年个体工商户税收政策超出额度怎么征收
  • 折扣折让 红字发票账务处理
  • 快递售后是干嘛的
  • 帮其他企业推广产品
  • 处于成熟期的企业其预算模式的特点是以什么为起点
  • 专门从事股权投资的合伙企业投资收益 个人所得税
  • 三证合一后未办理税务登记
  • 增值税增量留抵退税政策解读
  • mac辅助功能键盘
  • 股东投入的资金可以退回吗
  • 销售免费样品账务处理
  • 程序员编程代码大全
  • PHP:ftp_delete()的用法_FTP函数
  • 超市内账会计一般每月做什么
  • PHP:imagecolorset()的用法_GD库图像处理函数
  • 有限责任公司股东对公司债务承担
  • php生成颜色面板
  • 太原市插画工作室
  • 财务处理的时候要做什么
  • three.js如何给模型锚点
  • yolo v5 github
  • echarts api文档
  • 学生誓词最新2022年
  • 进项发票和销项发票统计
  • 不能加计扣除的研发费用在辅助账怎么反映
  • 帝国cms功能
  • PHP魔术方法的作用
  • 公司向法人借款需要多久还清
  • centos7.0安装
  • 呆账核销账务处理程序
  • 家庭分割财产怎么处理
  • 小规模开票多少成一般纳税人
  • 金税四期对小规模企业有何要求
  • 坏账损失属于营业成本吗
  • 技术服务收入属于销售营业收入吗
  • 每月工资不一样怎么算误工费呢
  • 产权转移书据印花税
  • 预收账款开票怎么做账
  • 网络销售还可以叫什么
  • 房屋租赁费可以抵扣吗
  • 期末计提利息怎么算
  • 房地产核算成本方法
  • 车属于固定资产嘛
  • win7提示盗版怎样激活
  • 安装office提示
  • xp系统如何批量复制文件路径
  • windows2000修改ip
  • WINDOWS系统中删除放入回收站的文件占用什么空间
  • xp怎么隐藏运行的程序
  • ubuntu下安装QT教程
  • linux用户管理器在哪
  • xp能不能升级win10
  • centos 安装
  • linux记录操作记录
  • win10天气系统怎么弄掉
  • 基于web的学生成绩管理系统毕业论文
  • shell脚本监控日志输出
  • js 数组 增加元素
  • python输出unicode编码
  • Qualcom QMI系列-基本知识介绍
  • jquery实现轮播图原理
  • unity ulua
  • javascript怎么关
  • 国家税务总局定额发票查验平台官网
  • 苏州买房退契税政策2023
  • 沈阳市税务局全称
  • 出口免税不退税主要适用于
  • 安徽省电子税务局app
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

    网站地图: 企业信息 工商信息 财税知识 网络常识 编程技术

    友情链接: 武汉网站建设