Go on on on and on...


  • Home

  • Categories

  • Tags

  • Archives

  • Message

  • About

  • Search

会计基础

Posted on 2018-02-09 | In 业务 | Visitors

会计要素

Read more »

账务系统

Posted on 2018-02-09 | In 业务 | Visitors

根据业务需要进行分账户的开设、并进行流水的处理,以收付实现制为基础,根据流入或流出的方式更新余额。比如零钱账户、积分、会员卡等。

Read more »

会计系统

Posted on 2018-02-09 | In 业务 | Visitors

基于科目,以权责发生制为基础,进行复式记账。

Read more »

实践Bootstrap

Posted on 2018-01-29 | In 移动互联网 | Visitors
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
  	<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
    <meta name="viewport" content="width=device-width, initial-scale=1" />
  	<title>Bootstrap基础模板</title>
    <link href="css/bootstrap.css" rel="stylesheet">
  	<!-- 以下2个插件是用于在IE8支持HTML5元素和媒体查询的,如果不用可移除 -->
  	<!-- 注意:Respond.js不支持file://方式的访问 -->
  	<!--[if lt IE 9]>
	<script src="css/respond.min.js"></script>
	<script src="css/html5shiv.js"></script> 
	<![endif]-->
</head>
	<body>
		<script src="js/jquery.js"></script>
		<script src="js/bootstrap.js"></script>
	</body>
</html>
Read more »

实践Reactor

Posted on 2018-01-25 | In Java | Visitors

Reactor is a fourth-generation Reactive library for building non-blocking applications on the JVM based on the Reactive Streams Specification

Read more »

实践MyBatis通用mapper

Posted on 2018-01-17 | In Java | Visitors

通用mapper

Read more »

实践MyBatis分页插件PageHelper

Posted on 2018-01-17 | In Java | Visitors

PageHelper

Read more »

实践MyBatis Dynamic Sql

Posted on 2018-01-08 | In Java | Visitors

MyBatis Dynamic Sql

Read more »

实践MyBatis Generator(MBG)

Posted on 2018-01-08 | In Java | Visitors

MyBatis Generator (MBG) is a code generator for MyBatis or iBatis (>2.2.0).

Read more »

实践Spring ORM

Posted on 2018-01-08 | In Java | Visitors

Spring对各种ORM框架的封装,以便更容易在Spring环境下使用。

Read more »
1 … 92 93 94 … 110
Ray Wang

Ray Wang

My Blog

1098 posts
28 categories
RSS
© 2025 Ray Wang
Powered by Jekyll
Theme - NexT.Muse