摘要: 1、安装 Apache ,具体步骤可查看网上的。 2、修改 Apache24\conf\httpd.conf 文件,增加 Listen 端口,如:Listen 9991;可能需要去掉部分行注释; 3、修改 Apache24\conf\extra\httpd-vhosts.conf 文件,增加虚拟端口 阅读全文
posted @ 2021-01-04 14:31 淡紫星辰dan 阅读(488) 评论(0) 推荐(0)
摘要: 1) Web.config中<system.web> </system.web>中间增加: <sessionState mode="Custom" customProvider="LocklessInProcSessionStateStore" cookieless="false" timeout= 阅读全文
posted @ 2020-06-10 15:50 淡紫星辰dan 阅读(290) 评论(0) 推荐(0)
摘要: <script type="text/javascript"> jq("input[type=checkbox][id=checkbox_master_define_detail_$masterDefines.MasterDataDefineDetailUuid").prop("checked", 阅读全文
posted @ 2020-04-23 17:15 淡紫星辰dan 阅读(179) 评论(0) 推荐(0)