摘要:
方法1import platformprint(platform.architecture())方法2:直接cmd下输入python就会出现 阅读全文
阅读排行榜
css学习一
2017-06-02 16:59 by hl_流星, 200 阅读, 收藏,
摘要:
一.window.onload和$(document).ready()的区别 1.window.onload需要加载完所有页面后执行,$(document).ready()结构绘制完毕就执行,可能元素关联的东西没有加载完 2.window.onload只能用一次,$(document).ready( 阅读全文
mysql基础
2017-06-07 10:19 by hl_流星, 194 阅读, 收藏,
摘要:
- SQL语句 - 数据库 create database db1; ? drop database db1; - 数据表 先创建tb2部门表 create table tb1用户表( id int not null auto_increment primary key, name char(10) 阅读全文
pymysql的基本应用
2017-06-09 16:20 by hl_流星, 192 阅读, 收藏,
摘要:
import pymysql# 增加,删,该# conn = pymysql.connect(host="localhost",user='root',password='',database="db666")# cursor = conn.cursor()# sql = "insert into 阅读全文
浙公网安备 33010602011771号