Hexo


  • Startseite

  • Kategorien

  • Über

  • Archiv

  • Tags

  • 公益404

alan test

Veröffentlicht am 2016-07-07

这是个测试的页面alan,自己随便写写,也不知道能写多久,最近看了个攻城师朋友圈,视频上面讲的东西蛮好安利,从上面能学到很多东西,看视频但是不想敲,书买了,但是不想看。

作者

视频

地址:

  • 优酷视频:地址
  • 腾讯视频:地址
  • 百度网盘:地址

书籍

代码大全
重构
sping源码分析

测试一下代码功能

1
2
3
4
5
6
7
8
9
10
11
12
13
14
scand.setNstatus("01");
}
if(Globals.ERPBIZ_TRANSTYPE_WAYHDBILLDJ.equals(transaction.getHead().getTranstype())){
scand.setNstatus("06");
}
if(Globals.ERPBIZ_TRANSTYPE_WAYHDBILLPJ.equals(transaction.getHead().getTranstype())){
scand.setNstatus("02");
}
if(bizErpService.updateRouterBillScandStatus(scand) == 1){
order_status += "01;";
}else{
order_status += "02;";
response_msg += waybillCode+"更新状态失败,";
}

Hello World

Veröffentlicht am 2016-07-06

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

John Doe

John Doe

2 Artikel
© 2016 John Doe
Erstellt mit Hexo
Theme - NexT.Pisces