Go on on on and on...


  • Home

  • Categories

  • Tags

  • Archives

  • Message

  • About

  • Search

手柄

Posted on 2018-02-25 | In Entertainment | Visitors

SCP DS Driver Package

SCP DS Driver Package是Sony DualShock3和Sony DualShock4或者SixAxis控制器接入个人电脑 Windows 系统环境下的民间驱动,原理是将以上手柄伪装成微软的 Xbox360手柄(在 Windows XP、Windows Vista 和 Windows7等系统环境中需要安装好微软最新版的Xbox360驱动才可以使用)。支持索尼的PS3以及最新的PS4手柄,安装后无需加载任何程序,依托后台服务SCPServer来支持手柄模拟的完成。下载

Read more »

实践JSONP

Posted on 2018-02-23 | In 移动互联网 | Visitors

一般情况下ajax请求本应用自己的服务,但是当ajax请求非本应用服务时,可能会遇到同源策略问题。所谓”同源”指的是”三个相同”:协议相同,域名相同和端口相同,非同源收到的限制包括:

Read more »

实践http

Posted on 2018-02-23 | In 网络 | Visitors

请求行

Read more »

账户模型

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 »

会计系统

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 »
1 … 95 96 97 … 114
Ray Wang

Ray Wang

My Blog

1132 posts
29 categories
RSS
© 2025 Ray Wang
Powered by Jekyll
Theme - NexT.Muse