分析hello.java。下载链接:https://github.com/javaee/tutorial-examples/tree/master/web/jsf/hello1 /** * Copyright (c) 2014 Oracle and/or its affiliates. All ri ...
分类:
编程语言 时间:
2018-04-23 20:51:07
阅读次数:
176
分析hello.java。下载链接:https://github.com/javaee/tutorial-examples/tree/master/web/jsf/hello1 /** * Copyright (c) 2014 Oracle and/or its affiliates. All ri ...
分类:
编程语言 时间:
2018-04-09 14:50:14
阅读次数:
140
1.分析hello.java 代码具体地址:https://github.com/javaee/tutorial-examples/blob/master/web/jsf/hello1/src/main/java/javaeetutorial/hello1/Hello.java Hello类叫做管理 ...
分类:
其他好文 时间:
2018-04-03 11:27:34
阅读次数:
126
01_内部插入节点.html 北京 天津 重庆 反恐 星际 Hello1 ...
分类:
其他好文 时间:
2018-02-23 15:58:36
阅读次数:
148
1. 下载一个 Intellij IDEA 2. 创建一个新项目,Maven工程 2.1 pom.xml 引入 它可以提供dependency management,也就是说依赖管理,引入以后在申明其它dependency的时候就不需要version了。 2.2 开发的是web工程,所以需要在pom ...
分类:
编程语言 时间:
2017-12-28 12:05:21
阅读次数:
190
分割字符串 //利用 explode 函数分割字符串到数组 复制代码代码如下:<?php $source = "hello1,hello2,hello3,hello4,hello5";//按逗号分离字符串 $hello = explode(',',$source); for($index=0;$in ...
分类:
Web程序 时间:
2017-11-18 14:21:12
阅读次数:
237
charbuff[1000]={0};
//以w的方式打开,文件会被清空;文件不存在会创建
//以r的方式打开,文件必先存在,否则会打开错误
//+表示同时可读可写
FILE*fp=fopen("1.txt","r+");
if(fp)
{
char*p="hello1";
fwrite(p,1,strlen(p),fp);
//文件指针移动文件起始处
//第3个参数是偏移..
分类:
编程语言 时间:
2017-09-25 11:26:09
阅读次数:
152
1‘and‘1‘=‘1orderby2http://10.10.10.148/dvwa/vulnerabilities/sqli/?id=1%27%20union%20select%20database(),user()--+&Submit=Submit# database():dvwa version():5.0.51a-3ubuntu5 user():root @@datadir:/var/lib/mysql/ http://10.10.10.148/dvwa/vulnerabilities/..
分类:
其他好文 时间:
2017-09-08 18:25:13
阅读次数:
225
结果图: 结果图: 结果图: 结果图: 结果图: 结果图: 结果图: 结果图: 先输出“开始输出Hello,之后Hello1~Hello5,最后Hello结束” 结果图: 结果图: 结果图: ...
分类:
Web程序 时间:
2017-08-04 00:23:02
阅读次数:
335