码迷,mamicode.com
首页 >  
搜索关键字:adjust    ( 381个结果
比较陌生的css
网页字体缩放样式-webkit-text-size-adjust的用法详解 1、当样式表里font-size<12px时,中文版chrome浏览器里字体显示仍为12px,这时可以用 html{-webkit-text-size-adjust:none;}2、-webkit-text-size-adj ...
分类:Web程序   时间:2016-06-22 12:25:21    阅读次数:189
常用SQL(二)
创建表createtableCAPITAL_ADJUST ( CAPITAL_IDVARCHAR2(10), CAPITAL_NAMEVARCHAR2(50), TYPEVARCHAR2(10), BELONGVARCHAR2(50), IN_DEPVARCHAR2(50), IDVARCHAR2(10)notnull, IN_DEP_LEADERVARCHAR2(50), OUT_DEP_LEADVARCHAR2(50) )给列添加注释commentoncolumnCAPITAL_ADJU..
分类:数据库   时间:2016-06-20 00:59:31    阅读次数:224
How to adjust the indents and tabs in Microsoft Word
Keywords: Office Word, Alignment, Paragraph, Text, Lineup, Line up How to adjust the indents and tabs in Microsoft Word There are two types of indents ...
分类:其他好文   时间:2016-06-19 13:02:02    阅读次数:474
Change the indent between a list bullet or number and text
Keywords: Office Word Applies To: Word 2007 Applies To: Word 2007 Applies To: Word 2007 You can adjust the indents in a list to change how the list it ...
分类:其他好文   时间:2016-06-19 12:46:34    阅读次数:175
浏览器的兼容性
1.Chrome 中文界面下会将小于12px 的文本显示12px 解决方法:-webkit-text-size-adjust: none; 2.超链接访问过后hover样式就不出现了 被点击访问过的超链接样式不在具有hover和active了解决方法是改变CSS属性的排列顺序: L-V-H-A : ...
分类:其他好文   时间:2016-06-19 11:29:48    阅读次数:119
css3 -- 网页字体
1、@font-face规则 local--使用字体的真正名称 url--指向要使用的字体文件 format--指定字体类型 2、local不支持IE9以下 3、font-size-adjust:number Firefox number值是指小写字母X占总高度的比例 ...
分类:Web程序   时间:2016-05-26 18:50:38    阅读次数:178
jquery中的load实例
网上很多介绍jquery的load实例都是用的静态html.这里介绍自己写过的引用业务逻辑处理数据的load实例 load用户异步加载含有大量数据时的页面。 功能实现:点击下一周 按钮,load提交请求到服务器,处理数据后异步加载这个表格 相关文件: doctor_adjust.php:如图中所示包 ...
分类:Web程序   时间:2016-05-24 13:32:34    阅读次数:161
搜索---吝啬的国度
#include <stdio.h>#include <memory.h> int map[100005]; void Adjust(int currentCity) //定义函数(递归){ int priorCity = map[currentCity]; if (priorCity != 0) ...
分类:其他好文   时间:2016-05-24 00:03:08    阅读次数:153
windows中squid更改默认安装路径配置说明
官网下载的windows版本,默认是要放c:\squid中,如果需要改默认路径的话,需要etc\squid.conf文件中至少增加如下配置 # Uncomment and adjust the following to add a disk cache directory. cache_dir uf ...
分类:Windows程序   时间:2016-05-07 13:39:15    阅读次数:342
CentOS服务器ntpdate同步
如有多台CentOS服务器运行相同的服务,且对时间准确性要求较高,那必须保证多台服务器时间统一。最简单的就是每台服务器都用ntpdate同步同一台网络时间服务器的时间。1、输入ntpdatetime.nist.gov同步网络时间[root@localhost~]#ntpdatetime.nist.govMonDec17:11:43ntpdate[501..
分类:其他好文   时间:2016-05-01 17:53:26    阅读次数:153
381条   上一页 1 ... 24 25 26 27 28 ... 39 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!