上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 20 下一页
摘要: url传值时:如out.println("<td><a href = 'delete.jsp?user=" + user + "'>删除</a></td>"); 要注意“ user=" ”中=和"间不能有空格 ,如<a href = "index.jsp?user=唐云">唐云链接</a> 中=和唐 阅读全文
posted @ 2018-12-21 20:32 hemeiwolong 阅读(87) 评论(0) 推荐(0)
摘要: 参考:https://wenku.baidu.com/view/0fdb85062af90242a995e504.html 阅读全文
posted @ 2018-12-16 13:25 hemeiwolong 阅读(349) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/qq_27139155/article/details/79727991 阅读全文
posted @ 2018-12-16 11:11 hemeiwolong 阅读(964) 评论(0) 推荐(0)
摘要: 参考:https://www.cnblogs.com/GC-hahaha/p/9457720.html 本应用功能:对一行表达式(可包含汉字等其他字符)进行运算,若该表达式被划分为几个部分,则对这几个部分进行求和 使用:1、先将表达式粘贴在in文本中2、运行dtest1.exe3、结果会显示在黑窗中 阅读全文
posted @ 2018-12-10 16:43 hemeiwolong 阅读(285) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/xiaohua0877/article/details/78507631 VM:https://www.cr173.com/soft/81088.html 其他: 阅读全文
posted @ 2018-12-07 09:39 hemeiwolong 阅读(110) 评论(0) 推荐(0)
摘要: 参考:https://jingyan.baidu.com/article/47a29f2457af76c015239942.html https://jingyan.baidu.com/article/b0b63dbf2fe0214a4830701e.html 阅读全文
posted @ 2018-12-06 20:07 hemeiwolong 阅读(155) 评论(0) 推荐(0)
摘要: 可同时判断string里相邻的两个字符从而判断原字符串该字符是否为中文字符,如:str[i] 93&&str[i+1] 88则原串中有‘(’ stl中的stack为空时不可进行.top()操作,程序会停止运行 浮点数输出去除后尾0:https://zhidao.baidu.com/question/ 阅读全文
posted @ 2018-11-29 17:04 hemeiwolong 阅读(107) 评论(0) 推荐(0)
摘要: 题目,参考:https://blog.csdn.net/Runner__1/article/details/49928089 阅读全文
posted @ 2018-11-25 20:35 hemeiwolong 阅读(163) 评论(0) 推荐(0)
摘要: 题目:https://ac.nowcoder.com/acm/contest/218#question 参考:http://www.cnblogs.com/acgoto/p/9972613.html A B 遇图形题目,找规律时要认真画图 阅读全文
posted @ 2018-11-17 17:57 hemeiwolong 阅读(126) 评论(0) 推荐(0)
摘要: 题目:https://pintia.cn/problem-sets/994805342720868352/problems/994805456881434624 参考:算法笔记(胡凡)10.3.1 阅读全文
posted @ 2018-11-16 10:21 hemeiwolong 阅读(160) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 20 下一页