?baguetteBox Simple and easy to use lightbox script written in pure JavaScripthttps://feimosi.github.io/baguetteBox.js/Cloud Zoom a super-smooth, tou....
分类:
其他好文 时间:
2015-01-22 23:03:08
阅读次数:
163
android开发最常用例子整理----(1)自定义按钮实现
一、Activity
MainActivity.java源码:
public class MainActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.on...
分类:
移动开发 时间:
2015-01-22 20:16:10
阅读次数:
229
利用继承Thread类实现的多线程无法资源共享如下程序class MyThread extends Thread{ public MyThread(String name){ super(); this.name=name; } public void run(){ while(ticket...
分类:
编程语言 时间:
2015-01-22 19:55:16
阅读次数:
206
http://blog.sina.com.cn/s/blog_83940dfb0100veas.html用于Activity之间的数据传递在起始Activity中,发送数据protected void onCreate(BundlesaveInstanceState){super.onCreate(...
分类:
其他好文 时间:
2015-01-22 17:20:56
阅读次数:
180
@Override
protected void onCreate(Bundle savedInstanceState) {
// TODO Auto-generated method stub
super.onCreate(savedInstanceState);
setContentView(R.layout.app_manager);
lv_app_manager = (...
@implementaion FKViewController
-(void) viewDidLoad
{
[super viewDidLoad];
}
-(IBAction)showImage:(id)sender
{
NSString* url = @"http://www.crazyit.ortg/logo.jpg";
// 创建新线程对象
NSThread *thread...
分类:
编程语言 时间:
2015-01-22 00:24:37
阅读次数:
167
Super Jumping! Jumping! Jumping!Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 24110Accepted Subm...
分类:
其他好文 时间:
2015-01-21 19:57:16
阅读次数:
104
1.在两台mysql上创建用户,设置权限 A上添加: grant replication slave,replication client,reload,super on *.* to 'sync_user'@'192.168.2.220' identified by '123456' wi...
分类:
数据库 时间:
2015-01-21 19:41:10
阅读次数:
219
protected void onCreate (Bundle savedInstanceState) { super.onCreate(savedInstanceState); this.setContentView(R.layout.input); ...
分类:
其他好文 时间:
2015-01-21 14:51:45
阅读次数:
100
一、HTML中:如字符串"21st" 想要把st 设置为上标,在html标签中是21st二、C#编辑器中你可以使用 unicode super/subscripts,如:var o2 = "O?"; // or "O\x2082"var unit2 = "unit²"; // or "...