11 2020 档案

摘要:查看更多 效果图: index.html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>案例</title> <lin 阅读全文

posted @ 2020-11-29 14:40 RorinL 阅读(812) 评论(0) 推荐(0)

摘要:类似于实现这样: index.html: <!DOCTYPE html> <html> <head> <title>星星评分</title> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="css/style.c 阅读全文

posted @ 2020-11-29 14:22 RorinL 阅读(525) 评论(0) 推荐(0)

摘要:查看更多 package guosai2020; import java.util.*; public class A { public static void main(String[] args) { Scanner in = new Scanner(System.in); int n = in 阅读全文

posted @ 2020-11-12 23:50 RorinL 阅读(225) 评论(0) 推荐(0)

摘要:使用Laravel的时候发现使用$_SESSION会报错:Undefined index: xx,网上游了一通后得出两个方法比较适合处理这种错误;推荐第一种方法;先判断再使用session即可使用session获取设置的值; 方法1.做判断(推荐)--> if(isset($_SESSION['xx 阅读全文

posted @ 2020-11-05 15:28 RorinL 阅读(773) 评论(0) 推荐(0)