1.html 部分 2.css 部分.spinner { margin: 100px auto;
width: 50px; height: 60px; text-align: center; font-size: 10px;} .spinner >
div { back...
分类:
Web程序 时间:
2014-05-31 11:52:06
阅读次数:
555
1.新建 Static Library 项目选择 File -> New ->
Project , 项目模板选择 Cocoa Touch Static Library , 项目名称命名为 MyLib.xcodeproj , 注意选中 Use
Automatic Reference Counting ...
分类:
其他好文 时间:
2014-05-31 11:18:08
阅读次数:
444
http://en.wikipedia.org/wiki/InitinitFrom
Wikipedia, the free encyclopediaThis article is about the Unix process. For the
pre-Mac OS X extension mecha...
分类:
系统相关 时间:
2014-05-31 11:09:02
阅读次数:
1323
#建立 CA 目录结构mkdir -p
./demoCA/{private,newcerts}touch ./demoCA/index.txtecho 01 >
./demoCA/serial#生成 CA 的 RSA 密钥对openssl genrsa -des3 -out ./demoCA/pri...
分类:
其他好文 时间:
2014-05-31 08:16:41
阅读次数:
252
AspxGridView底部增加数据汇总行这个功能在AspxGridView中不用复杂的代码实现,实际上只是设置下GridView的属性而已1.
ShowFooter设置为True,即显示. 位置:Grid属性->Settings->ShowFooter 设置其值为True.2.
TotalSu.....
分类:
Web程序 时间:
2014-05-31 08:11:12
阅读次数:
347
做的接口中用到日期比较,要返回某段时间内的数据列表。数据表中字段为“end_time”,时间格式为 2014-05-30
13:12:10,想查截止报名时间的数据。select 字段名 from 表 where end_time >当前时间
;mysql数据表中存放时间字段格式date,dateti...
分类:
数据库 时间:
2014-05-31 07:40:05
阅读次数:
556
1、提示符助手快捷键alt+/你可以自定义 window->keys->Content
assist->Binding2、复制当前行alt+ctrl+下3、删除ctrl+D4、加注释块注释 shift+ctrl+\取消块注释
shift+ctrl+/行ctrl+/
分类:
其他好文 时间:
2014-05-31 06:49:27
阅读次数:
195
一个实例来说明继承与实现一个猴子一生下来就继承了父亲的爬树功能,但是它又想像鸟一样可以飞,像鱼一样可以在水里游。所以它就必须实现这两种动物的功能。用代码表示name=$name;
echo $this->name."会爬树";}}interface bird{ public fun...
分类:
Web程序 时间:
2014-05-31 06:33:20
阅读次数:
327
一、主框架窗口最大化
一般方法1.修改App::InitInstance中的m_pMainWnd->ShowWindow(m_nCmdShow);m_pMainWnd->UpdateWindow();为m_pMainWnd->ShowWindow(SW_SHOWMAXIMIZED);m_pMainW...
分类:
其他好文 时间:
2014-05-31 06:19:44
阅读次数:
270
1. 创建第一个Android应用程序2. Android应用程序目录结构3.
运行Android应用程序1. 创建第一个Android应用程序 New--->Android Project 各参数意义在蓝色问号处点击即可查看
后面的基本是默认, 了解每一页是做什么的即可 src 包---...
分类:
移动开发 时间:
2014-05-30 23:57:06
阅读次数:
482