There are nn Christmas trees on an infinite number line. The ii -th tree grows at the position xixi . All xixi are guaranteed to be distinct. Each int ...
分类:
其他好文 时间:
2020-01-21 13:20:26
阅读次数:
96
在上一篇中, 1.将数据与视图混在一起,不符合Django的MVC思想(Model View Controller); 2.只是纯文本形式展示,通常网页内容一般为*.html格式; 一、创建模板应用实例,HelloWorld目录下创建test目录,并建立xixi.html 二、settings.py ...
分类:
Web程序 时间:
2020-01-16 18:35:10
阅读次数:
135
接上一节:https://www.cnblogs.com/xiximayou/p/12167894.html 利用事务来处理上述问题。 在applicationContext.xml中配置事务管理器: <!-- 配置事务管理器 --> <bean id="transactionManager" cl ...
分类:
编程语言 时间:
2020-01-08 20:40:21
阅读次数:
105
创建表,参考代码如下; import pymysqltest=pymysql.connect('localhost','root','root','test1225')curs=test.cursor()curs.execute('drop table if exists xixi')sql=""" ...
分类:
编程语言 时间:
2019-12-25 23:51:57
阅读次数:
124
1. 获取当前文件的路径 test.py os.path.abspath(path) # 返回当前文件运行的绝对路径 print("程序的绝对路径是",os.path.abspath(__file__)) # __file__就是当这个文件的绝对路径, 结果:程序的绝对路径是 F:\python高级 ...
分类:
其他好文 时间:
2019-12-09 21:32:21
阅读次数:
126
import unittest,HTMLTestRunnerimport osdef runa(): path=os.getcwd() print(path) a=unittest.defaultTestLoader.discover(path, pattern='login*.py') al=un ...
分类:
Web程序 时间:
2019-12-06 23:27:45
阅读次数:
161
import unittestclass xixi(unittest.TestCase): def test_1(self): a=3 b=4 #self.assertEqual(a,b) #a,b是否相等,不相等则报错 #self.assertNotEqual(a,b) #a,b不相等,则成功 d ...
分类:
其他好文 时间:
2019-12-02 21:56:13
阅读次数:
131
[TOC] 一、记录介绍 记录就是一条数据,就相当于文件里的一行数据 mysql中,我们通过sql语句来实现对数据的操作,包括: 1. 使用insert实现向表中插入数据 2. update实现数据的更新修改 3. delete实现对数据的删除 4. 使用select查询数据 二、插入数据(inse ...
分类:
数据库 时间:
2019-09-22 21:43:04
阅读次数:
120
各种表达式 一、三元表达式 举个栗子就一目了然了 三元表达式只支持双分支结构 二、列表推导式 举个栗子就一目了然了 三、字典生成式 举个栗子就一目了然了 ...
分类:
其他好文 时间:
2019-08-13 21:09:41
阅读次数:
142
START NO.1 add 得分(100/100) NO.2 fix 得分(80/100) 考试的时候把判断后缀部分写挂了xixi(扫的顺序问题) 虽然有80分 NO.3 stick 得分(0/100) 其实就是和导弹拦截第二问差不多 编译错误qwq(显示begin定义含糊不清,改成beginn就 ...
分类:
其他好文 时间:
2019-07-29 21:32:30
阅读次数:
138