sage

MySQL学习【SQL语句上】

守給你的承諾、 提交于 2021-02-19 10:48:31
1.连接服务端命令 1.mysql -uroot -p123 -h127.0.0.1 2.mysql -uroot -p123 -S /tmp/mysql.sock 3.mysql -uroot -p123 -hlocalhost 4.mysql -uroot -p123 2.mysql登陆后的一些命令 1.\h或者help   查看帮助 2.\G       格式化查看数据(以key:value形式) 3.\T 或 tee    记录日志 4.\c       结束命令 5.\s或者status  查看状态信息 6.\. 或者source  导入sql数据 7.\u 或use    使用数据库 8.\q或exit或quit  退出 3.mysqladmin的一些使用 1.查看mysql存活状态 [root@db01 ~]# mysqladmin -uroot -p123 ping 2.查看mysql状态信息 [root@db01 ~]# mysqladmin -uroot -p123 status 3.关闭mysql进程 [root@db01 ~]# mysqladmin -uroot -p123 shutdown 4.查看mysql参数 [root@db01 ~]# mysqladmin -uroot -p123 variables 5.删除数据库 [root@db01 ~]#

[转]SQL笔试经典50题及答案解析

做~自己de王妃 提交于 2021-02-12 08:24:28
建表语句 create table Student(sid varchar(10),sname varchar(10),sage datetime,ssex nvarchar(10)); insert into Student values('01' , '赵雷' , '1990-01-01' , '男'); insert into Student values('02' , '钱电' , '1990-12-21' , '男'); insert into Student values('03' , '孙风' , '1990-05-20' , '男'); insert into Student values('04' , '李云' , '1990-08-06' , '男'); insert into Student values('05' , '周梅' , '1991-12-01' , '女'); insert into Student values('06' , '吴兰' , '1992-03-01' , '女'); insert into Student values('07' , '郑竹' , '1989-07-01' , '女'); insert into Student values('08' , '王菊' , '1990-01-20' , '女'); create

How can I translate this SageMath code to run in Python?

泄露秘密 提交于 2021-02-11 10:45:21
问题 What do I have to do to make this code run in Python? I got the code from here. If I run it in a SageMath workbook on CoCalc, it works with no adjustment needed. When I run it in Python after importing sage and numpy, I get various name and attribute errors. def mean_x(factor, values): return sum([cos(2*pi*v/factor) for v in values])/len(values) def mean_y(factor, values): return sum([sin(2*pi*v/factor) for v in values])/len(values) def calculatePeriodAppeal(factor, values): mx = mean_x

Adding a missing GAP package to Sage

喜夏-厌秋 提交于 2021-01-29 16:44:02
问题 A function I want to use in Sage throws an exception because it is missing GAP's package "HAP". I can download this package, but I don't know how to make Sage recognize it. 回答1: Well, to answer myself, the relevant page is this. To install one of these packages, type e.g., the following at the UNIX shell prompt: sage -i db-jones-2005-11-02 Note that the package name contains the version number, and it will be downloaded automatically if necessary. 回答2: you can type in sage -optional to get a

Python Pandas in Sage Math 9.0 (Jupyter) - Windows

久未见 提交于 2021-01-29 00:12:47
问题 I've just installed Sage Math 9.0 on Windows and it comes with a jupyter environment. I do have Python installed on my PC and from within the command line i can use python and pandas. But from the jupyter that came with SageMath i can not use pandas. It looks like the jupyter that came with sage does not "know" from the "normal" python installation on my PC. Is there any way to get pandas working with the jupyter notebook from SageMath on Windows? thanks a lot for every answer 回答1: After

SAGE: Automorphism group of finite abelian group?

