首页 > TAG信息列表 > holm
【holm】ASP.NET期末复习指南
部分章节重点 ch1 ch2 ASP.NET基础 .NET运行环境 .NET框架 .NET框架类库 CLR 参考:通俗易懂,什么是.NET?什么是.NET Framework?什么是.NET Core? ASP.NET网页语法 ASP.NET 应用程序默认文件夹 Bin APP_Code App_GlobalResources App_LocalResources App_WebReferences App_Bro【holm】数据库应用技术(MySQL)期末复习指南
mysql默认数据库 information_schema: 数据库的所有信息,表,数据库名称,类型等等 performance_schema: 收集数据库服务器性能参数 sys: 把performance_schema的复杂度降低 mysql:核心数据库,用户,权限,关键字等 mysql常用的命令 开启mysql服务:net start mysql 关闭mysql服务:net stop m【holm】url,href,src三者之间的关系
URL(Uniform Resource Locator):互联网统一资源定位符,基本URL包含模式(或称协议)、服务器名称(或IP地址)、路径和文件名。URL可以标识互联网上可的一切资源。 href(Hypertext Reference):与指定资源建立链接关系。 src(Sourse):嵌入指定资源到指定位置。 总之: URL只是一种定位网络【holm】MySQL事务的使用
事务 概述 Transactions are atomic units of work that can be committed or rolled back. When a transaction makes multiple changes to the database, either all the changes succeed when the transaction is committed, or all the changes are undone when the transact