上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 38 下一页
摘要: 前端基础之JavaScript http://chuna2.787528.xyz/yuanchenqi/articles/6893904.html 知识预览 JavaScript概述 二 JavaScript的基础 三 JavaScript的对象 BOM对象 DOM对象 实例练习 js扩展 回到顶部 J 阅读全文
posted @ 2017-12-18 12:47 wangmo 阅读(181) 评论(0) 推荐(0)
摘要: Title 全部 42区 段子 图片 挨踢1024 你问我答 ... 阅读全文
posted @ 2017-12-16 17:03 wangmo 阅读(140) 评论(0) 推荐(0)
摘要: Title *收藏本站 登录 注册 我的订单 VIP 会员俱乐部 客户服务 ... 阅读全文
posted @ 2017-12-15 14:12 wangmo 阅读(195) 评论(0) 推荐(0)
摘要: #!/bin/sh # create self-signed server certificate: read -p "Enter your domain [www.example.com]: " DOMAIN echo "Create server key..." openssl genrsa -des3 -out $DOMAIN.key 1024 echo "Create serv... 阅读全文
posted @ 2017-12-13 10:37 wangmo 阅读(367) 评论(0) 推荐(0)
摘要: #!/bin/bash pass='123456' time=`date +%Y%m%d-%H%M` db_path=/root/code/xizang_PAD_project/PHP_business_server/tfcms/upgrade/db/ db_name=tf_syberos_cms db_bak=/usr/local/src/backup/$db_name-$time\.sql... 阅读全文
posted @ 2017-12-12 15:42 wangmo 阅读(827) 评论(0) 推荐(0)
摘要: 链接:http://chuna2.787528.xyz/yuanchenqi/articles/6856399.html 知识预览 CSS 语法 css的四种引入方式 css选择器 css属性操作 Caution! 后台管理布局 css响应式布局 课下作业 链接:http://www.cnblogs.c 阅读全文
posted @ 2017-12-09 10:07 wangmo 阅读(172) 评论(0) 推荐(0)
摘要: http://chuna2.787528.xyz/yuanchenqi/articles/6835654.html 知识预览 HTML 初识 常用标签 回到顶部 HTML 初识 web服务本质 import socket def main(): sock = socket.socket(socket.A 阅读全文
posted @ 2017-12-07 10:04 wangmo 阅读(174) 评论(0) 推荐(0)
摘要: /* 数据导入: Navicat Premium Data Transfer Source Server : localhost Source Server Type : MySQL Source Server Version : 50624 Source Host : localhost Sour 阅读全文
posted @ 2017-12-04 10:10 wangmo 阅读(243) 评论(0) 推荐(0)
摘要: init.sql文件内容 从init.sql文件中导入数据 !!!重中之重:练习之前务必搞清楚sql逻辑查询语句的执行顺序 链接:http://chuna2.787528.xyz/linhaifeng/articles/7372774.html 阅读全文
posted @ 2017-11-29 14:13 wangmo 阅读(306) 评论(0) 推荐(0)
摘要: create table class( cid int primary key auto_increment, caption char(20) not null )engine=innodb; create table teacher( tid int primary key auto_increment, tname char(20) not null )engine=innodb;... 阅读全文
posted @ 2017-11-29 14:12 wangmo 阅读(273) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 38 下一页