痞子三分冷 提交于 2021-01-28 17:28:37
问题 For a finite abelian group G, say, G = AbelianGroup((4,4,5)) , I want Sage to return the automorphism group of G. Is this implemented? 回答1: You can get it partway easily. G = AbelianGroup((4,4,5)) gap(G).AutomorphismGroup() Group( [ Pcgs([ f1, f2, f3, f4, f5 ]) -> [ f1*f3*f4, f2*f4, f3*f4, f4, f5 ], Pcgs([ f1, f2, f3, f4, f5 ]) -> [ f1*f3*f4, f2*f4, f3*f4, f4, f5 ], Pcgs([ f1, f2, f3, f4, f5 ]) -> [ f1, f2, f1*f2*f3, f2*f4, f5 ], Pcgs([ f1, f2, f3, f4, f5 ]) -> [ f1, f2, f2*f3*f4, f4, f5 ],

How to install sagemath kernel in Jupyter

感情迁移 提交于 2021-01-20 14:34:11
问题 I could use Python Kernel with Jupyter. I am looking for a way to use sagemath inside Jupyter.I couldnt see a way for installing it. How to do that? 回答1: You are going about it backwards; Sage includes the Jupyter notebook inside of it, and you can use it with that kernel that way. (As well as others.) Use $ sage --notebook ipython I believe. See also here. (I think there are also some people who have had success redirecting their Jupyter to "see" the Sage kernel by editing some file or

数据库作业

余生颓废 提交于 2021-01-19 13:36:23
作业章节 绪论 选择 判断 填空 第一章 选择 判断 第二章 填空 选择 判断 第三章 判断 填空题 选择 第四章 选择 填空 第五章 填空题 选择题 第六章 选择 判断 填空 第七章 判断 选择 填空 绪论 选择 List item 区分不同实体的依据是 ____。 A.名称 B.属性 C.对象 D.概念 属性表示一个实体所具有的某一个特征 关系数据库中,实现实体之间的联系是通过关系与关系之间的____。 A.公共属性 B.公共存储 C.公共元组 D.公共索引 关系数据模型是目前最重要的一种数据模型,它的三要素为_____。 A.外模式、模式、内模式 B.数据结构、数据操作、完整性约束 C.数据增加、修改与操作 D.数据安全、数据操作、数据完整性 在概念模型中的客观存在并可相互区别的事物称_____。 A.实体 B.元组 C.属性 D.节点 数据库与文件系统的根本区别在于 ____。 A、提高了系统效率 B、方便了用户使用 C、数据的结构性 D、节省了存在空间 下列四项中,不属于数据库系统特点的是_____。 A、数据共享 B、数据完整性 C、数据冗余度高 D、数据独立性高 信息世界:现实世界概念模型 机器世界:数据库管理系统支持的数据模型 判断 概念模型是对现实世界的第二层抽象。 (×) 实体集和实体型是一回事,没有什么区别。(×) 数据模型的核心构成要素是数据结构。 (√)

MySQL连表查询练习题(一)

风格不统一 提交于 2021-01-13 07:18:08
MySQL连表查询练习题(一) 建库 库名:linux50 字符集:utf8 校验规则:utf8_general_ci mysql> create database linux50 charset utf8 collate utf8_genneral_ci; 建表 表一 student(学生表) 字段 数据类型要求 是否为空 注释 sno 最多20位 否 学号(主键) sname 可变长 否 学生姓名 sage 最小整数,非负数 否 学生年龄 ssex 0,1 否 学生性别(1是男,0是女)默认为男) sbirthday 时间类型 默认为空 学生生日 class 可变长 否 学生班级 create table student( sno int not null primary key auto_increment comment '学号', sname varchar(20) not null comment '学生姓名', sage tinyint unsigned not null comment '学生年龄', ssex enum('1','0') default '1' not null comment '学生性别', sbirthday datetime default null comment '入学时间', class varchar(20) not null

MySQL与Unity的基本交互(借鉴大神,仅作为笔记用)

谁说胖子不能爱 提交于 2021-01-07 08:12:48
一.准备工作 (1)Unity2018.3.14使用MySQL需要导入以下dll文件,注意文件的.net版本。 Renci.SshNet / MySql.Data / Google.Protobuf / BouncyCastle.Crypto (2)进行交互前了解数据库基本的增删改查语句 ->增:insert into 表名 (数据1,数据2,数据3,......) values ('值1','值2','值3',......) ->删:delete from 表名 where 限制条件 ->改:update 表名 set 目标值 where 限制条件 ->查:select 数据1 from 表名 where 限制条件 ->建表:create table 表名 (数据1 类型,数据2 类型,数据3 类型,......) ->删表:drop table 表名 (3)新建脚本注意引入命名空间 二.脚本编写 (1)数据库功能封装(可以将核心sql语句一并进行封装,然后在调用时传参,这里为了提高可读性只封装基本实现方法) public class SqlAccess { public static MySqlConnection mySqlConnection; //数据库名称 public static string database = "daybreak"; //数据库IP