Friday, November 04, 2005

QQ Fantasy Online

I am playing QQ Fantasy(QQ幻想) recently. Now my role level is 16. Actually it cannot give any fantasy to me, it is just so so....

Before playing QQ Fantasy, the feeling is so strong when I start to play JoyXY(快乐西游). The amazing beautiful pictures and very lovely roles make me love it immediately. But the game mode is so bald that I give up after two months.

Switching to QQ Fantasy is the suggestion of my friends. In my opinion, QQ Fantasy cannot provide any advantage compare with other games. The art design cannot be accepted by me. The music and sound effect are bald.

The only one shining point is the abundant tasks. You can upgrade by finishing task easily. But like many other games, the tasks are only killing monsters and collecting resources. There is no any surprise.

Wednesday, November 02, 2005

From P2G to B2G

I have finished my tasks of P2G(Personal Banking 2nd Generation) in September. Now my challenges are on B2G project (Business Banking 2nd Generation).

B2G is similar with P2G project. The differences are in business field. They all stand on Execution Service (A web framework developed by my company, it extends many services basing on Struts) and running on Portal Server.

I have luck to design the base structure of B2G project. But it shows some difficulties to me, I will try my best.....-_-

Thursday, November 04, 2004

What I have done / will do in 2004?

What I have done in first 10 months of this year?

Overall
In last 10 months, I was involved in COS R4, R3.2, R5 and R6 development and support. I also worked in some branch tasks such as GIB Summary Checking, Message-based Performance Test and Data Export.

Details
I have attended the PGM / UT / SAT / UAT cycles of R4, R3.2, R5 and R6, and a little parts of R5 / R6 IDR designing (usually working with BPS). Below are the aspects I have done in these cycles.
1. Workflow related functions: Pre-processing and Accounting (Default Value Setting, Subbatching, Waiting for Subbatch and various Accounting functions).
2. Customer related functions: Change State Message, Payment Details Follow-up and Huge Batch Details Follow-up.
3. Individual modules: COS Key Generating (IRN and Payment Details Sequence Number), Work Item Deletion Filtering and Printing Outsourcing Checking.
4. Branch modules: GIB Summary Checking, Message-based Performance Test and Data Export.


What I will do in next 2 months?
I have been scheduled to attend P2G project. So handover of COS tasks, initial study (Websphere Portal, Execution Service) and P2G tasks will be the main work in next 2 months.

Summary of RSA

n = pq where p and q are distinct primes.
phi, φ = (p-1)(q-1)
e < n such that gcd(e, phi)=1
d = e^-1 mod phi.
c = m^e mod n.
m = c^d mod n.