我工作中接触到的所有的IT知识所形成的思维导图,掌握和需要去掌握的,留此存照,会根据知识的更新持续更新。
图片太大,如果100%,页面无法显示. 100%图可以通过以下方式查看:图片上,右键,查看图片,可以单独看到,并能放大缩小~~
我工作中接触到的所有的IT知识所形成的思维导图,掌握和需要去掌握的,留此存照,会根据知识的更新持续更新。
图片太大,如果100%,页面无法显示. 100%图可以通过以下方式查看:图片上,右键,查看图片,可以单独看到,并能放大缩小~~
手机开发java程序时中,很多场合需要动态图片,比如在程序必须等待的时候,一个循环转圈的圆比起没有任何提示和动静,给用户的使用体验要好很多。 本文的说的方法主要应用LWUIT类库来绘制界面的j2me程序1。
本文假设读者已经配置好j2me能够建立一个能够正常工作的J2me的工程。如果对此不熟悉,请参考how-to-setup-development-environment-4-j2me+eclipse。
[Programming] learning-cpp – Tao of Programmer
Thousands and thousands articles and books are there involving in c++ language. So why I want write this series about c++.
In my option, the best way to confirm that you have mastered some knowledge is you can teach that to others clearly in your tone. So this series is my teaching plan. Forthmore, notes are good for memory.
Followed with process of reading The C++ Programming Language1, I will develop articles from problems about some obscure language detail and thoughtss when resolving some test from this book.
I will focus on many conceptual points.
The series will focus on C++, yet not limite in c++, also on compiling, debugging, assembler, Operating System, etc.
1.the c++ programming language wiki, the c++ programming language homepage.