现场网站 使用server.py运行它以下功能可能有效: 登录, 登记, 用户数据库, 用户数据数据库, 帖子数据库, 文本编辑器, 帖子页 帖子渲染, 网站图示, 用户页面 关于Cookie的会话, 发布后, 清除输入中的代码符号, 密码哈希编码, 404处理程序, 关于页面 集中头 集中式 通过电子邮件忘记密码, 用户个人资料编辑。
2021-12-14 15:35:36 996KB flask css3 bootstrap4 python3
1
课堂作业练习,增删查改都有,缺陷是不能播放音乐.
2021-12-12 17:04:19 2.22MB Web Vue Bootstrap4
1
Bootstrap 4 API文档。Bootstrap是一个用于使用HTML,CSS和JS开发的开源工具包。使用我们的Sass变量和mixins,响应式网格系统,大量的预构建组件以及基于jQuery构建的强大插件,可以快速创建您的想法的原型,或构建您的整个应用程序。
2021-12-11 14:33:37 1.54MB Bootstrap Bootstrap4 API文档 Web
1
Bootstrap4官方模板Hyper|Bootstrap4官方模板Hyper|Bootstrap4官方模板Hyper
2021-12-09 22:11:16 1.11MB Hyper Bootstrap4
1
One of the leading open source frontend frameworks, Bootstrap has undergone a significant change and introduced several features that make designing compelling, next-generation UIs much simpler. Integrating Bootstrap with ASP.NET’s powerful components can further enhance its capabilities. This book guides you through the process of creating an ASP.NET MVC website from scratch using Bootstrap. You will learn about the various Bootstrap components as well as techniques to include them in your own projects. The book includes practical examples to show you how to use open source plugins with Bootstrap and ASP.NET MVC and guides you through building an ASP.NET MVC website using Bootstrap, utilizing layout and user interface components. At the end of this book, you will find some valuable tips and tricks to help you get the most out of your Bootstrap- and ASP.NET MVC-integrated website. What You Will Learn Create a new ASP.Net MVC 6 project that uses Bootstrap for its styling and learn how to include external libraries using the new package managers Learn to use the various Bootstrap CSS and HTML elements, and how to use the new Bootstrap 4 grid layout system with ASP.Net MVC Explore the different input groups and implement alerts, progress bars, and badges Explore JavaScript components by illustrating and walking through the process of using JavaScript/JQuery to add interactivity to Twitter Bootstrap components Build your own ASP.Net MVC helpers and tag helpers to reduce the amount of HTML needed to generate Bootstrap elements in your projects Convert a Bootstrap HTML template into a usable ASP.Net MVC project Use the jQuery DataTables plugin with Bootstrap and ASP.Net MVC Learn to include and use the TwitterBootstrapMVC library in an ASP.Net MVC project
2021-12-04 14:33:24 7.42MB ASP.Net MVC6 Bootstrap4
1
本文实例讲述了redis+php实现微博发布与关注功能。分享给大家供大家参考,具体如下: 数据结构: set post:postid:3:time timestamp set post:postid:3:userid 5 set post:postid:3:content 测试发布哈哈哈哈 incr global:postid set post:postid:$postidcho “用户名密码不能够为空!”; 关注微博 following:3 被关注(粉丝) followed:3 把发布的微博推给自己的粉丝 recivepost:10 postid 微博的发布代码: inc
2021-12-02 15:55:37 46KB ed edi hp
1
typora-root-url image 学校专业分流系统 1.学校专业分流系统,采用技术maven+lombok+springBoot+jpa+druid+thymeleaf+bootstrap4。 2.该系统支持管理员从excel导入学生,导出excel,批量删除学生,单个学生删除,给学生修改学院,修改专业,和一键分配专业,日志信息等。 3.学生用户登录可以填写志愿,查看分配志愿信息。 4.欢迎各位克隆下载,和优化代码,希望得到你的意见,如有问题记得联系我邮箱 登录界面 输入账号admin,密码1登录管理界面,输入学生账号进入学界面 管理员界面 学生界面 运行准备 1.下载(克隆)本代码到本地,导入编译器(eclipse,idea等) 2.安装mysql建议版本5到6之间,导入数据库keshe2019.sql,保证数据库导入成功。 3.给你的编译器安装lombok插件(保证安装有效)
2021-11-28 17:15:39 1.75MB JavaScript
1
该文件是Bootstrap4。下载 Bootstrap 以获得经过编译的 CSS 和 JavaScript 文件、源码文件,或者通过你所喜欢的包管理工具,例如 npm、RubyGems 等,添加到你的项目中。
2021-11-27 12:07:45 562KB Bootstrap
1
100%免费开源的 Bootstrap 4 后台管理模板
2021-11-24 15:23:06 3.6MB JavaScript开发-CSS相关
1
需求描述 比如广告播放,每个视频15秒,视频之间切换的时候,性能不太好的机器可能会黑屏一段时间,体验不太好,接下来我们就是要解决这个黑屏问题。 解决方案 使用两个surfaceView方式,经过测试不行 使用一个MediaPlayer,在MediaPlayer上面加一层ImageView,每次播放完成后,获取视频的最后一帧的图像给ImageView,视频切换完成,ImageView隐藏,如此往复循环,可行 实践 1.获取视频流图片方式,通过MediaMetadataRetriever,测试发现,部分机器获取的Bitmap可能为空,无法解决,放弃 2.使用TextureView方式,可以获取当前
2021-11-21 15:27:09 47KB ed edi ex
1