作者:骏马金龙 出处:https://www.cnblogs.com/f-ck-need-u/archive/2018/05/08/9010872.html innodb事务日志包括redo log和undo log。redo log是重做日志,提供前滚操作,undo log是回滚日志,提供回滚操作 ...
分类:
数据库 时间:
2020-12-25 12:33:55
阅读次数:
0
作者:丁仪 来源:https://chengxuzhixin.com/blog/post/30_sui_hou_de_fa_zhan_fang_xiang_he_tu_po.html 前些年,有人说程序员只能干到 30,后来大家把年龄提到 35,最近好像又有提到 40 的迹象。最近 Python 创 ...
分类:
其他好文 时间:
2020-11-25 12:08:27
阅读次数:
5
ACS130 Introduction to Systems Engineering and SoftwareIndividual C Programming Assignment 1Assignment weighting: 10% of module markAssignment release ...
分类:
其他好文 时间:
2020-11-19 12:12:45
阅读次数:
5
2020/11/8 EE516 Take Home Mid-Term Examfile:///C:/Users/Thinkpad/Desktop/EE516_Midterm_2020.html 1/3EE516 Take Home Mid-Term ExamYour NameDue: Novembe ...
分类:
其他好文 时间:
2020-11-19 12:10:30
阅读次数:
6
在应用中我们经常会用到一些统计数据,例如当前所有(或者满足某些条件)的用户数、所有用户的最大积分、用户的平均成绩等等,ThinkPHP为这些统计操作提供了一系列的内置方法,包括: www.96net.com.cn 获取用户数: Db::table('think_user')->count();// ...
分类:
数据库 时间:
2020-11-11 16:46:31
阅读次数:
21
use think\Config; $config = Config::get('database2'); //读取第二个数据库配置 $connect = Db::connect($config); //连接数据库 $data = $connect->name('admin')->find(); / ...
分类:
数据库 时间:
2020-11-07 16:21:15
阅读次数:
22
use 3D version to calculate how much water the model can contain this problem need use dfs,from the edge part which mustn't be answer,for the edge can ...
分类:
移动开发 时间:
2020-10-29 10:06:29
阅读次数:
25
COMMENT方法用于在生成的SQL语句中添加注释内容,www.tk-acc.com例如:Db::table(‘think_score‘)->comment(‘查询考试前十名分数‘)->field(‘username,score‘)->limit(10)->order(‘scoredesc‘)->sele
分类:
Web程序 时间:
2020-10-21 20:37:16
阅读次数:
21
一、需求分析(NABCD模型) 1、N(需求,need)解决用户的需求: ?更好的规划时间,用番茄钟来定制工作和休息时间,可以更有效率的完成工作 ?可以和其他的用户进行交流 ?可以填写一些计划和设置相应的番茄钟 ?具有备忘录,可以将自己一些突然冒出的想法记录下来 ?有树洞功能,可以在里面说一些自己的 ...
分类:
其他好文 时间:
2020-10-19 22:29:52
阅读次数:
20
一,web_link()模拟点击超链接(get请求) 二,web_url()模拟请求网页(getq请求) 三,web_submite_form()POST请求,用于数据提交,form表单 四,web_submite_date()POST请求,用于数据提交 五,lr_think_time()等待时间 ...
分类:
其他好文 时间:
2020-10-19 22:27:38
阅读次数:
22