- 博客(5)
- 收藏
- 关注
原创 LL(1)语法分析
编译原理实验作业,建立在文法已给出的基础上的语法分析代码// 0525.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。//#include "pch.h"#include <iostream>#include<string>#include<vector>#include<map>#include<...
2019-06-18 20:23:37
1886
原创 【Python】求1000以内的质数字典
学习目标:生成一个从2到1000的质数字典并保存为文件primes.txt 格式如下(以下是从2到10质数字典):2357 # -*- coding: UTF-8 -*-from math import sqrtdef isPrime(num): flag = 0 for i in range(num): if i == 0...
2018-09-30 21:58:51
2560
原创 PHP实现简单登陆注册页面
PS:个人学习记录数据库设置:login.html:<!DOCTYPE html><html> <head> <meta charset = "utf-8"> <title>用户登录</title> </head> <body>
2018-09-28 10:06:26
36408
8
原创 【ERROR】mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in ..
出现:mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in ..在$data = mysqli_query($dbc, $query);后加if (!$data) {printf("Error: %s\n", mysqli_error($dbc));exit();}可以知道出了什...
2018-09-28 09:58:10
4988
转载 【转载】【错误解决】本地计算机上的mysql服务启动停止后,某些服务在未由其他服务或程序使用时将自动停止
版权声明:本文为谙忆原创文章,转载请附上本文链接,谢谢。 https://blog.youkuaiyun.com/qq_26525215/article/details/53424152 ...
2018-09-25 09:21:43
644
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人