Compare commits

...

8 Commits

Author SHA1 Message Date
p51497208 8c1388944f 测试文件修改--直接修改代码 2020-10-15 11:43:59 +08:00
p51497208 723eb1cd30 测试文件修改--修改注释部分 2020-10-15 11:42:10 +08:00
p51497208 0608076b00 测试文件修改 2020-10-15 11:40:42 +08:00
p51497208 d3ae0fce40 测试镜像项目的文件修改 2020-10-15 11:40:01 +08:00
一枚码农 e6cc7c6731 update README.md. 2020-04-07 09:58:41 +08:00
一枚码农 d901644ad4 update README.md. 2020-03-27 16:49:07 +08:00
一枚码农 d351d54ac8 update README.md. 2020-03-27 14:32:52 +08:00
一枚码农 11b90a09ff update README.md. 2020-03-27 14:31:52 +08:00
2 changed files with 13 additions and 10 deletions

View File

@ -1,6 +1,6 @@
## 演示地址
## 演示地址
[www.lenosp.cn](http://www.lenosp.cn) admin 123456 [博客blog.lenosp.cn](http://blog.lenosp.cn)
[www.lenosp.cn](http://www.lenosp.cn) admin 123456 [我的博客blog.lenosp.cn](http://blog.lenosp.cn)
## lenos收录到layui官方2018年度最佳案例名单中
![图片说明](https://images.gitee.com/uploads/images/2019/1017/214009_9f295d89_907437.jpeg "图片说明")
@ -104,7 +104,7 @@ java -jar len-web.jar
<td><img src="https://s1.ax1x.com/2018/12/11/FYwnR1.gif"/></td>
<tr>
<tr>
<td><img src="https://s2.ax1x.com/2019/05/12/EhyVht.jpg"/></td>
<td><img src="https://images.gitee.com/uploads/images/2020/0327/143111_1d05f27e_907437.jpeg"/></td>
<td><img src="https://images.gitee.com/uploads/images/2019/1017/214012_77513b79_907437.png"/></td>
<tr>
<tr>
@ -116,16 +116,16 @@ java -jar len-web.jar
<td><img src="https://images.gitee.com/uploads/images/2019/1017/214012_9c5675a5_907437.jpeg"/></td>
<tr>
<tr>
<td><img src="https://s2.ax1x.com/2019/05/12/EhyPne.jpg"/></td>
<td><img src="https://s2.ax1x.com/2019/05/12/Ehym1f.jpg"/></td>
<td><img src="https://images.gitee.com/uploads/images/2020/0327/143111_c6e283c7_907437.jpeg"/></td>
<td><img src="https://images.gitee.com/uploads/images/2020/0327/143113_e258761b_907437.jpeg"/></td>
<tr>
<tr>
<td><img src="https://s2.ax1x.com/2019/05/12/Ehync8.jpg"/></td>
<td><img src="https://s2.ax1x.com/2019/05/12/EhyAAA.jpg"/></td>
<td><img src="https://images.gitee.com/uploads/images/2020/0327/143111_406a7b29_907437.jpeg"/></td>
<td><img src="https://images.gitee.com/uploads/images/2020/0327/143115_8f4dbd48_907437.jpeg"/></td>
<tr>
<tr>
<td><img src="https://s2.ax1x.com/2019/05/12/Ehyp6O.jpg"/></td>
<td><img src="https://s2.ax1x.com/2019/05/12/Ehszp6.jpg"/></td>
<td><img src="https://images.gitee.com/uploads/images/2020/0327/143114_39459a87_907437.jpeg"/></td>
<td><img src="https://images.gitee.com/uploads/images/2020/0327/143114_41c06c70_907437.jpeg"/></td>
<tr>
</table>

View File

@ -1,13 +1,16 @@
package com.len;
/**
* Hello world!
* Hello world! 2020/10/15 测试文件修改部分
*
*/
public class App
{
public static void main( String[] args )
{
int nCounter;
nCounter = 0;
System.out.println( "Hello World!" );
}
}