col-md-xxのmd部分には、以下の4つを設定することができます。Extra small devices Phones(<768px)スマートフォンサイズ.col-xs-Small devices Tablets(≥768px)タブレット.col-sm-Medium devices Deskto...
分类:
其他好文 时间:
2015-01-21 13:06:35
阅读次数:
100
Puzzle
A children's puzzle that was popular 30 years ago consisted of a 5x5 frame which contained 24 small squares of equal size. A unique letter of the alphabet was printed on each sm...
分类:
其他好文 时间:
2015-01-17 18:09:26
阅读次数:
265
响应式图像媒体查询@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { ... }为了给段落添加强调文本,则可以添加 class="lead",这将得到更大更粗、行高更高的文本网格布局 ...
分类:
其他好文 时间:
2015-01-09 16:49:41
阅读次数:
227
前面谈到任何对列的操作都可能导致全表扫描,例如:
select * from emp where substr(ename,1,2)=’SM’;
但是这种查询又经常使用,我们可以创建一个带有substr函数的基于函数的索引,
create index emp_ename_substr on eemp ( substr(ename,1,2) );
这样在执行上面的查询语句时,这个基于函数的索...
分类:
数据库 时间:
2015-01-07 09:21:30
阅读次数:
163
一般情况下,在android系统中获取手机的方位信息在api中有TYPE_ORIENTATION常量,可以像得到加速度传感器那样得到方向传感器sm.getDefaultSensor(Sensor.TYPE_ORIENTATION);然而我们这样做的话在最新版的SDK中就会看到这么一句话:“TYPE_ORIENTATION This
constant is deprecated. use S...
分类:
移动开发 时间:
2015-01-05 14:58:21
阅读次数:
255
1.安装samba
$sudo apt-get install samba
2.编辑配置表
$vi /etc/samba/smb.conf 在最后增加以下SECTION:
[ home ]
comment = workplace
browseable = yes
writeable = yes
path = /home/
valid users = smb
3.创建sm...
分类:
系统相关 时间:
2015-01-02 22:29:15
阅读次数:
238
倾述下感受:8天16次驳回。这个惨不忍睹。好了不说了,说多了都是泪。直接上代码 :这个里面的字段我是用动软生成的,感觉自己手写哪些字段太浪费时间了,说多了都是泪ajax.model层的代码:using System;namespace Ajax.Model{ /// /// SM_Cl...
分类:
Web程序 时间:
2015-01-02 14:34:09
阅读次数:
1772
在Spring中添加事物管理以后出现的问题源代码ApplicationContext applicationContext = new ClassPathXmlApplicationContext("applicationContext.xml");UserDao userDao = (UserDa...
分类:
编程语言 时间:
2014-12-27 00:13:58
阅读次数:
299
Given n items with size A[i], an integer m denotes the size of a backpack. How full you can fill this backpack?NoteYou can not divide any item into sm...
分类:
其他好文 时间:
2014-12-25 06:37:21
阅读次数:
175
#define SM_CMONITORS 80
// int screen_count = ::GetSystemMetrics( SM_CMONITORS );
BOOL EnumDisplayDevices(
LPCTSTR lpDevice, // device name
DWORD iDevNum, ...
分类:
编程语言 时间:
2014-12-19 14:35:47
阅读次数:
442