位置: 编程技术 - 正文

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配置安装)

  • 北京市增值税发票
  • 劳务费发票报销
  • 小规模纳税人的认定标准是什么
  • 息税前利润含义
  • 个人分红怎么算
  • 怎么恢复自然人个人信息
  • 房租押金不退还怎么处理
  • 股东股权转让印花税公司可以报销吗
  • 佣金开什么发票内容
  • 月末 存款
  • 哪些固定资产不需要计提折旧
  • 提取法定盈余公积会计分录
  • 办公设备折旧年限及残值率
  • 代理药品销售收取佣金会计分录怎么写?
  • 跨年多计提社保个人部分怎么调整
  • 支付的各项税费包括个人所得税吗
  • 收购不良资产收益怎么算
  • 员工旅游费需要缴纳个人所得税吗
  • 分类所得申报要申报吗
  • 工资必须通过银行代发吗
  • 生活中都交了哪些朋友
  • 经营性支出包括哪些
  • 季度所得税如何更正申报
  • c 盘清理
  • 日志文件的名称和位置是什么
  • php 字符串函数
  • 公司已经改名原来的公章还有效吗
  • 生产车间报表表格图片
  • 什么是减值测试方法
  • 材料成本差异如何做账
  • 一般贸易和进料加工贸易的区别
  • php time
  • web网页制作软件
  • framework4.0怎么打开
  • 特斯拉适用于什么车型
  • 缴纳残保金会计分录最新
  • webserviceclient
  • 出口免抵退税的会计分录
  • 工程物资发生报废损毁
  • 银行贷款入账需要什么
  • 不想预缴所得税交多了怎样先把利润转到费用
  • mongodb导入数据三种方式
  • 个体户怎么交医保社保
  • 哪些凭证是免纳税的
  • mysql中数据类型主要分为哪四种
  • 待处理财产损益是备抵类科目吗
  • 小规模纳税人采购需要发票吗
  • 金税三期个税卸载流程
  • 租赁的生产设备计入哪个科目
  • 利润分享并购方法有哪些
  • 暂估入库做账
  • 财务报表未备案可以不填吗
  • 总分包模式和总承包模式
  • 购入的无形资产加计扣除怎么算
  • 出售短期债券投资发生的净损失计入哪里
  • sql server2019数据库
  • sqlserver数据库测试工具
  • 数据库备份sqlserver
  • sql实现分页查询语句
  • mysql里面的事务
  • centos7安装MySQL5.6
  • mysql5.7.29安装
  • freebsd怎么用
  • winxp任务栏消失
  • windows mobile应用商店
  • 在对linux系统中dir
  • linux跨服务器调用shell脚本
  • Android OpenGL ES(七)----理解纹理与纹理过滤
  • JavaScript中的方法名不区分大小写
  • python编程入门指南
  • python 编程技巧
  • 图片旋转鼠标键盘怎么弄
  • 说几条javascript的基本规范
  • flask pycharm
  • 出口退税期限最长几个月以上
  • 河北个体工商户年报入口
  • 新车怎么上深圳牌
  • 车辆购置税查询怎么查
  • 瑞士州税
  • 个人所得税没申报会退吗
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

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

    友情链接: 武汉网站建设