摘要: index.php入口文件 <?phprequire_once "Controller.php"; Controller.php控制器 <?php//包含模型类文件,注意是先引用模型后引用视图require_once ("model.class.php");//获取客户传递的参数,给个默认值为3$t 阅读全文
posted @ 2022-04-10 15:05 崇尚技术 阅读(54) 评论(0) 推荐(0)
摘要: Windows6.1-KB2731771-x64.msu 提示此更新不适用于您的计算机 ie10 ie11 安装失败 1,C盘新建update文件夹,把Windows6.1-KB2731771-x64.msu拷贝到此文件夹下 2,cmd下输入:expand –F:* C:\update\Window 阅读全文
posted @ 2021-06-04 11:10 崇尚技术 阅读(1035) 评论(0) 推荐(0)
摘要: /etc/systemd/system/mysqld.service [Unit] Description=MySQL Server Documentation=man:mysqld(8) After=network.target After=syslog.target [Install] Want 阅读全文
posted @ 2020-12-03 21:49 崇尚技术 阅读(242) 评论(0) 推荐(0)
摘要: static void Main(string[] args) { int[] nums = { 5, 10, 3,8,20,7}; Console.WriteLine("数组长度:"+nums.Length); for (int i = 0; i < nums.Length; i++) //外层循 阅读全文
posted @ 2020-09-26 23:29 崇尚技术 阅读(133) 评论(0) 推荐(0)
摘要: Visual Studio Professional 2015简体中文版(专业版)KEY:HMGNV-WCYXV-X7G9W-YCX63-B98R2Visual Studio Enterprise 2015简体中文版(企业版)KEY:HM6NR-QXX7C-DFW2Y-8B82K-WTYJV 阅读全文
posted @ 2020-09-09 16:44 崇尚技术 阅读(2851) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.Serialization.Formatters.Binary; //引入类库 using System.IO; using ConsoleApplication6; //引入类所在的... 阅读全文
posted @ 2020-09-08 18:26 崇尚技术 阅读(116) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.Serialization.Formatters.Binary; //引入类库 using System.IO; using ConsoleApplication6; //引入类所在的... 阅读全文
posted @ 2020-09-08 18:26 崇尚技术 阅读(146) 评论(0) 推荐(0)
摘要: using System; using System.Xml.Serialization; //Xml序列化时引入 using System.Collections.Generic; using System.Linq; using System.Text; using System.Web.Script.Serialization; //json序列化时引入 using System.I... 阅读全文
posted @ 2020-09-08 18:12 崇尚技术 阅读(159) 评论(0) 推荐(0)
摘要: 其间参阅过很多博文Linux下安装mysql都不成功, 于是,特意记下安装步骤: Linux:CentOS Linux release 7.4.1708 (Core) MySql:mysql-8.0.21-linux-glibc2.12-x86_64.tar.xz 上传mysql-8.0.21-linux-glibc2.12-x86_64.tar.xz到/usr/local 先查一下libiao库... 阅读全文
posted @ 2020-08-15 09:35 崇尚技术 阅读(2752) 评论(0) 推荐(0)
摘要: ASA 端口映射: 将DMZ区内的主机192.168.169.2映射到防火墙outside接口的interface地址: 设置需要映射的主机 object network server1 host 192.168.169.2 设置需要映射的端口 ciscoasa(config)# object service 3389 ciscoasa(config-service-object)# servi... 阅读全文
posted @ 2020-04-23 22:50 崇尚技术 阅读(1540) 评论(0) 推荐(0)