登录
首页 » HTML » 一些简单网页制作

一些简单网页制作

于 2020-06-22 发布
0 190
下载积分: 1 下载次数: 2

代码说明:

说明:  适用于新人的一些简单网页制作,可提高个人能力(Some simple web pages for newcomers can improve their personal abilities.)

文件列表:

._.DS_Store, 4096 , 2019-06-20
._index.html, 4096 , 2019-06-20
.DS_Store, 6148 , 2019-06-17
about.html, 7853 , 2019-06-10
css, 0 , 2019-06-24
css\._index.css, 4096 , 2019-06-20
css\about.css, 1356 , 2019-06-10
css\bootstrap.min.css, 122540 , 2019-06-10
css\global.css, 1415 , 2019-06-10
css\index.css, 4322 , 2019-06-17
css\price.css, 1267 , 2019-06-10
css\service.css, 484 , 2019-06-10
fonts, 0 , 2019-06-24
fonts\glyphicons-halflings-regular.eot, 20127 , 2019-06-10
fonts\glyphicons-halflings-regular.svg, 108738 , 2019-06-10
fonts\glyphicons-halflings-regular.ttf, 45404 , 2019-06-10
fonts\glyphicons-halflings-regular.woff, 23424 , 2019-06-10
fonts\glyphicons-halflings-regular.woff2, 18028 , 2019-06-10
img, 0 , 2019-06-24
img\1-address.png, 3734 , 2019-06-10
img\1-email.png, 3658 , 2019-06-10
img\1-list.png, 3430 , 2019-06-10
img\1-phone.png, 3387 , 2019-06-10
img\h24.png, 34019 , 2019-06-10
img\logo.png, 30329 , 2019-06-10
img\p1.png, 225535 , 2019-06-10
img\p10.png, 154760 , 2019-06-10
img\p11.png, 277989 , 2019-06-10
img\p12.png, 101368 , 2019-06-10
img\p13.jpg, 353848 , 2019-06-10
img\p14.png, 46461 , 2019-06-10
img\p15.png, 77943 , 2019-06-10
img\p16.png, 49374 , 2019-06-10
img\p17.jpg, 353848 , 2019-06-10
img\p18.png, 991902 , 2019-06-10
img\p2.png, 12248 , 2019-06-10
img\p3.png, 12681 , 2019-06-10
img\p4.png, 11749 , 2019-06-10
img\p5.png, 10261 , 2019-06-10
img\p6.png, 9410 , 2019-06-10
img\p7.png, 9108 , 2019-06-10
img\p8.png, 9710 , 2019-06-10
img\p9.png, 9985 , 2019-06-10
index.html, 10343 , 2019-06-17
js, 0 , 2019-06-24
js\bootstrap.min.js, 36816 , 2019-06-10
js\jquery.min.js, 97249 , 2019-06-10
price.html, 6825 , 2019-06-10
README.md, 445 , 2019-06-10
service.html, 5914 , 2019-06-10

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • rtc
    rtc-rtc
    2022-07-27 06:29:12下载
    积分:1
  • 数学系学生的fibonacc算法操作,操作的非线性优化…
    数学系学生的fibonacc算法作业,非线性优化的作业-math students fibonacc algorithm operations, nonlinear optimization of operations
    2022-01-28 11:17:18下载
    积分:1
  • 锁模光纤激光器模拟
    说明:  光纤光子学,被动锁模光纤激光器,MATLAB仿真程序源代码。(Passive mode-locked fiber laser)
    2021-04-15 10:48:54下载
    积分:1
  • vibe
    利用vibe算法实现前景检测,有需要的同学可以下载直接运行(get the vibe code,only for study and learning)
    2020-06-22 12:40:01下载
    积分:1
  • Java绘图:绘制虚线与实线
    Java绘图:绘制虚线与实线   public LineDemo(){    super("实线与虚线"); //调用父类构造函数    setSize(300,200); //设置窗口尺寸    setVisible(true); //设置窗口可视    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); //关闭窗口时退出程序   }   public void paint(Graphics g){ //绘制组件方法    Graphics2D g2=(Graphics2D)g; //得到2D图形    Dimension dim = this.getSize(); //得到组件尺寸    g2.setColor(Color.white); //设置绘制颜色为白色    g2.fillRect(0, 0, dim.width, dim.height); //填充整个组件    g2.setColor(Color.black); //设置绘制颜色    g2.drawLine(40,160,280,160); //绘制实线    g2.drawLine(40,160,40,40);    g2.drawString("0",30,165); //绘制字符串    g2.drawString("100",16,50);    g2.drawString("200",270,175);    float[] dash={5,5}; //短划线图案    BasicStroke bs = new BasicStroke(1,BasicStroke.CAP_BUTT,BasicStroke.JOIN_MITER, 10.0f,dash,0.0f); //实例化新画刷    g2.setStroke(bs); //设置新的画刷    g2.drawLine(40,160,100,120); //用新的画刷绘制虚线
    2022-01-28 07:52:17下载
    积分:1
  • wmgjwk
    完美国际挖矿挂原码,自动脚本处理,自动寻找路线,自动回城(The perfect nations dig a mineral to hang original code of, automatic script processing, automatically look for route, automatically return to city )
    2012-05-17 09:38:37下载
    积分:1
  • 蒙特卡洛法
    说明:  几个用蒙特卡罗法求机器人工作空间的代码,希望对大家有所帮助(Several with Monte Carlo method for robot workspace code, I hope to help you)
    2021-04-06 23:52:20下载
    积分:1
  • 手机蓝牙APPLQ软件
    Bluetooth APP Software for Mobile Phone
    2020-06-22 14:40:01下载
    积分:1
  • ansys k文件,模拟水下爆炸,非常有用,自己编写的
    ansys k文件,模拟水下爆炸,非常有用,自己编写的-ansys k documents, simulation of underwater explosions, very useful, I have written
    2023-07-22 02:50:03下载
    积分:1
  • standard
    基于matlab simulink标准滤波器的实现(The realization of MATLAB filter based on Simulink standard)
    2017-11-30 14:27:12下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载