上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 40 下一页
摘要: sublime text3前言:Sublime Text 是一个文本编辑器(收费软件,可以无限期试用,但是会有激活提示弹窗),同时也是一个先进的代码编辑器。Sublime Text是由程序员Jon Skinner于2008年1月份所开发出来,它最初被设计为一个具有丰富扩展功能的Vim。Sublime 阅读全文
posted @ 2022-03-24 22:27 zrswheart 阅读(1388) 评论(1) 推荐(1) 编辑
摘要: package text; import java.util.*; public class MaxResult { public static void main(String args[]) { int max=0,number=0,result=0; Scanner in=new Scanne 阅读全文
posted @ 2022-03-24 22:27 zrswheart 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 官网:PHP For Windows: Binaries and sources Releases 点击下载 圈起来的是建议下载的 注意: 开头的PHP8.1是版本,依据自己情况选择,我下载的是7.4的 x64 和 x86 分别指自己的环境位数,而不是操作位数,x64(win64),x86(win3 阅读全文
posted @ 2022-03-21 23:11 zrswheart 阅读(65) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, 阅读全文
posted @ 2022-03-21 23:05 zrswheart 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 良好设计的原则: 坚固–良好的结构、没有缺陷;适用–程序应符合其设定目标之所需;愉悦–使用程序的体验应令人愉快。设计方案与实际过程没有先后,而是相辅相成,同期发展。 在软件世界中,集成(integration ) 的意思就是把一段运行正常的代码连接到某个程序中另一段运行正常的代码上。 程序员和机器、 阅读全文
posted @ 2022-03-21 23:02 zrswheart 阅读(15) 评论(0) 推荐(0) 编辑
摘要: <body> ​<!上部分框架> <div style="padding:80px;border-radius:30px;border:10px solid #d2dcf9;height:200px;background: url(https://images.cnblogs.com/cnblogs 阅读全文
posted @ 2022-03-19 20:46 zrswheart 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 我们在安装好Apache服务器,一开始正常,但安装PHP配置完成之后,再次启动apache的时候出现了错误 the requested operation has failed; Apache服务无法启动,查看Apache错误日志,有类似下面这些内容: httpd.exe: Syntax error 阅读全文
posted @ 2022-03-19 20:45 zrswheart 阅读(245) 评论(0) 推荐(0) 编辑
摘要: package com.company; import java.io.BufferedReader; import java.io.FileInputStream; import java.io.FileReader; import java.io.IOException;d import jav 阅读全文
posted @ 2022-03-19 20:45 zrswheart 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 本周完成代码 php作业的自设博客园 课堂作业数组第二阶段 自设园子自我感觉良好,还是需要有升级的地方以后继续学习 阅读全文
posted @ 2022-03-19 20:28 zrswheart 阅读(20) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>自设园子</title> <style type="text/css"> .ziti{ font-family:"幼圆";/*设置字体*/ font-size: 阅读全文
posted @ 2022-03-17 20:21 zrswheart 阅读(48) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 40 下一页